Home | Trees | Index | Help |
|
---|
Package twisted :: Package protocols :: Module imap4 :: Class IMessage |
|
Interface
--+
|
IMessage
Method Summary | |
---|---|
Retrieve a file object containing the body of this message. | |
iterable
|
Retrieve the flags associated with this message. |
dict
|
Retrieve a group of message headers. |
str
|
Retrieve the date internally associated with this message. |
int
|
Retrieve the total size, in octets, of this message. |
Any object implementing IMessage .
|
Retrieve a MIME sub-message |
Retrieve the unique identifier associated with this message. |
Method Details |
---|
getBodyFile(self)Retrieve a file object containing the body of this message. |
getFlags(self)Retrieve the flags associated with this message.
|
getHeaders(self, negate, *names)Retrieve a group of message headers.
|
getInternalDate(self)Retrieve the date internally associated with this message.
|
getSize(self)Retrieve the total size, in octets, of this message.
|
getSubPart(self, part)Retrieve a MIME sub-message
|
getUID(self)Retrieve the unique identifier associated with this message. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:20:51 2003 | http://epydoc.sf.net |