Lines Matching refs:EmailMessage
16 The central class in the :mod:`email` package is the :class:`EmailMessage`
18 the :mod:`email` object model. :class:`EmailMessage` provides the core
31 The conceptual model provided by an :class:`EmailMessage` object is that of an
33 :rfc:`5322` body of the message, which might be a list of sub-``EmailMessage``
40 The :class:`EmailMessage` dictionary-like interface is indexed by the header
48 objects, or a list of :class:`EmailMessage` objects, for MIME container
53 .. class:: EmailMessage(policy=default)
76 Flattening the message may trigger changes to the :class:`EmailMessage`
114 Flattening the message may trigger changes to the :class:`EmailMessage`
134 sub-\ :class:`EmailMessage` objects, otherwise return ``False``. When
140 :class:`EmailMessage` is of type ``message/rfc822``.
161 order to the keys returned by :meth:`keys`, but in an :class:`EmailMessage`
377 Use of the *requote* parameter with :class:`EmailMessage` objects is
394 Use of the *requote* parameter with :class:`EmailMessage` objects is
595 :meth:`~email.message.EmailMessage.walk`.)
698 :class:`EmailMessage` objects have the following instance attributes:
728 the end of the message. As with the :attr:`~EmailMessage.preamble`,
742 :class:`EmailMessage`, except that no :mailheader:`MIME-Version` headers are
743 added when :meth:`~EmailMessage.set_content` is called, since sub-parts do