n | |
| :mod:`mhlib` --- Access to MH mailboxes |
| ======================================= |
| |
| .. module:: mhlib |
| :synopsis: Manipulate MH mailboxes from Python. |
n | :deprecated: |
| |
n | .. deprecated:: 2.6 |
| The :mod:`mhlib` module has been removed in Python 3.0. Use the |
| :mod:`mailbox` instead. |
| |
t | .. % LaTeX'ized from the comments in the module by Skip Montanaro |
t | .. sectionauthor:: Skip Montanaro <skip@pobox.com> |
| .. % <skip@mojam.com>. |
| |
| The :mod:`mhlib` module provides a Python interface to MH folders and their |
| contents. |
| |
| The module contains three basic classes, :class:`MH`, which represents a |
| particular collection of folders, :class:`Folder`, which represents a single |
| folder, and :class:`Message`, which represents a single message. |
| |