From bf44bd68f2564be25896ee29bf405d7e111fe49f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 10 May 2011 20:36:29 -0400 Subject: Add e_mail_folder_build_attachment(). Replaces mail_build_attachment() from mail-ops.c. --- mail/e-mail-folder-utils.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'mail/e-mail-folder-utils.h') diff --git a/mail/e-mail-folder-utils.h b/mail/e-mail-folder-utils.h index 92443f1539..12fe1c8502 100644 --- a/mail/e-mail-folder-utils.h +++ b/mail/e-mail-folder-utils.h @@ -45,6 +45,24 @@ gboolean e_mail_folder_append_message_finish gchar **appended_uid, GError **error); +CamelMimePart * e_mail_folder_build_attachment_sync + (CamelFolder *folder, + GPtrArray *message_uids, + gchar **fwd_subject, + GCancellable *cancellable, + GError **error); +void e_mail_folder_build_attachment (CamelFolder *folder, + GPtrArray *message_uids, + gint io_priority, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +CamelMimePart * e_mail_folder_build_attachment_finish + (CamelFolder *folder, + GAsyncResult *result, + gchar **fwd_subject, + GError **error); + GHashTable * e_mail_folder_find_duplicate_messages_sync (CamelFolder *folder, GPtrArray *message_uids, -- cgit v1.2.3