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

Attachment with encoded filename #17

Open
georgUSA opened this issue Mar 2, 2018 · 0 comments
Open

Attachment with encoded filename #17

georgUSA opened this issue Mar 2, 2018 · 0 comments

Comments

@georgUSA
Copy link

georgUSA commented Mar 2, 2018

I recently implented an email project with pyzMail and it worked well.

We did run into one problem with an email that contained the following:

Content-Disposition: attachment;
	filename="=?windows-1252?Q?Beleg_Georg_Steinh=E4u=DFer=2EPDF?="

I dont know how common these encoded filenames are and I understand there a quite a few RFC covering attachment filename options. I programmed around it in python by parsing the string and using binascii.unhexlify()

Wanted to bring it to your attention.

Thanks,

George

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

1 participant