Part of twisted.mail.maildir View Source View In Hierarchy
Known subclasses: twisted.mail.maildir.MaildirDirdbmDomain
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 99 | Method | __init__ | Initialize. |
| 104 | Method | userDirectory | Get the maildir directory for a given user |
| 116 | Method | setAliasGroup | Undocumented |
| 122 | Method | exists | Check for existence of user in the domain |
| 138 | Method | startMessage | Save a message for a given user |
| 152 | Method | willRelay | Undocumented |
| 155 | Method | addUser | Undocumented |
| 158 | Method | getCredentialsCheckers | Undocumented |
Get the maildir directory for a given user
Override to specify where to save mails for users. Return None for non-existing users.