takes the part_id of a message part and returns the CiderWebmail::Part object of
a bodypart of this message
takes the body_id (cid) of a message part and returns the CiderWebmail::Part
object of a bodypart of this message
Returns the first value found for the named header
returns hashref of IMAP flags for this message
Shortcut getting the subject or 'No Subject' if none is available.
Shortcut for getting the 'from' header
Shortcut for getting the 'to' header
Shortcut for getting the 'reply-to' header
Shortcut for getting the 'list-post' header
Shortcut for getting the 'CC' header
Shortcut for getting the 'Message-ID' header
Shortcut for getting the 'References' header
Mark the message as read
Mark the message as answered
Returns the 'date' header as datetime object
Deletes the message from the server.
Toggles the important/flagged IMAP flag of the message.
Moves the message on the server to the named folder.
Returns the full message source text.