|
unsigned int | type: 4 |
| content-type primary type, ContentType
|
|
unsigned int | encoding: 3 |
| content-transfer-encoding, ContentEncoding
|
|
unsigned int | disposition: 2 |
| content-disposition, ContentDisposition
|
|
bool | badsig: 1 |
| Bad cryptographic signature (needed to check encrypted s/mime-signatures)
|
|
bool | force_charset: 1 |
| Send mode: don't adjust the character set when in send-mode.
|
|
bool | goodsig: 1 |
| Good cryptographic signature.
|
|
bool | noconv: 1 |
| Don't do character set conversion.
|
|
bool | use_disp: 1 |
| Content-Disposition uses filename= ?
|
|
bool | warnsig: 1 |
| Maybe good signature.
|
|
bool | is_autocrypt: 1 |
| Flag autocrypt-decrypted messages for replying.
|
|
LOFF_T | offset |
| offset where the actual data begins
|
|
LOFF_T | length |
| length (in bytes) of attachment
|
|
char * | description |
| content-description
|
|
char * | d_filename |
| filename to be used for the content-disposition header If NULL, filename is used instead.
|
|
char * | content_id |
| Content-Id (RFC2392)
|
|
char * | filename |
| When sending a message, this is the file to which this structure refers.
|
|
char * | form_name |
| Content-Disposition form-data name param.
|
|
char * | subtype |
| content-type subtype
|
|
char * | xtype |
| content-type if x-unknown
|
|
struct ParameterList | parameter |
| Parameters of the content-type.
|
|
bool | unlink: 1 |
| If true, filename should be unlink()ed before free()ing this structure.
|
|
struct Content * | content |
| Detailed info about the content of the attachment.
|
|
struct Body * | next |
| next attachment in the list
|
|
struct Body * | parts |
| parts of a multipart or message/rfc822
|
|
struct Email * | email |
| header information for message/rfc822
|
|
struct AttachPtr * | aptr |
| Menu information, used in recvattach.c.
|
|
struct Envelope * | mime_headers |
| Memory hole protected headers.
|
|
time_t | stamp |
| Time stamp of last encoding update.
|
|
char * | language |
| content-language (RFC8255)
|
|
char * | charset |
| Send mode: charset of attached file as stored on disk.
|
|
long | hdr_offset |
| Offset in stream where the headers begin.
|
|
bool | attach_qualifies: 1 |
| This attachment should be counted.
|
|
bool | deleted: 1 |
| Attachment marked for deletion.
|
|
bool | nowrap: 1 |
| Do not wrap the output in the pager.
|
|
bool | tagged: 1 |
| This attachment is tagged.
|
|
signed short | attach_count |
| Number of attachments.
|
|
The body of an email.
Definition at line 35 of file body.h.