Initialize a Babyl mailbox.
(self, path, factory=None, create=True)
| 1319 | 'forwarded', 'edited', 'resent'}) |
| 1320 | |
| 1321 | def __init__(self, path, factory=None, create=True): |
| 1322 | """Initialize a Babyl mailbox.""" |
| 1323 | _singlefileMailbox.__init__(self, path, factory, create) |
| 1324 | self._labels = {} |
| 1325 | |
| 1326 | def add(self, message): |
| 1327 | """Add message and return assigned key.""" |