Lines Matching full:mhlib
5 import mhlib7 mh = mhlib.MH() # use default mailbox directory and profile8 mh = mhlib.MH(mailbox) # override mailbox location (default from profile)9 mh = mhlib.MH(mailbox, profile) # override mailbox and profile56 warnpy3k("the mhlib module has been removed in Python 3.0; use the mailbox "