]> granicus.if.org Git - python/commit
Fixing some RFC 2231 related issues as reported in the Spambayes
authorBarry Warsaw <barry@python.org>
Thu, 26 Sep 2002 17:21:02 +0000 (17:21 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 26 Sep 2002 17:21:02 +0000 (17:21 +0000)
commit9c74569ec9c694dbd1622b565448165ee486d3bc
treee167a7d59fe101e9f594e70c5e06deca7a833dd2
parent15aefa94d065cbb7408484ff98406cffd5002e2b
Fixing some RFC 2231 related issues as reported in the Spambayes
project, and with assistance from Oleg Broytmann.  Specifically,
added some new tests to make sure we handle RFC 2231 encoded
parameters correctly.  Two new data files were added which contain RFC
2231 encoded parameters.
Lib/email/test/data/msg_32.txt [new file with mode: 0644]
Lib/email/test/data/msg_33.txt [new file with mode: 0644]
Lib/email/test/test_email.py