π₯ TRENDING: ./library/netdata.html - Collection
This document is for an old version of Python that is no longer supported.
You should upgrade, and read the
Python documentation for the current stable release.
19. Internet Data HandlingΒΆ
This chapter describes modules which support handling data formats commonly used on the Internet.
- 19.1.
emailβ An email and MIME handling package- 19.1.1.
email.message: Representing an email message - 19.1.2.
email.parser: Parsing email messages - 19.1.3.
email.generator: Generating MIME documents - 19.1.4.
email.policy: Policy Objects - 19.1.5.
email.errors: Exception and Defect classes - 19.1.6.
email.headerregistry: Custom Header Objects - 19.1.7.
email.contentmanager: Managing MIME Content - 19.1.8.
email: Examples - 19.1.9.
email.message.Message: Representing an email message using thecompat32API - 19.1.10.
email.mime: Creating email and MIME objects from scratch - 19.1.11.
email.header: Internationalized headers - 19.1.12.
email.charset: Representing character sets - 19.1.13.
email.encoders: Encoders - 19.1.14.
email.utils: Miscellaneous utilities - 19.1.15.
email.iterators: Iterators
- 19.1.1.
- 19.2.
jsonβ JSON encoder and decoder - 19.3.
mailcapβ Mailcap file handling - 19.4.
mailboxβ Manipulate mailboxes in various formats - 19.5.
mimetypesβ Map filenames to MIME types - 19.6.
base64β Base16, Base32, Base64, Base85 Data Encodings - 19.7.
binhexβ Encode and decode binhex4 files - 19.8.
binasciiβ Convert between binary and ASCII - 19.9.
quopriβ Encode and decode MIME quoted-printable data - 19.10.
uuβ Encode and decode uuencode files
