c4e69cc1d8
The RFCs encourage following Postel's law: be liberal in what you accept. So if someone forgot to pad the base64 encoded word payload to an even four bytes, we add the padding before handing it to base64mime.decode. Previously, missing padding resulted in a HeaderParseError. Patch by Jason Williams. |
||
---|---|---|
.. | ||
data | ||
__init__.py | ||
test_email.py | ||
test_email_codecs.py | ||
test_email_torture.py |