Lines Matching refs:rfc
32 Returns a string suitable for an :rfc:`2822`\ -compliant
78 Optional *charset* is the character set that will be used in the :rfc:`2047`
105 Attempts to parse a date according to the rules in :rfc:`2822`. however, some
107 guess correctly in such cases. *date* is a string containing an :rfc:`2822`
147 Returns a date string as per :rfc:`2822`, e.g.::
182 Decode the string *s* according to :rfc:`2231`.
187 Encode the string *s* according to :rfc:`2231`. Optional *charset* and
195 When a header parameter is encoded in :rfc:`2231` format,
202 :rfc:`2231` header is not known by Python; it defaults to ``'us-ascii'``.
210 Decode parameters list according to :rfc:`2231`. *params* is a sequence of
218 the POSIX standard while this module follows :rfc:`2822`.