mailbox
 

Classes to handle Unix style, MMDF style, and MH style mailboxes.


 Modules
                                                                                                                                                                                                                               
os
rfc822


 Classes
                                                                                                                                                                                                                               
MHMailbox
Maildir
_Mailbox
BabylMailbox
MmdfMailbox
UnixMailbox
_Subfile


 class BabylMailbox(_Mailbox)
           no doc string
                                                                                                                                                                                                                     
_search_end(self)
no doc string
_search_start(self)
no doc string


 class MHMailbox
           no doc string
                                                                                                                                                                                                                     
__init__(self, dirname)
no doc string
next(self)
no doc string


 class Maildir
           no doc string
                                                                                                                                                                                                                     
__init__(self, dirname)
# Qmail directory mailbox
next(self)
no doc string


 class MmdfMailbox(_Mailbox)
           no doc string
                                                                                                                                                                                                                     
_search_end(self)
no doc string
_search_start(self)
no doc string


 class UnixMailbox(_Mailbox)
           no doc string
                                                                                                                                                                                                                     
_isrealfromline(self, line)
no doc string
_search_end(self)
no doc string
_search_start(self)
no doc string


 class _Mailbox
           no doc string
                                                                                                                                                                                                                     
__init__(self, fp)
no doc string
next(self)
no doc string
seek(self, pos, whence=0)
no doc string


 class _Subfile
           no doc string
                                                                                                                                                                                                                     
__init__(self, fp, start, stop)
no doc string
close(self)
no doc string
read(self, length=None)
no doc string
readline(self, length=None)
no doc string
readlines(self, sizehint=-1)
no doc string
seek(self, pos, whence=0)
no doc string
tell(self)
no doc string


 Functions
                                                                                                                                                                                                                               
_test()
no doc string