You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Stefano Bagnara (JIRA)" <ji...@apache.org> on 2008/06/18 17:06:45 UTC

[jira] Updated: (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 ]

Stefano Bagnara updated GERONIMO-4127:
--------------------------------------

    Attachment: MimeMessageSimpleTest.java

This is a slightly modified file for a junit file in the JAMES server sources.

> 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
>         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.