-
**[Andy Goossens](https://jira.spring.io/secure/ViewProfile.jspa?name=gandy)** opened **[SPR-13319](https://jira.spring.io/browse/SPR-13319?redirect=false)** and commented
We have a Django/Python app…
-
**[Miroslav Holubec](https://jira.spring.io/secure/ViewProfile.jspa?name=myroch)** opened **[SPR-15205](https://jira.spring.io/browse/SPR-15205?redirect=false)** and commented
There is wrong behavior…
-
I am getting invalid parameter format on this content-disposition header value:
```inline; filename="beijing 6 copy 4.jpeg"; filename*=UTF-8''beijing 6 copy 4.jpeg```
Not sure if this is correct…
-
https://github.com/apache/httpcomponents-client/blob/ec22a46866b5281e35bd2282706ddbd5c97ce1c2/httpclient5/src/main/java/org/apache/hc/client5/http/entity/mime/HttpRFC7578Multipart.java
-
From a conversation on [issue 2802](https://github.com/square/okhttp/issues/2802#issuecomment-367454328), @megantracy93 has found that iOS & web clients permit UTF-8 characters in `content-disposition…
-
**[Serhii Hromovyi](https://jira.spring.io/secure/ViewProfile.jspa?name=hromovyi)** opened **[SPR-14503](https://jira.spring.io/browse/SPR-14503?redirect=false)** and commented
Hi,
we faced a proble…
-
* Anymail version: 4.2
* ESP: Mailgun
* Django: 1.11.8
* Python: 3.5
It took me a while to narrow down the circumstances, but it seems that if an attachment has a file name longer than 64 bytes,…
-
Simple file upload code:
https://gist.github.com/3699443
When I upload a file called "lall%20lall.txt"
$example->filename contains "lall lall.txt"
-
According to RFC 2231 the encoding'language' prefix is optional.
In case no encoding was supplied, the filename was used as the encoding and the detection failed.
The most conforming way would be …
-
I have an email with such attachment (repeated 😁 =F0=9F=98=81 symbols):
```
Content-Disposition: attachment;
filename*0="=?UTF-8?Q?*_=F0=9F=98=81=F0=9F=98=81=F0?=
=?UTF-8?Q?=9F=98=8";
filen…