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

Lines Matching full:mhlib

5 import mhlib
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
56 warnpy3k("the mhlib module has been removed in Python 3.0; use the mailbox "