interface documentation
class IMessageIMAP(IMessageIMAPPart): (source)
Undocumented
Method | get |
Retrieve the flags associated with this message. |
Method | get |
Retrieve the date internally associated with this message. |
Method | get |
Retrieve the unique identifier associated with this message. |
Inherited from IMessageIMAPPart
:
Method | get |
Retrieve a file object containing only the body of this message. |
Method | get |
Retrieve a group of message headers. |
Method | get |
Retrieve the total size, in octets, of this message. |
Method | get |
Retrieve a MIME sub-message |
Method | is |
Indicate whether this message has subparts. |
Retrieve the date internally associated with this message.
Returns | |
bytes | An RFC822-formatted date string. |