Searched refs:mhlib (Results 1 – 10 of 10) sorted by relevance
1 :mod:`mhlib` --- Access to MH mailboxes4 .. module:: mhlib9 The :mod:`mhlib` module has been removed in Python 3. Use the14 The :mod:`mhlib` module provides a Python interface to MH folders and their
18 mhlib.rst
114 import mhlib126 mh = mhlib.MH()
10 import mhlib41 mh = mhlib.MH()
13 mhlib = import_module('mhlib', deprecated=True) variable70 return mhlib.MH(os.path.abspath(_mhpath), _mhprofile)
1920 mhlib MH (mailbox) interface.
10510 * Lib/mhlib.py: Patch by Lars Wirzenius:13707 - mhlib.py: various enhancements, including almost compatible parsing14838 - The mhlib module contains some new functionality: setcontext() to set the 15351 - mhlib.py provides interface to MH folders and messages
857 - Issue #7759: Fixed the mhlib module on filesystems that doesn't support9920 - The mhlib module has been deprecated for removal in Python 3.0.
2937 :mod:`mhlib`,
9173 "mhlib",