modoboa-webmail icon indicating copy to clipboard operation
modoboa-webmail copied to clipboard

why my filename cannot be decode by using urldecode?

Open QThans opened this issue 2 years ago • 2 comments

image

and, why do my filenames contain utf-8" in the filename?

QThans avatar Oct 18 '23 06:10 QThans

It looks like the webmail fails to properly decode attachment file names

tonioo avatar Oct 20 '23 14:10 tonioo

I think so, so I modified the imapemail.py, using the urllib.parse.unquote to decode then it's ok.

But, I do not why the filename contains the utf-8'', this string is inserted at line 105 of the rfc6266.py

QThans avatar Oct 20 '23 15:10 QThans