Lines Matching refs:rfc
30 Returns a string suitable for an :rfc:`2822`\ -compliant
81 Optional *charset* is the character set that will be used in the :rfc:`2047`
114 Attempts to parse a date according to the rules in :rfc:`2822`. however, some
116 guess correctly in such cases. *date* is a string containing an :rfc:`2822`
158 Returns a date string as per :rfc:`2822`, e.g.::
193 Decode the string *s* according to :rfc:`2231`.
198 Encode the string *s* according to :rfc:`2231`. Optional *charset* and
206 When a header parameter is encoded in :rfc:`2231` format,
213 :rfc:`2231` header is not known by Python; it defaults to ``'us-ascii'``.
221 Decode parameters list according to :rfc:`2231`. *params* is a sequence of
229 the POSIX standard while this module follows :rfc:`2822`.