Ticket #1485875 (closed Patches: fixed)
Broken attachment NON-ASCII filename
| Reported by: | kazuhiko | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.3-stable |
| Component: | MIME parsing | Version: | svn-trunk |
| Severity: | normal | Keywords: | |
| Cc: | iwama@… |
Description
When some characters (namely ', ", \ and NULL) in the attached filename, it is not correct RFC2231 encoding. Because, preg_replace escapes these characters.
http://www.php.net/manual/en/function.preg-replace.php
replacement section
And NON-ASCII character is strictly checked as RFC-2231 attribute-char pattern.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
