Lines Matching full:email
1 :mod:`email` Package Architecture
7 The email package consists of three major components:
10 An object structure that represents an email message, and provides an
15 email message represented by those characters or bytes.
42 default :rfc:`5322` email message policy, we also have a policy that manages
51 The message model is implemented by the :class:`~email.message.Message` class.
103 :meth:`~email.policy.Policy.header_source_parse` method of the Policy. The
108 the :meth:`~email.policy.Policy.header_store_parse` method of the Policy, which
113 :meth:`~email.policy.Policy.header_fetch_parse` method of the Policy to
117 passed to the :meth:`~email.policy.Policy.fold` method of the Policy, which
119 :meth:`~email.policy.Policy.cte_type` Policy control determines whether or
121 also a :meth:`~email.policy.Policy.binary_fold` method for use by generators
131 sender originally wrote. In the real world, the email package must also be
136 Since email messages are *primarily* text data, and operations on message data
141 handle, this allows the email package to "carry" the binary data received
157 The :class:`~email.policy.Policy.Compat32` Policy provides backward
158 compatibility with version 5.1 of the email package. It does this via the
173 as a :class:`~email.header.Header` object, using the character set
177 Uses :class:`~email.header.Header`'s folding to fold headers in the