You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2008/06/19 12:55:44 UTC

[jira] Closed: (GERONIMO-4127) Problems generating a new simple/basic mail (both from API and from InputStream)

     [ https://issues.apache.org/jira/browse/GERONIMO-4127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire closed GERONIMO-4127.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2

Committed revision 669445.

The referenced test was just a simple problem with the header filters....it was not inverting the match test for the case you were using the construct the filter.  I also went through and fixed other problems relating to the message headers turned up by other variations in the test you provided.  All of the tests run cleanly, except for the cloning tests that relied on James-specific classes. 

> Problems generating a new simple/basic mail (both from API and from InputStream)
> --------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4127
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4127
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: mail
>    Affects Versions: 2.1.1
>            Reporter: Stefano Bagnara
>            Assignee: Rick McGuire
>             Fix For: 2.2
>
>         Attachments: MimeMessageSimpleTest.java
>
>
> testSimpleMessage and testMultipartMessageChanges from the attached functional test fail.
> Result from sun javamail:
> ----
> Subject: test
> MIME-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> Message-ID: <XXXXXXXXXXXXX>
> test body
> ---
> result from geronimo
> ---
> Message-Id: <XXXXXXXXXXXXX>
> test body
> ------
> The output from the mutlipart test is also missing every header but Message-ID.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.