twisted.mail.test.test_pop3.DummyDomain class documentationtwisted.mail.test.test_pop3
(View In Hierarchy)
A virtual domain for a POP3 server.
| Method | __init__ | Undocumented | 
| Method | addUser | Create a mailbox for a new user. | 
| Method | addMessage | Add a message to the mailbox of the named user. | 
| Method | authenticateUserAPOP | Succeed with a ListMailbox. | 
Add a message to the mailbox of the named user.
| Parameters | name | The username. | 
| message | The contents of the message. | 
Succeed with a ListMailbox.
| Parameters | name | The name of the user authenticating. | 
| digest | ignored | |
| magic | ignored | |
| domain | ignored | |
| Returns | A three-tuple like the one returned by IRealm.requestAvatar.
The mailbox will be for the user given byname. | |