GNU Info

Info Node: (python2.1-lib.info)mhlib

(python2.1-lib.info)mhlib


Next: mimify Prev: mailbox Up: Internet Data Handling
Enter node , (file) or (file)node

Access to MH mailboxes
======================

Manipulate MH mailboxes from Python.

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.

`MH([path[, profile]])'
     `MH' represents a collection of MH folders.

`Folder(mh, name)'
     The `Folder' class represents a single folder and its messages.

`Message(folder, number[, name])'
     `Message' objects represent individual messages in a folder.  The
     Message class is derived from `mimetools.Message'.

MH Objects
Folder Objects
Message Objects 2

automatically generated by info2www version 1.2.2.9