• Home
  • Raw
  • Download

Lines Matching full:was

84 the version of Python that the package was released with.  For purposes of this
86 Python version the change was made in, *not* the email package version. This
104 the version 3 module :mod:`email.Message` was renamed to :mod:`email.message` in
107 * A new subpackage :mod:`email.mime` was added and all the version 3
109 subpackage. For example, the version 3 module :mod:`email.MIMEText` was renamed
114 * The :mod:`email.mime.application` module was added, which contains the
132 * The :class:`~email.parser.FeedParser` class was introduced, and the
133 :class:`~email.parser.Parser` class was implemented in terms of the
158 Since this was never (and still isn't) formally defined, this isn't
173 :meth:`~email.message.Message.get_payload` was not a list object, but a
176 This structure was inconsistent with the rest of the package, so the object
177 representation for :mimetype:`message/rfc822` content types was changed. In
190 * The :class:`~email.parser.Parser` constructor's *strict* argument was added,
193 The *strict* flag was also added to functions :func:`email.message_from_file`
202 :mod:`email.generator` module was added.
218 * The non-public function :func:`email.Iterators._structure` was added.
224 The :mod:`email` package was originally prototyped as a separate library called
230 between the :mod:`mimelib` package and the :mod:`email` package was not a
246 * The method :meth:`asString` was renamed to
249 * The method :meth:`ismultipart` was renamed to
255 * The method :meth:`getall` was renamed to
258 * The method :meth:`addheader` was renamed to
261 * The method :meth:`gettype` was renamed to :meth:`get_type`.
263 * The method :meth:`getmaintype` was renamed to :meth:`get_main_type`.
265 * The method :meth:`getsubtype` was renamed to :meth:`get_subtype`.
267 * The method :meth:`getparams` was renamed to
273 * The method :meth:`getparam` was renamed to
276 * The method :meth:`getcharsets` was renamed to
279 * The method :meth:`getfilename` was renamed to
282 * The method :meth:`getboundary` was renamed to
285 * The method :meth:`setboundary` was renamed to
288 * The method :meth:`getdecodedpayload` was removed. To get similar
292 * The method :meth:`getpayloadastext` was removed. Similar functionality is
296 * The method :meth:`getbodyastext` was removed. You can get similar