You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Rory Winston (JIRA)" <ji...@apache.org> on 2008/02/21 13:05:21 UTC

[jira] Closed: (NET-178) Support for unciode character is missing

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

Rory Winston closed NET-178.
----------------------------

    Resolution: Fixed

I've added an overloaded constructor to SMTPClient

> Support for unciode character is missing
> ----------------------------------------
>
>                 Key: NET-178
>                 URL: https://issues.apache.org/jira/browse/NET-178
>             Project: Commons Net
>          Issue Type: Bug
>    Affects Versions: 1.4
>            Reporter: vibhuti gupta
>             Fix For: 2.0
>
>
> I'm using sendMessageData() method of SMTPClient class to obtain a Writer object. The mails i need to send contain unicode characters. The Writer which sendMessageData() method returns, uses "ISO-8859-1" encoding which does not provide support for all unicode characters. Also the encoding is not configurable i.e. there is no method through which i can set the encoding to something else. This issue has delayed the release of my project. I think this is a very major issue which needs to be addressed as soon as possible. Unicode support should be provided by this API or encoding must be made configurable. Please provide me a workaround for this issue. It's very urgent!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.