|
|
The MESSAGE structure is a parsed form of a MESSAGE/RFC822 MIME body part. It contains the following information:
ENVELOPE *env;
Encapsulated message RFC 822 header.
BODY *body;
Encapsulated message MIME structure.
char *hdr;
Encapsulated message header.
unsigned long hdrsize;
Message header size.
char *text;
Message in RFC 822 form.
unsigned long offset;
Offset of text from header.