email — An email and MIME handling package — Python 3.16.0a0 documentation

docs.python.org

Tin mới

Internet Data Handling

email.message: Representing an email message

Python Module Index

3.16.0a0 Documentation

The Python Standard Library

smtplib: SMTP protocol client (requires sockets).

The email package is a library for managing email messages. It is specifically not designed to do any sending of email messages to SMTP (RFC 2821), NNTP, or other servers; those are functions of modules such as smtplib.

email.parser: Parse flat text email messages to produce a message object structure.

The email package is a library for managing email messages. It is specifically not designed to do any sending of email messages to SMTP (RFC 2821), NNTP, or other servers; those are functions of modules such as smtplib.

email.generator: Generate flat text email messages from a message structure.

The email package is a library for managing email messages. It is specifically not designed to do any sending of email messages to SMTP (RFC 2821), NNTP, or other servers; those are functions of modules such as smtplib.

email.policy: Controlling the parsing and generating of messages

The email package is a library for managing email messages. It is specifically not designed to do any sending of email messages to SMTP (RFC 2821), NNTP, or other servers; those are functions of modules such as smtplib.

email.headerregistry: Automatic Parsing of headers based on the field name

The email package is a library for managing email messages. It is specifically not designed to do any sending of email messages to SMTP (RFC 2821), NNTP, or other servers; those are functions of modules such as smtplib.

email.contentmanager: Storing and Retrieving Content from MIME Parts

The email package is a library for managing email messages. It is specifically not designed to do any sending of email messages to SMTP (RFC 2821), NNTP, or other servers; those are functions of modules such as smtplib.

email.message.Message

The email package is a library for managing email messages. It is specifically not designed to do any sending of email messages to SMTP (RFC 2821), NNTP, or other servers; those are functions of modules such as smtplib.

email.errors: Exception and Defect classes

email.mime: Creating email and MIME objects from scratch

email.header: Internationalized headers

email.charset: Representing character sets

email.encoders: Encoders

email.utils: Miscellaneous utilities

email.iterators: Iterators

poplib: POP3 protocol client (requires sockets).

Tools for creating, reading, and managing collections of messages on disk using a variety standard formats.

imaplib: IMAP4 protocol client (requires sockets).

Tools for creating, reading, and managing collections of messages on disk using a variety standard formats.

mailbox: Manipulate mailboxes in various formats

Tools for creating, reading, and managing collections of messages on disk using a variety standard formats.