Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split Filenames #5

Open
defuse opened this issue Oct 8, 2013 · 1 comment
Open

Split Filenames #5

defuse opened this issue Oct 8, 2013 · 1 comment

Comments

@defuse
Copy link
Contributor

defuse commented Oct 8, 2013

There is an issue with long filenames:

--------------020908070905010506000203
Content-Type: application/octet-stream;
name="(24) [J Majik & Wickaman Feat. Dee Freer] In Pieces.mp3.pgp"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename*0="(24) [J Majik & Wickaman Feat. Dee Freer] In Pieces.mp3"

The "*0" thing is there, which stops the regular expression from matching, and the ".pgp" extension is not added (but it's still encrypted properly). More info about what the *0 thing is here:

http://kb.mozillazine.org/Attachments_renamed

@ajgon
Copy link
Owner

ajgon commented Nov 3, 2013

I believe it was fixed in one of the forks. Can you test it again, against unstable branch, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants