Python Library Reference
Previous: Up: 7. Internet Data Handling Next:

7.4 mhlib -- Access to MH mailboxes

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.

class Folder( mh, name)
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.



Subsections

Python Library Reference
Previous: Up: 7. Internet Data Handling Next:

Release 2.5.2, documentation updated on 21st February, 2008.
See About this document... for information on suggesting changes.

AltStyle によって変換されたページ (->オリジナル) /