interface documentation

class IMessageIMAP(IMessageIMAPPart): (source)

View In Hierarchy

Undocumented

Method get​Flags Retrieve the flags associated with this message.
Method get​Internal​Date Retrieve the date internally associated with this message.
Method get​UID Retrieve the unique identifier associated with this message.

Inherited from IMessageIMAPPart:

Method get​Body​File Retrieve a file object containing only the body of this message.
Method get​Headers Retrieve a group of message headers.
Method get​Size Retrieve the total size, in octets, of this message.
Method get​Sub​Part Retrieve a MIME sub-message
Method is​Multipart Indicate whether this message has subparts.
def getFlags(): (source)
Retrieve the flags associated with this message.
Returns
iterableThe flags, represented as strings.
def getInternalDate(): (source)
Retrieve the date internally associated with this message.
Returns
bytesAn RFC822-formatted date string.
def getUID(): (source)
Retrieve the unique identifier associated with this message.