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

Sebb resolved NET-503.
----------------------

       Resolution: Fixed
    Fix Version/s: 3.3

URL: http://svn.apache.org/r1448074
Log:
NET-503 AuthenticatingSMTPClient does not support non-default encoding

Modified:
    commons/proper/net/trunk/src/changes/changes.xml
    
commons/proper/net/trunk/src/main/java/org/apache/commons/net/smtp/AuthenticatingSMTPClient.java
    
commons/proper/net/trunk/src/main/java/org/apache/commons/net/smtp/SMTPSClient.java
                
> AuthenticatingSMTPClient does not support non-default encoding
> --------------------------------------------------------------
>
>                 Key: NET-503
>                 URL: https://issues.apache.org/jira/browse/NET-503
>             Project: Commons Net
>          Issue Type: Bug
>          Components: SMTP
>    Affects Versions: 3.2
>            Reporter: Ofer Regev
>             Fix For: 3.3
>
>
> The AuthenticatingSMTPClient and SMTPSClient do not support any encoding 
> aside from the default encoding of ISO-8859-1 defined in SMTP.
> This is because the encoding field is final and can only be set in the 
> constructor, but there is not constructor in these classes that allows 
> specifying the encoding. There is one in the base SMTPClient class, but not 
> in the super classes.

--
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

Reply via email to