Lines Matching refs:MH
1 :mod:`mhlib` --- Access to MH mailboxes
5 :synopsis: Manipulate MH mailboxes from Python.
14 The :mod:`mhlib` module provides a Python interface to MH folders and their
17 The module contains three basic classes, :class:`MH`, which represents a
22 .. class:: MH([path[, profile]])
24 :class:`MH` represents a collection of MH folders.
40 MH Objects
43 :class:`MH` instances have the following methods:
46 .. method:: MH.error(format[, ...])
51 .. method:: MH.getprofile(key)
56 .. method:: MH.getpath()
61 .. method:: MH.getcontext()
66 .. method:: MH.setcontext(name)
71 .. method:: MH.listfolders()
76 .. method:: MH.listallfolders()
81 .. method:: MH.listsubfolders(name)
86 .. method:: MH.listallsubfolders(name)
91 .. method:: MH.makefolder(name)
96 .. method:: MH.deletefolder(name)
101 .. method:: MH.openfolder(name)