|
|||||||
| attachements with non ascii filename unsupported | ||||
|---|---|---|---|---|
Category Unknown |
Affected Version 1.6.0 rc2 |
Priority 3 |
||
Status Confirmed |
Fixed Version (none) |
|||
Submitted 01-29-2008 |
||||
|
||||
|
|
|
|
|
|
attachements with non ascii filename unsupported
when sending a mail to open a new ticket through pipe.php (upload/api), attachements are handled and added to the ticket.
but if the attachement contains non asci characters in filename (and sent using thunderbird), the filename option of content-type becomes filename* and is not handled properly by osticket. RFC 2231, section 4, refers to this particular encoding. osticket should handle non ascii charsets, particularly when dealing with emails as we cannot know in advance which particular configuration the client will use. I don't have a patch ready this time, but an example of such a problem encountered by another open source project can be found here : http://trac.roundcube.net/ticket/1484321 extract of an email received : Code:
--------------000400060203030906020602 Content-Type: application/pdf; name="=?ISO-8859-1?Q?num=E9rique=2Epdf?=" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename*=ISO-8859-1''%6E%75%6D%E9%72%69%71%75%65%2E%70%64%66 probably something like PHP Code:
|
|
|
| Issue Changed by peter |
|
![]() |
| Issue Tools |
|---|
Subscribe to this issue |