New submission from Jason Williams <[EMAIL PROTECTED]>:
email/header.py:decode_header() Line 95: dec =
email.base64mime.decode(encoded)
Headers that contain Subject or From headers which are Base64 encoded
and are insufficiently padded raise a HeaderParseError. The actual
padding er
Jason Williams added the comment:
What's needed to get this integrated? It will be great to not have to fork the
GZIP.
--
nosy: +Jason Williams
___
Python tracker
<https://bugs.python.org/is
New submission from Jason Williams :
Passing arguments to a Python script using an environment variable like:
export en_auth="--arg1 test --arg2 \"$(https://bugs.python.org/file49753/test.py
___
Python tracker
<https://bugs.python.o
Change by Jason Williams :
--
components: +Library (Lib)
type: -> behavior
___
Python tracker
<https://bugs.python.org/issue42983>
___
___
Python-bugs-lis
Change by Jason Williams :
Added file: https://bugs.python.org/file49754/private_key.pem
___
Python tracker
<https://bugs.python.org/issue42983>
___
___
Python-bug
Jason Williams added the comment:
I'd argue that since the recipient has little control over incorrect header
padding, the traditional approach with e-mail is to fix-up bad encoding...and
this ia bug.
--
___
Python tracker
<http://bugs.py