-
**Describe the bug**
When updating from lettre 0.10.0-alpha.4 to 0.10.0-rc.2, the Content-Disposition header handling was replaced with an own implementation in #601.
When setting an attachment fi…
-
BPO | [29678](https://bugs.python.org/issue29678)
--- | :---
Nosy | @warsaw, @bitdancer, @andrewnester
PRs | python/cpython#394
*Note: these values reflect the state of the issue at the time it was m…
-
BPO | [29462](https://bugs.python.org/issue29462)
--- | :---
Nosy | @warsaw, @bitdancer, @ale
Files | [attachments.py](https://bugs.python.org/file46551/attachments.py "Uploaded as text/plain at 2017-…
-
BPO | [5277](https://bugs.python.org/issue5277)
--- | :---
Nosy | @warsaw, @msapiro, @bitdancer
Files | [message.patch](https://bugs.python.org/file13105/message.patch "Uploaded as text/plain at 2009-…
-
BPO | [824417](https://bugs.python.org/issue824417)
--- | :---
Nosy | @warsaw
Files | [test1](https://bugs.python.org/file1073/test1 "Uploaded as application/octet-stream at 2003-10-15.21:39:27 by cus…
-
BPO | [1349106](https://bugs.python.org/issue1349106)
--- | :---
Nosy | @warsaw, @bitdancer
Files | [email_linesep.patch](https://bugs.python.org/file19319/email_linesep.patch "Uploaded as text/plain …
-
Issue appeared after upgrading from v1.4.10 to v1.5.0.
Having `$config['mime_param_folding'] = 0;` causes second/subsequent non-ascii attachment names to reset to `%messagepart%_%mime_id%.%mime_ext…
-
BPO | [31831](https://bugs.python.org/issue31831)
--- | :---
Nosy | @warsaw, @bitdancer
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the curren…
-
source code
`import requests
headers = {
'Origin': 'http://home.ctfile.com',
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Sa…
-
When uploading a file with a non-ascii filename, that filename is encoded according to the method of RFC 5987
>>> requests.post('http://ya.ru', files={'file': (u'файл', '123')}).request.body
…