Ticket #1484968 (closed Bugs: invalid)

Opened 8 months ago

Last modified 8 months ago

Problem with attachment with special characters - example attached

Reported by: netbit Owned by:
Priority: 5 Milestone: 0.2-alpha
Component: MIME parsing Version: 0.1.1
Severity: normal Keywords: attachments special characters
Cc:

Description

When I receive an attachment with filename having characters like "á é í ó ú ã õ ç" from some sources, like "yahoo.com.br" webmail, a wrong attachment are showed in RC [attached file "from_yahoo-problem_occur.png"].

Yahoo webmail send the message without file name conversion [code block 1] (the problem in RC occur only in this case), but the vast majority of email systems send with file name conversion [code block 2] [attached file "from_gmail-problem_NOT_occur.png"].

Others e-mail clients (Squirrelmail, Outlook, Thunderbird, Uebimiau/Telaen) show these messages from Yahoo correctly.

[1] (When problem occur - message sent from yahoo webmail)

...
Content-Type: image/gif; name="test - acentuação.gif"
...
Content-Description: 2958972826-test - acentuação.gif
Content-Disposition: inline; filename="test - acentuação.gif"
...

[2] (When problem NOT occur - message sent from gmail webmail)

...
Content-Type: image/gif;
 name="=?ISO-8859-1?Q?test_-_acentua=E7=E3o.gif?="
...
Content-Disposition: attachment;
 filename="=?ISO-8859-1?Q?test_-_acentua=E7=E3o.gif?="
...

Change History

Changed 8 months ago by netbit

Please, ignore this ticket. The correct is: http://trac.roundcube.net/ticket/1484969

Changed 8 months ago by alec

  • status changed from new to closed
  • resolution set to invalid
Note: See TracTickets for help on using tickets.