Functions
e_mail_part_attachment_new ()
EMailPartAttachment *
e_mail_part_attachment_new (CamelMimePart *mime_part,
                            const gchar *id);
 
e_mail_part_attachment_ref_attachment ()
EAttachment *
e_mail_part_attachment_ref_attachment (EMailPartAttachment *part);
 
e_mail_part_attachment_set_expandable ()
void
e_mail_part_attachment_set_expandable (EMailPartAttachment *part,
                                       gboolean expandable);
 
e_mail_part_attachment_get_expandable ()
gboolean
e_mail_part_attachment_get_expandable (EMailPartAttachment *part);