email Package Reference
Next:
1 Introduction
email Package Reference
Barry Warsaw
barry@python.org
Release 3.0
November 29, 2004
Abstract:
The
email
package provides classes and utilities to create, parse, generate, and modify email messages, conforming to all the relevant email and MIME related RFCs.
1 Introduction
2
email
-- An email and MIME handling package
2.1 Representing an email message
2.1.1 Deprecated methods
2.2 Parsing email messages
2.2.1 FeedParser API
2.2.2 Parser class API
2.2.3 Additional notes
2.3 Generating MIME documents
2.3.1 Deprecated methods
2.4 Creating email and MIME objects from scratch
2.5 Internationalized headers
2.6 Representing character sets
2.7 Encoders
2.8 Exception and Defect classes
2.9 Miscellaneous utilities
2.10 Iterators
2.11 Package History
2.12 Differences from
mimelib
2.13 Examples
About this document ...
email Package Reference
Next:
1 Introduction
Release 3.0, documentation updated on November 29, 2004.