ASPN ActiveState Programmer Network
  ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups | Web Services
SEARCH
advanced | search help

Reference
ActivePython 2.5
Python Documentation
Library Reference
Front Matter
Contents
1. Introduction
2. Built-in Objects
3. Built-in Types
4. String Services
5. Data Types
6. Numeric and Mathematical Modules
7. Internet Data Handling
7.1 email -- An email and MIME handling package
7.2 mailcap -- Mailcap file handling.
7.3 mailbox -- Manipulate mailboxes in various formats
7.4 mhlib -- Access to MH mailboxes
7.5 mimetools -- Tools for parsing MIME messages
7.6 mimetypes -- Map filenames to MIME types
7.7 MimeWriter -- Generic MIME file writer
7.8 mimify -- MIME processing of mail messages
7.9 multifile -- Support for files containing distinct parts
7.10 rfc822 -- Parse RFC 2822 mail headers
7.11 base64 -- RFC 3548: Base16, Base32, Base64 Data Encodings
7.12 binhex -- Encode and decode binhex4 files
7.13 binascii -- Convert between binary and ASCII
7.14 quopri -- Encode and decode MIME quoted-printable data
7.15 uu -- Encode and decode uuencode files
8. Structured Markup Processing Tools
9. File Formats
10. Cryptographic Services
11. File and Directory Access
12. Data Compression and Archiving
13. Data Persistence
14. Generic Operating System Services
15. Optional Operating System Services
16. Unix Specific Services
17. Interprocess Communication and Networking
18. Internet Protocols and Support
19. Multimedia Services
20. Graphical User Interfaces with Tk
21. Internationalization
22. Program Frameworks
23. Development Tools
24. The Python Debugger
25. The Python Profilers
26. Python Runtime Services
27. Custom Python Interpreters
28. Restricted Execution
29. Importing Modules
30. Python Language Services
31. Python compiler package
32. Abstract Syntax Trees
33. Miscellaneous Services
34. SGI IRIX Specific Services
35. SunOS Specific Services
36. MS Windows Specific Services
A. Undocumented Modules
B. Reporting Bugs
C. History and License
Module Index
Index
About this document ...

MyASPN >> Reference >> ActivePython 2.5 >> Python Documentation >> Library Reference
ActivePython 2.5 documentation


7. Internet Data Handling

This chapter describes modules which support handling data formats commonly used on the Internet.

email   Package supporting the parsing, manipulating, and generating email messages, including MIME documents.
email.message   The base class representing email messages.
email.parser   Parse flat text email messages to produce a message object structure.
email.generator   Generate flat text email messages from a message structure.
email.mime  
email.mime.base  
email.mime.nonmultipart  
email.mime.multipart  
email.mime.audio  
email.mime.image  
email.mime.message  
email.mime.text  
email.header   Representing non-ASCII headers
email.charset   Character Sets
email.encoders   Encoders for email message payloads.
email.errors   The exception classes used by the email package.
email.utils   Miscellaneous email package utilities.
email.iterators   Iterate over a message object tree.
mailcap   Mailcap file handling.
mailbox   Manipulate mailboxes in various formats
mhlib   Manipulate MH mailboxes from Python.
mimetools   Tools for parsing MIME-style message bodies.
mimetypes   Mapping of filename extensions to MIME types.
MimeWriter   Generic MIME file writer.
mimify   Mimification and unmimification of mail messages.
multifile   Support for reading files which contain distinct parts, such as some MIME data.
rfc822   Parse RFC 2822 style mail messages.
base64   RFC 3548: Base16, Base32, Base64 Data Encodings
binhex   Encode and decode files in binhex4 format.
binascii   Tools for converting between binary and various ASCII-encoded binary representations.
quopri   Encode and decode files using the MIME quoted-printable encoding.
uu   Encode and decode files in uuencode format.

See About this document... for information on suggesting changes.

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState 2004 All rights reserved