You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: