e-mail-utils

e-mail-utils

Functions

Description

Functions

EMailUtilsSortSourcesFunc ()

void
(*EMailUtilsSortSourcesFunc) (GList **psources,
                              gpointer user_data);

EMailUtilsSortSourcesFunc is deprecated and should not be used in newly-written code.


em_utils_folder_is_drafts ()

gboolean
em_utils_folder_is_drafts (ESourceRegistry *registry,
                           CamelFolder *folder);

em_utils_folder_is_drafts is deprecated and should not be used in newly-written code.

Decides if folder is a Drafts folder.

Returns TRUE if this is a Drafts folder or FALSE otherwise.

Parameters

registry

an ESourceRegistry

 

folder

a CamelFolder

 

em_utils_folder_name_is_drafts ()

gboolean
em_utils_folder_name_is_drafts (ESourceRegistry *registry,
                                CamelStore *store,
                                const gchar *folder_name);

em_utils_folder_name_is_drafts is deprecated and should not be used in newly-written code.

Decides if folder_name of the store is a Drafts folder.

Returns TRUE if this is a Drafts folder or FALSE otherwise.

Parameters

registry

an ESourceRegistry

 

store

a CamelStore

 

folder_name

a folder name

 

Since: 3.24


em_utils_folder_is_templates ()

gboolean
em_utils_folder_is_templates (ESourceRegistry *registry,
                              CamelFolder *folder);

em_utils_folder_is_templates is deprecated and should not be used in newly-written code.

Decides if folder is a Templates folder.

Returns TRUE if this is a Templates folder or FALSE otherwise.

Parameters

registry

an ESourceRegistry

 

folder

a CamelFolder

 

em_utils_folder_is_sent ()

gboolean
em_utils_folder_is_sent (ESourceRegistry *registry,
                         CamelFolder *folder);

em_utils_folder_is_sent is deprecated and should not be used in newly-written code.

Decides if folder is a Sent folder.

Returns TRUE if this is a Sent folder or FALSE otherwise.

Parameters

registry

an ESourceRegistry

 

folder

a CamelFolder

 

em_utils_folder_is_outbox ()

gboolean
em_utils_folder_is_outbox (ESourceRegistry *registry,
                           CamelFolder *folder);

em_utils_folder_is_outbox is deprecated and should not be used in newly-written code.

Decides if folder is an Outbox folder.

Returns TRUE if this is an Outbox folder or FALSE otherwise.

Parameters

registry

an ESourceRegistry

 

folder

a CamelFolder

 

em_utils_guess_mail_account ()

ESource *
em_utils_guess_mail_account (ESourceRegistry *registry,
                             CamelMimeMessage *message,
                             CamelFolder *folder,
                             const gchar *message_uid);

em_utils_guess_mail_account is deprecated and should not be used in newly-written code.


em_utils_guess_mail_identity ()

ESource *
em_utils_guess_mail_identity (ESourceRegistry *registry,
                              CamelMimeMessage *message,
                              CamelFolder *folder,
                              const gchar *message_uid);

em_utils_guess_mail_identity is deprecated and should not be used in newly-written code.


em_utils_guess_mail_account_with_recipients ()

ESource *
em_utils_guess_mail_account_with_recipients
                               (ESourceRegistry *registry,
                                CamelMimeMessage *message,
                                CamelFolder *folder,
                                const gchar *message_uid);

em_utils_guess_mail_account_with_recipients is deprecated and should not be used in newly-written code.


em_utils_guess_mail_identity_with_recipients ()

ESource *
em_utils_guess_mail_identity_with_recipients
                               (ESourceRegistry *registry,
                                CamelMimeMessage *message,
                                CamelFolder *folder,
                                const gchar *message_uid,
                                gchar **identity_name,
                                gchar **identity_address);

em_utils_guess_mail_identity_with_recipients is deprecated and should not be used in newly-written code.


em_utils_guess_mail_account_with_recipients_and_sort ()

ESource *
em_utils_guess_mail_account_with_recipients_and_sort
                               (ESourceRegistry *registry,
                                CamelMimeMessage *message,
                                CamelFolder *folder,
                                const gchar *message_uid,
                                EMailUtilsSortSourcesFunc sort_func,
                                gpointer sort_func_data);

em_utils_guess_mail_account_with_recipients_and_sort is deprecated and should not be used in newly-written code.


em_utils_guess_mail_identity_with_recipients_and_sort ()

ESource *
em_utils_guess_mail_identity_with_recipients_and_sort
                               (ESourceRegistry *registry,
                                CamelMimeMessage *message,
                                CamelFolder *folder,
                                const gchar *message_uid,
                                gchar **identity_name,
                                gchar **identity_address,
                                EMailUtilsSortSourcesFunc sort_func,
                                gpointer sort_func_data);

em_utils_guess_mail_identity_with_recipients_and_sort is deprecated and should not be used in newly-written code.


em_utils_ref_mail_identity_for_store ()

ESource *
em_utils_ref_mail_identity_for_store (ESourceRegistry *registry,
                                      CamelStore *store);

em_utils_ref_mail_identity_for_store is deprecated and should not be used in newly-written code.


em_utils_is_local_delivery_mbox_file ()

gboolean
em_utils_is_local_delivery_mbox_file (CamelService *service);

em_utils_is_local_delivery_mbox_file is deprecated and should not be used in newly-written code.

Returns whether service refers to a local mbox file where new mail is delivered by some external software.

Specifically that means service 's CamelProvider protocol is "mbox" and its “path” setting points to an existing file, not a directory.

Parameters

service

a CamelService

 

Returns

whether service is for local mbox delivery


em_utils_expand_groups ()

void
em_utils_expand_groups (CamelInternetAddress *addresses);

em_utils_expand_groups is deprecated and should not be used in newly-written code.


em_utils_get_real_folder_and_message_uid ()

void
em_utils_get_real_folder_and_message_uid
                               (CamelFolder *folder,
                                const gchar *uid,
                                CamelFolder **out_real_folder,
                                gchar **folder_uri,
                                gchar **message_uid);

em_utils_get_real_folder_and_message_uid is deprecated and should not be used in newly-written code.

Types and Values