Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 25366 invoked from network); 8 Feb 2007 19:35:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2007 19:35:29 -0000 Received: (qmail 26098 invoked by uid 500); 8 Feb 2007 19:35:34 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 25847 invoked by uid 500); 8 Feb 2007 19:35:33 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 25824 invoked by uid 99); 8 Feb 2007 19:35:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 11:35:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 11:35:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DFEDA410957 for ; Thu, 8 Feb 2007 11:35:05 -0800 (PST) Message-ID: <9885680.1170963305914.JavaMail.jira@brutus> Date: Thu, 8 Feb 2007 11:35:05 -0800 (PST) From: "Ben Speakmon (JIRA)" To: commons-dev@jakarta.apache.org Subject: [jira] Commented: (EMAIL-25) [email] Address char-set can not be individually set MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/EMAIL-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471455 ] Ben Speakmon commented on EMAIL-25: ----------------------------------- I've submitted a patch for this issue in EMAIL-54. > [email] Address char-set can not be individually set > ---------------------------------------------------- > > Key: EMAIL-25 > URL: https://issues.apache.org/jira/browse/EMAIL-25 > Project: Commons Email > Issue Type: Bug > Environment: Operating System: other > Platform: Other > Reporter: James Huang > Priority: Critical > > The commons-email-1.0 release API has a critical flaw: you can't specify char- > set for individual addresses. This is the case with some Japanese mail systems. > Currently, org.apache.commons.mail.Email class only has methods like > addXXXX(String email, String name); > but no such methods: > addXXX(String email, String name, String charset); > In addition, I believe the API should allow > addXXX(javax.mail.internt.InternetAddress); > If you want to hide InternetAddress, I don't mind to even have a addXXX(Object). > Thanks, > -James Huang -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org