Lines Matching refs:rfc
16 message" as defined by the Internet standard :rfc:`2822`. [#]_ Such messages
18 also defines a helper class :class:`AddressList` for parsing :rfc:`2822`
20 :rfc:`2822` messages.
62 parameter, a comma-separated list of :rfc:`2822` addresses to be parsed. (The
97 Attempts to parse a date according to the rules in :rfc:`2822`. however, some
99 guess correctly in such cases. *date* is a string containing an :rfc:`2822`
114 while this module follows :rfc:`2822`.) If the input string has no timezone,
157 to index it) if the line is a legal :rfc:`2822` header; otherwise returns
351 .. [#] This module originally conformed to :rfc:`822`, hence the name. Since then,
352 :rfc:`2822` has been released as an update to :rfc:`822`. This module should be
353 considered :rfc:`2822`\ -conformant, especially in cases where the syntax or
354 semantics have changed since :rfc:`822`.