Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 60318 invoked from network); 1 May 2006 15:21:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 May 2006 15:21:20 -0000 Received: (qmail 93540 invoked by uid 500); 1 May 2006 15:21:19 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 92958 invoked by uid 500); 1 May 2006 15:21:17 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 92947 invoked by uid 99); 1 May 2006 15:21:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 08:21:17 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 08:21:16 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 101907142A7 for ; Mon, 1 May 2006 15:20:47 +0000 (GMT) Message-ID: <19268578.1146496847063.JavaMail.jira@brutus> Date: Mon, 1 May 2006 15:20:47 +0000 (GMT+00:00) From: "Rick McGuire (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Resolved: (GERONIMO-1956) Multiple problems with javamail Message serialization In-Reply-To: <29944678.1146496726370.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-1956?page=all ] Rick McGuire resolved GERONIMO-1956: ------------------------------------ Resolution: Fixed Committed revision 398618. > Multiple problems with javamail Message serialization > ----------------------------------------------------- > > Key: GERONIMO-1956 > URL: http://issues.apache.org/jira/browse/GERONIMO-1956 > Project: Geronimo > Type: Bug > Security: public(Regular issues) > Components: mail > Versions: 1.1 > Reporter: Rick McGuire > Assignee: Rick McGuire > Priority: Blocker > Fix For: 1.1 > > There are multiple problems with the MimeMessage.writeTo() method when used to write MultiPart message data to an output stream. > 1) The intenret headers are missing a space between the ":" delimiter and the header data. > 2) The filtering version of MimeMessage.writeTo() is not properly processing the header ignore list. > 3) The setDataHandler() method of MimeMessage and MimeBodyPart are not clearing existing Content-Type and Content-Transfer-Encoding headers. > 4) The MimeMessage and MimeBodyPart classes are not setting a default Content-TransferEncoding header when saveChanges() is called. > 5) Remove header improperly gives a NullPointerException when removing a non-existent header. -- 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