You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "TzeKai Lee (JIRA)" <se...@james.apache.org> on 2013/08/08 11:57:49 UTC

[jira] [Updated] (JAMES-1518) Allows non-ASCII characters in MIME mail headers

     [ https://issues.apache.org/jira/browse/JAMES-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

TzeKai Lee updated JAMES-1518:
------------------------------

    Attachment: use-8859.patch

This patch changes charset from US-ASCII to ISO-8859-1 when reading headers from javax.mail.internet.InternetHeader, as ISO-8859-1 use exactly whole byte, any non-ASCII character will not be modified.
                
> Allows non-ASCII characters in MIME mail headers
> ------------------------------------------------
>
>                 Key: JAMES-1518
>                 URL: https://issues.apache.org/jira/browse/JAMES-1518
>             Project: James Server
>          Issue Type: Improvement
>          Components: James Core
>            Reporter: TzeKai Lee
>         Attachments: use-8859.patch
>
>
> Currently any non-ASCII characters in MIME header contains byte > 127 will be converted to '?' (ascii 63).
> Can we pass these kind characters as it is instead of converted to '?' ?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org