20. Internet Data Handling¶
This chapter describes modules which support handling data formats commonly used on the Internet.
- 20.1.
email
— An email and MIME handling package- 20.1.1.
email.message
: Representing an email message - 20.1.2.
email.parser
: Parsing email messages - 20.1.3.
email.generator
: Generating MIME documents - 20.1.4.
email.policy
: Policy Objects - 20.1.5.
email.errors
: Exception and Defect classes - 20.1.6.
email.headerregistry
: Custom Header Objects - 20.1.7.
email.contentmanager
: Managing MIME Content - 20.1.8.
email
: Examples - 20.1.9.
email.message.Message
: Representing an email message using thecompat32
API - 20.1.10.
email.mime
: Creating email and MIME objects from scratch - 20.1.11.
email.header
: Internationalized headers - 20.1.12.
email.charset
: Representing character sets - 20.1.13.
email.encoders
: Encoders - 20.1.14.
email.utils
: Miscellaneous utilities - 20.1.15.
email.iterators
: Iterators
- 20.1.1.
- 20.2.
json
— JSON encoder and decoder - 20.3.
mailcap
— Mailcap file handling - 20.4.
mailbox
— Manipulate mailboxes in various formats - 20.5.
mimetypes
— Map filenames to MIME types - 20.6.
base64
—— Base16、Base32、Base64、Base85 資料編碼 - 20.7.
binhex
— Encode and decode binhex4 files - 20.8.
binascii
— Convert between binary and ASCII - 20.9.
quopri
— Encode and decode MIME quoted-printable data - 20.10.
uu
— Encode and decode uuencode files