Home | Trees | Index | Help |
---|
Package twisted :: Package mail :: Module maildir :: Class MaildirMailbox |
|
Mailbox
--+
|
MaildirMailbox
Method Summary | |
---|---|
Initialize with name of the Maildir mailbox | |
Delete a message | |
Return an open file-pointer to a message | |
Return a unique identifier for a message | |
Return a list of lengths of all files in new/ and cur/ | |
(inherited from Mailbox )
|
Method Details |
---|
__init__(self,
path)
Initialize with name of the Maildir mailbox
|
deleteMessage(self, i)Delete a message This only moves a message to the .Trash/ subfolder, so it can be undeleted by an administrator.
|
getMessage(self, i)Return an open file-pointer to a message
|
getUidl(self, i)Return a unique identifier for a message This is done using the basename of the filename. It is globally unique because this is how Maildirs are designed.
|
listMessages(self)Return a list of lengths of all files in new/ and cur/
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:43 2003 | http://epydoc.sf.net |