Initialize a Babyl mailbox.
(self, path, factory=None, create=True)
| 1326 | 'forwarded', 'edited', 'resent'}) |
| 1327 | |
| 1328 | def __init__(self, path, factory=None, create=True): |
| 1329 | """Initialize a Babyl mailbox.""" |
| 1330 | _singlefileMailbox.__init__(self, path, factory, create) |
| 1331 | self._labels = {} |
| 1332 | |
| 1333 | def add(self, message): |
| 1334 | """Add message and return assigned key.""" |