Home
last modified time | relevance | path

Searched defs:_LibBalsaMessageBody (Results 1 – 1 of 1) sorted by relevance

/dports/mail/balsa/balsa-2.5.1/libbalsa/
H A Dbody.h68 struct _LibBalsaMessageBody { struct
71 gchar *buffer; /* holds raw data of the MIME part, or NULL */
73 ssize_t buflen; /* size of the block */
75 LibBalsaMessageBodyType body_type;
79 const gchar *content_dsp; /* content-disposition */
80 const gchar *content_id; /* content-id */
83 LibBalsaAttachMode attach_mode; /* attachment mode for sending */
85 gchar *charset; /* the charset, used for sending, replying. */
86 GMimeObject *mime_part; /* mime body */
89 gboolean was_encrypted;
[all …]