You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <se...@james.apache.org> on 2010/06/28 10:54:50 UTC

[jira] Created: (JAMES-1021) Base64 encoded messages get corrupted when posting to Mailbox

Base64 encoded messages get corrupted when posting to Mailbox
-------------------------------------------------------------

                 Key: JAMES-1021
                 URL: https://issues.apache.org/jira/browse/JAMES-1021
             Project: JAMES Server
          Issue Type: Bug
          Components: SpoolManager & Processors
    Affects Versions: 3.0, 3.0-M1, Trunk
            Reporter: Norman Maurer
            Assignee: Norman Maurer
            Priority: Blocker
             Fix For: 3.0-M1


When a base64 encoded mail got append to the users mailbox it get corrupted, because its message body get converted to "clear text" before store it. We need to make sure the original encoded body get used here

-- 
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Resolved: (JAMES-1021) Base64 encoded messages get corrupted when posting to Mailbox

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved JAMES-1021.
----------------------------------

    Resolution: Fixed

fixed by using MimeMessage.getRawInputStream();

> Base64 encoded messages get corrupted when posting to Mailbox
> -------------------------------------------------------------
>
>                 Key: JAMES-1021
>                 URL: https://issues.apache.org/jira/browse/JAMES-1021
>             Project: JAMES Server
>          Issue Type: Bug
>          Components: SpoolManager & Processors
>    Affects Versions: 3.0, 3.0-M1, Trunk
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>            Priority: Blocker
>             Fix For: 3.0-M1
>
>
> When a base64 encoded mail got append to the users mailbox it get corrupted, because its message body get converted to "clear text" before store it. We need to make sure the original encoded body get used here

-- 
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org