Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 1459 invoked from network); 21 Dec 2006 19:20:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Dec 2006 19:20:45 -0000 Received: (qmail 56486 invoked by uid 500); 21 Dec 2006 19:20:50 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 56309 invoked by uid 500); 21 Dec 2006 19:20:50 -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 56296 invoked by uid 99); 21 Dec 2006 19:20:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Dec 2006 11:20:50 -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, 21 Dec 2006 11:20:42 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4F587714293 for ; Thu, 21 Dec 2006 11:20:22 -0800 (PST) Message-ID: <5037138.1166728822322.JavaMail.jira@brutus> Date: Thu, 21 Dec 2006 11:20:22 -0800 (PST) From: "Ben Speakmon (JIRA)" To: commons-dev@jakarta.apache.org Subject: [jira] Commented: (EMAIL-1) [email] setCharset() in Email does not set the charset for the message content MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/EMAIL-1?page=comments#action_12460323 ] Ben Speakmon commented on EMAIL-1: ---------------------------------- This should be fixable without any additional charset code, shouldn't it? Quick glance through the source suggests that it can. > [email] setCharset() in Email does not set the charset for the message content > ------------------------------------------------------------------------------ > > Key: EMAIL-1 > URL: http://issues.apache.org/jira/browse/EMAIL-1 > Project: Commons Email > Issue Type: Bug > Affects Versions: 1.0 > Environment: Operating System: other > Platform: Other > Reporter: James Mc Millan > > Hello > More accurately, the charset is not used in buildMimeMessage() as it is not part > of the contentType used when calling message.setContent(). Since > setContentType() updates the charset, I think it makes for setCharset() to > update the contentType? > James -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org