Tin mới
email.message: Representing an email message
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.
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.utils: Miscellaneous utilities
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.