Ticket #1485949 (closed Bugs: invalid)

Opened 9 months ago

Last modified 9 months ago

Chinese(Traditional) filename encode error

Reported by: pigochu Owned by:
Priority: 1 - Highest Milestone: later
Component: MIME parsing Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

When I attach chinese file by RoundCube WebMail? , the file name will be ATT00413.txt in Outlook Express.

But my orig file name is : 測試.txt

Mail Header :

Content-Transfer-Encoding: base64 Content-Type: text/plain; charset="UTF-8";

name*="UTF-8%E6%B8%AC%E8%A9%A6.txt";

Content-Disposition: attachment;

filename*="UTF-8%E6%B8%AC%E8%A9%A6.

Change History

Changed 9 months ago by alec

  • status changed from new to closed
  • resolution set to invalid

This is properly encoded filename according to RFC2231 which OE does not understands. You can change this in Roundcube using "Attachment names" option.

Note: See TracTickets for help on using tickets.