Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_singlefileMailbox

558 class _singlefileMailbox(Mailbox):
754 class _mboxMMDF(_singlefileMailbox):
1218 class Babyl(_singlefileMailbox):
1226 _singlefileMailbox.__init__(self, path, factory, create)
1231 key = _singlefileMailbox.add(self, message)
1238 _singlefileMailbox.remove(self, key)
1244 _singlefileMailbox.__setitem__(self, key, message)