Top | ![]() |
![]() |
![]() |
![]() |
EMailFormatter *
e_mail_formatter_new (void
);
e_mail_formatter_new
is deprecated and should not be used in newly-written code.
void e_mail_formatter_claim_attachment (EMailFormatter *formatter
,EAttachment *attachment
);
e_mail_formatter_claim_attachment
is deprecated and should not be used in newly-written code.
void e_mail_formatter_format_sync (EMailFormatter *formatter
,EMailPartList *part_list
,GOutputStream *stream
,EMailFormatterHeaderFlags flags
,EMailFormatterMode mode
,GCancellable *cancellable
);
e_mail_formatter_format_sync
is deprecated and should not be used in newly-written code.
void e_mail_formatter_format (EMailFormatter *formatter
,EMailPartList *part_list
,GOutputStream *stream
,EMailFormatterHeaderFlags flags
,EMailFormatterMode mode
,GAsyncReadyCallback callback
,GCancellable *cancellable
,gpointer user_data
);
e_mail_formatter_format
is deprecated and should not be used in newly-written code.
gboolean e_mail_formatter_format_finish (EMailFormatter *formatter
,GAsyncResult *result
,GError **error
);
e_mail_formatter_format_finish
is deprecated and should not be used in newly-written code.
gboolean e_mail_formatter_format_as (EMailFormatter *formatter
,EMailFormatterContext *context
,EMailPart *part
,GOutputStream *stream
,const gchar *as_mime_type
,GCancellable *cancellable
);
e_mail_formatter_format_as
is deprecated and should not be used in newly-written code.
Formats given part
using a formatter
extension for given mime type. When
the mime type is NULL
, the function will try to lookup the best formatter
for given part
by it's default mime type.
void e_mail_formatter_format_text (EMailFormatter *formatter
,EMailPart *part
,GOutputStream *stream
,GCancellable *cancellable
);
e_mail_formatter_format_text
is deprecated and should not be used in newly-written code.
const gchar *
e_mail_formatter_get_sub_html_header (EMailFormatter *formatter
);
e_mail_formatter_get_sub_html_header
is deprecated and should not be used in newly-written code.
gchar *
e_mail_formatter_get_html_header (EMailFormatter *formatter
);
e_mail_formatter_get_html_header
is deprecated and should not be used in newly-written code.
EMailExtensionRegistry *
e_mail_formatter_get_extension_registry
(EMailFormatter *formatter
);
e_mail_formatter_get_extension_registry
is deprecated and should not be used in newly-written code.
CamelMimeFilterToHTMLFlags
e_mail_formatter_get_text_format_flags
(EMailFormatter *formatter
);
e_mail_formatter_get_text_format_flags
is deprecated and should not be used in newly-written code.
const GdkRGBA * e_mail_formatter_get_color (EMailFormatter *formatter
,EMailFormatterColor type
);
e_mail_formatter_get_color
is deprecated and should not be used in newly-written code.
void e_mail_formatter_set_color (EMailFormatter *formatter
,EMailFormatterColor type
,const GdkRGBA *color
);
e_mail_formatter_set_color
is deprecated and should not be used in newly-written code.
void e_mail_formatter_update_style (EMailFormatter *formatter
,GtkStateFlags state
);
e_mail_formatter_update_style
is deprecated and should not be used in newly-written code.
EImageLoadingPolicy
e_mail_formatter_get_image_loading_policy
(EMailFormatter *formatter
);
e_mail_formatter_get_image_loading_policy
is deprecated and should not be used in newly-written code.
void e_mail_formatter_set_image_loading_policy (EMailFormatter *formatter
,EImageLoadingPolicy policy
);
e_mail_formatter_set_image_loading_policy
is deprecated and should not be used in newly-written code.
gboolean
e_mail_formatter_get_mark_citations (EMailFormatter *formatter
);
e_mail_formatter_get_mark_citations
is deprecated and should not be used in newly-written code.
void e_mail_formatter_set_mark_citations (EMailFormatter *formatter
,gboolean mark_citations
);
e_mail_formatter_set_mark_citations
is deprecated and should not be used in newly-written code.
gboolean
e_mail_formatter_get_show_sender_photo
(EMailFormatter *formatter
);
e_mail_formatter_get_show_sender_photo
is deprecated and should not be used in newly-written code.
void e_mail_formatter_set_show_sender_photo (EMailFormatter *formatter
,gboolean show_sender_photo
);
e_mail_formatter_set_show_sender_photo
is deprecated and should not be used in newly-written code.
gboolean
e_mail_formatter_get_animate_images (EMailFormatter *formatter
);
e_mail_formatter_get_animate_images
is deprecated and should not be used in newly-written code.
void e_mail_formatter_set_animate_images (EMailFormatter *formatter
,gboolean animate_images
);
e_mail_formatter_set_animate_images
is deprecated and should not be used in newly-written code.
gboolean
e_mail_formatter_get_show_real_date (EMailFormatter *formatter
);
e_mail_formatter_get_show_real_date
is deprecated and should not be used in newly-written code.
void e_mail_formatter_set_show_real_date (EMailFormatter *formatter
,gboolean show_real_date
);
e_mail_formatter_set_show_real_date
is deprecated and should not be used in newly-written code.
const gchar *
e_mail_formatter_get_charset (EMailFormatter *formatter
);
e_mail_formatter_get_charset
is deprecated and should not be used in newly-written code.
gchar *
e_mail_formatter_dup_charset (EMailFormatter *formatter
);
e_mail_formatter_dup_charset
is deprecated and should not be used in newly-written code.
void e_mail_formatter_set_charset (EMailFormatter *formatter
,const gchar *charset
);
e_mail_formatter_set_charset
is deprecated and should not be used in newly-written code.
const gchar *
e_mail_formatter_get_default_charset (EMailFormatter *formatter
);
e_mail_formatter_get_default_charset
is deprecated and should not be used in newly-written code.
gchar *
e_mail_formatter_dup_default_charset (EMailFormatter *formatter
);
e_mail_formatter_dup_default_charset
is deprecated and should not be used in newly-written code.