The mhlib module provides a Python interface to MH folders and
their contents.
The module contains three basic classes, MH, which represents a
particular collection of folders, Folder, which represents a single
folder, and Message, which represents a single message.
class MH( |
[path[, profile]]) |
-
MH represents a collection of MH folders.
-
The Folder class represents a single folder and its messages.
class Message( |
folder, number[, name]) |
-
Message objects represent individual messages in a folder. The
Message class is derived from mimetools.Message.
Release 2.4.1, documentation updated on 30 March 2005.
See About this document... for information on suggesting changes.