Initialize a Babyl mailbox.
(self, path, factory=None, create=True)
| 1245 | 'forwarded', 'edited', 'resent'}) |
| 1246 | |
| 1247 | def __init__(self, path, factory=None, create=True): |
| 1248 | """Initialize a Babyl mailbox.""" |
| 1249 | _singlefileMailbox.__init__(self, path, factory, create) |
| 1250 | self._labels = {} |
| 1251 | |
| 1252 | def add(self, message): |
| 1253 | """Add message and return assigned key.""" |