We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
and, why do my filenames contain utf-8" in the filename?
utf-8"
The text was updated successfully, but these errors were encountered:
It looks like the webmail fails to properly decode attachment file names
Sorry, something went wrong.
I think so, so I modified the imapemail.py, using the urllib.parse.unquote to decode then it's ok.
urllib.parse.unquote
But, I do not why the filename contains the utf-8'', this string is inserted at line 105 of the rfc6266.py
utf-8''
No branches or pull requests
and, why do my filenames contain
utf-8"
in the filename?The text was updated successfully, but these errors were encountered: