Parses a message string and creates a Rfc850Message.
Construct the headers and message fields.
Write this Message instance's fields to their appropriate headers.
Create a template Rfc850Message for a reply to this message.
Set the message text. Rewraps as necessary.
Return the oldest known ancestor of this post, possibly this post's ID if it is the first one in the thread. May not be the thread ID - some UAs/services cut off or strip the "References" header.
Get the Message-ID that this message is in reply to.
Create a template Rfc850Message for a new posting to the specified groups.
The author's name, in UTF-8, stripped of quotes (no email address).
The author's email address, stripped of angular brackets.
The text contents of this message (UTF-8). "null" in case of an error.
The contents of this message (depends on mimeType).
Reflow options (RFC 2646).
Properties of a multipart message's part.
Explanation for null content.
Properties of a multipart message's part.
Reflow options (RFC 2646).
This message's headers.
The message ID, as specified at creation or in the Message-ID field. Includes the usual angular brackets.
The raw message (as passed in a constructor).
Properties of a multipart message's part.
Properties of a multipart message's part.
For a multipart message, contains the child parts. May nest more than one level.
The raw body of this message (or message part), i.e. the part of this.message after the headers.
The original message subject, as it appears in the message.
A list of Message-IDs that this post is in reply to. The most recent message (and direct parent) comes last.
Whether this post is a reply.
The thread subject, with the leading "Re: " and list ID stripped.
Message date/time.
Cross-references - for newsgroups posts, list of groups where it was posted, and article number in said group.