Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1C275E089 for ; Wed, 20 Feb 2013 11:09:16 +0000 (UTC) Received: (qmail 12483 invoked by uid 500); 20 Feb 2013 11:09:15 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 12131 invoked by uid 500); 20 Feb 2013 11:09:15 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 12081 invoked by uid 99); 20 Feb 2013 11:09:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2013 11:09:13 +0000 Date: Wed, 20 Feb 2013 11:09:13 +0000 (UTC) From: "Sebb (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (NET-503) AuthenticatingSMTPClient does not support non-default encoding MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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