Searched defs:MH (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dmhlib.py0 """MH interface -- purely object-oriented (well, almost)
7 mh = mhlib.MH() # use default mailbox directory and profile
8 mh = mhlib.MH(mailbox) # override mailbox location (default from profile)
9 mh = mhlib.MH(mailbox, profile) # override mailbox and profile
87 __all__ = ["MH","Error","Folder","Message"]
95 class MH: class in inherits:
98 containing the collection, and the MH profile to use.
100 directory is taken from the MH profile if it is specified there."""
111 if not os.path.isdir(path): raise Error, 'MH() path not found'
116 return 'MH(
[all...]
H A Dmailbox.py3 """Read/write support for Maildir, mbox, MH, Babyl, and MMDF mailboxes."""
37 __all__ = [ 'Mailbox', 'Maildir', 'mbox', 'MH', 'Babyl', 'MMDF',
907 class MH(Mailbox): class in inherits:Mailbox
908 """An MH mailbox."""
911 """Initialize an MH instance."""
1101 """Return an MH instance for the named folder."""
1102 return MH(os.path.join(self._path, folder),
1106 """Create a folder and return an MH instance representing it."""
1107 return MH(os.path.join(self._path, folder),
1694 """Message with MH
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dmhlib.py0 """MH interface -- purely object-oriented (well, almost)
7 mh = mhlib.MH() # use default mailbox directory and profile
8 mh = mhlib.MH(mailbox) # override mailbox location (default from profile)
9 mh = mhlib.MH(mailbox, profile) # override mailbox and profile
87 __all__ = ["MH","Error","Folder","Message"]
95 class MH: class in inherits:
98 containing the collection, and the MH profile to use.
100 directory is taken from the MH profile if it is specified there."""
111 if not os.path.isdir(path): raise Error, 'MH() path not found'
116 return 'MH(
[all...]
H A Dmailbox.py3 """Read/write support for Maildir, mbox, MH, Babyl, and MMDF mailboxes."""
37 __all__ = [ 'Mailbox', 'Maildir', 'mbox', 'MH', 'Babyl', 'MMDF',
907 class MH(Mailbox): class in inherits:Mailbox
908 """An MH mailbox."""
911 """Initialize an MH instance."""
1101 """Return an MH instance for the named folder."""
1102 return MH(os.path.join(self._path, folder),
1106 """Create a folder and return an MH instance representing it."""
1107 return MH(os.path.join(self._path, folder),
1694 """Message with MH
[all...]

Completed in 96 milliseconds