twisted.mail.imap4._SinglepartMessageStructure(_MessageStructure)
class documentationtwisted.mail.imap4
View Source
(View In Hierarchy)
Known subclasses: twisted.mail.imap4._RFC822MessageStructure, twisted.mail.imap4._TextMessageStructure
_SinglepartMessageStructure
represents the message structure of a non-multipart/* message.
Method | __init__ | |
Method | encode | Construct and return a list of the basic and extended fields for a single-part message. The list suitable to be encoded into a BODY or BODYSTRUCTURE response. |
Method | _basicFields | Return a list of the basic fields for a single-part message. |
Method | _extended | The extension data of a non-multipart body part are in the following order: |
Inherited from _MessageStructure:
Method | _disposition | Parse a Content-Disposition header into a two-sequence of the disposition and a flattened list of its parameters. |
Method | _unquotedAttrs |
Parameters | message | An IMessagePart
provider which this structure object reports on. |
main | A str
giving the main MIME type of the message (for example,
"text" ). | |
subtype | A str
giving the MIME subtype of the message (for example,
"plain" ). | |
attrs | A dict giving the parameters of the Content-Type header
of the message. |
Construct and return a list of the basic and extended fields for a single-part message. The list suitable to be encoded into a BODY or BODYSTRUCTURE response.
The extension data of a non-multipart body part are in the following order:
A string giving the body MD5 value as defined in [MD5].
A parenthesized list with the same content and function as the body disposition for a multipart body part.
A string or parenthesized list giving the body language value as defined in [LANGUAGE-TAGS].
A string list giving the body content URI as defined in [LOCATION].