Ofer Regev created NET-503:
------------------------------

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


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