This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ajaksu2
Recipients ajaksu2, barry, ucho
Date 2009-02-09.23:15:19
SpamBayes Score 6.310172e-05
Marked as misclassified No
Message-id <1234221321.56.0.707248550919.issue1103926@psf.upfronthosting.co.za>
In-reply-to
Content
RFC 2047 says the encoding is case-insensitive. Please, close as invalid.

RFC 2047:
2. Syntax of encoded-words

   An 'encoded-word' is defined by the following ABNF grammar.
[...]
   encoded-word = "=?" charset "?" encoding "?" encoded-text "?="
   charset = token    ; see section 3
   encoding = token   ; see section 4

[...]
   Both 'encoding' and 'charset' names are case-independent.  Thus the
   charset name "ISO-8859-1" is equivalent to "iso-8859-1", and the
   encoding named "Q" may be spelled either "Q" or "q".
History
Date User Action Args
2009-02-09 23:15:21ajaksu2setrecipients: + ajaksu2, barry, ucho
2009-02-09 23:15:21ajaksu2setmessageid: <1234221321.56.0.707248550919.issue1103926@psf.upfronthosting.co.za>
2009-02-09 23:15:20ajaksu2linkissue1103926 messages
2009-02-09 23:15:19ajaksu2create