twisted.mail.test.test_pop3.ListMailbox class documentationtwisted.mail.test.test_pop3
(View In Hierarchy)
A simple in-memory list implementation of IMailbox.
| Method | __init__ | |
| Method | listMessages | Get some message information. | 
| Method | getMessage | Get the message content. | 
| Method | getUidl | Construct a UID by using the given index value. | 
| Method | deleteMessage | Wipe the message at the given index. | 
| Method | sync | No-op. | 
Get some message information.
| Parameters | i | See pop3.IMailbox.listMessages. | 
| Returns | See pop3.IMailbox.listMessages. | |
Get the message content.
| Parameters | i | See pop3.IMailbox.getMessage. | 
| Returns | See pop3.IMailbox.getMessage. | |
Construct a UID by using the given index value.
| Parameters | i | See pop3.IMailbox.getUidl. | 
| Returns | See pop3.IMailbox.getUidl. | |
Wipe the message at the given index.
| Parameters | i | See pop3.IMailbox.deleteMessage. |