mailbox
index
/usr/lib/python1.6/mailbox.py
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
)
__init__
(self, fp)
from
_Mailbox
_search_end
(self)
_search_start
(self)
next
(self)
from
_Mailbox
seek
(self, pos, whence
=0
)
from
_Mailbox
class
MHMailbox
__init__
(self, dirname)
next
(self)
class
Maildir
__init__
(self, dirname)
next
(self)
class
MmdfMailbox
(
_Mailbox
)
__init__
(self, fp)
from
_Mailbox
_search_end
(self)
_search_start
(self)
next
(self)
from
_Mailbox
seek
(self, pos, whence
=0
)
from
_Mailbox
class
UnixMailbox
(
_Mailbox
)
__init__
(self, fp)
from
_Mailbox
_isrealfromline
(self, line)
_search_end
(self)
_search_start
(self)
next
(self)
from
_Mailbox
seek
(self, pos, whence
=0
)
from
_Mailbox
class
_Mailbox
__init__
(self, fp)
next
(self)
seek
(self, pos, whence
=0
)
class
_Subfile
__init__
(self, fp, start, stop)
close
(self)
read
(self, length
=None
)
readline
(self, length
=None
)
readlines
(self, sizehint
=-1
)
seek
(self, pos, whence
=0
)
tell
(self)
Functions
_test
()
Data
__file__
= '/usr/lib/python1.6/mailbox.pyc'
__name__
= 'mailbox'