roundcube / roundcubemail

The Roundcube Webmail suite
https://roundcube.net
GNU General Public License v3.0
5.89k stars 1.64k forks source link

problem with attachments of emails sent from Thunderbird #8278

Closed goglushkov closed 3 years ago

goglushkov commented 3 years ago

Good afternoon, I will immediately apologize for my English. He's bad, sorry. The problem is this: When sending a letter from Thunderbird, the incoming message comes in this format - the attachment comes with the wrong encoding. image Please help me fix it. This problem is observed on different versions.

P.S. The problem is observed only with the Cyrillic alphabet

goglushkov commented 3 years ago

I also tried changing the encoding settings, it didn’t work.

image

alecpl commented 3 years ago

What Roundcube version? Could you provide a raw attachment part headers? It may be an imap server issue as well, provide imap_debug log from the moment you open the message (look for BODYSTRUCTURE).

goglushkov commented 3 years ago

Version - roundcubemail-1.4.6-complete This issue only occurs if you send an email from the Thunderbird email client If the letter is sent via Outlook, there is no such problem image

goglushkov commented 3 years ago

Not work image Work image

goglushkov commented 3 years ago

I am attaching full letters with a working letter and a non-working one. notWork.txt Work.txt

alecpl commented 3 years ago

Works for me. I suspect imap server issue here. 1.4.6 is also not the most recent one.

goglushkov commented 3 years ago

Thank you, we will check it now. Can the ticket hang for some more time? If what I write

goglushkov commented 3 years ago

Also you asked for imap debugging imapDebuging.txt

alecpl commented 3 years ago
("attachment" ("filename" "UTF-8'
'%D0%BA%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D0%BA%D0%B0%2E%6A%70%67"))

it should be "filename*" not "filename".

alecpl commented 3 years ago

You can try 1.5.0, I remember there was some workaround for similar issues.

goglushkov commented 3 years ago

Thank you, then I'll go install 1.5.0 now.

goglushkov commented 3 years ago

Thanks, installing rc 1.5.0 really helped