| Top |  |  |  |  | 
|  | e_mail_part_is_secured () | 
| const | e_mail_part_get_frame_security_style () | 
| const | e_mail_part_snoop_type () | 
|  | e_mail_part_is_attachment () | 
|  | e_mail_part_preserve_charset_in_content_type () | 
|  | e_mail_part_get_related_display_part () | 
|  | e_mail_part_animation_extract_frame () | 
|  | e_mail_part_build_uri () | 
|  | e_mail_part_describe () | 
|  | e_mail_part_is_inline () | 
|  | e_mail_part_utils_body_refers () | 
gboolean e_mail_part_is_secured ();CamelMimePart *part
Whether part
 is signed or encrypted or not.
constgchar * e_mail_part_get_frame_security_style ();EMailPart *part
constgchar * e_mail_part_snoop_type ();CamelMimePart *part
Tries to snoop the mime type of a part.
gboolean e_mail_part_is_attachment ();CamelMimePart *part
Returns true if the part is an attachment.
A part is not considered an attachment if it is a multipart, or a text part with no filename. It is used to determine if an attachment header should be displayed for the part.
Content-Disposition is not checked.
void e_mail_part_preserve_charset_in_content_type (,CamelMimePart *ipart);CamelMimePart *opart
Copies 'charset' part of content-type header from ipart
 to opart
.
CamelMimePart * e_mail_part_get_related_display_part (,CamelMimePart *part);gint *out_displayid
Goes through all subparts of given part
 and tries to determine which
part should be displayed and which parts are just attachments to the
part.
void e_mail_part_animation_extract_frame (,GBytes *bytes,gchar **out_frame);gsize *out_len
gchar * e_mail_part_build_uri (,CamelFolder *folderconst,gchar *message_uidconst,gchar *first_param_name...);
gchar * e_mail_part_describe (,CamelMimePart *partconst);gchar *mime_type
Generate a simple textual description of a part, mime_type
 represents
the content.