You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Stefan Lecho (JIRA)" <ji...@apache.org> on 2008/09/12 13:50:44 UTC

[jira] Created: (SYNAPSE-447) Different behaviour when using IMAP instead of POP3

Different behaviour when using IMAP instead of POP3
---------------------------------------------------

                 Key: SYNAPSE-447
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-447
             Project: Synapse
          Issue Type: Bug
         Environment: Synapse 1.2, WSO2ESB 1.7.1, Windows XP
            Reporter: Stefan Lecho


When using POP3 as protocol to poll a mailbox, the message is correctly read. When using IMAP to connect to the same mailbox and after sending the exact same mail message, a BaseTransportException "Could not completely read the stream to conver to a byte[]"  is thrown.

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


[jira] Commented: (SYNAPSE-447) Different behaviour when using IMAP instead of POP3

Posted by "Stefan Lecho (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631341#action_12631341 ] 

Stefan Lecho commented on SYNAPSE-447:
--------------------------------------

Solved when using the snapshot release. Can a property be specified that forces the deletion of the message from the mailbox when using IMAP ?

> Different behaviour when using IMAP instead of POP3
> ---------------------------------------------------
>
>                 Key: SYNAPSE-447
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-447
>             Project: Synapse
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 1.2
>         Environment: Synapse 1.2, WSO2ESB 1.7.1, Windows XP
>            Reporter: Stefan Lecho
>             Fix For: 1.3
>
>
> When using POP3 as protocol to poll a mailbox, the message is correctly read. When using IMAP to connect to the same mailbox and after sending the exact same mail message, a BaseTransportException "Could not completely read the stream to conver to a byte[]"  is thrown.

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


[jira] Updated: (SYNAPSE-447) Different behaviour when using IMAP instead of POP3

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen updated SYNAPSE-447:
------------------------------------

          Component/s: Transports
    Affects Version/s: 1.2

> Different behaviour when using IMAP instead of POP3
> ---------------------------------------------------
>
>                 Key: SYNAPSE-447
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-447
>             Project: Synapse
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 1.2
>         Environment: Synapse 1.2, WSO2ESB 1.7.1, Windows XP
>            Reporter: Stefan Lecho
>
> When using POP3 as protocol to poll a mailbox, the message is correctly read. When using IMAP to connect to the same mailbox and after sending the exact same mail message, a BaseTransportException "Could not completely read the stream to conver to a byte[]"  is thrown.

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


[jira] Resolved: (SYNAPSE-447) Different behaviour when using IMAP instead of POP3

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen resolved SYNAPSE-447.
-------------------------------------

       Resolution: Duplicate
    Fix Version/s: 1.3

I believe this is a duplicate of SYNAPSE-359 which has already been fixed. Can you try with the latest version from SVN?

> Different behaviour when using IMAP instead of POP3
> ---------------------------------------------------
>
>                 Key: SYNAPSE-447
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-447
>             Project: Synapse
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 1.2
>         Environment: Synapse 1.2, WSO2ESB 1.7.1, Windows XP
>            Reporter: Stefan Lecho
>             Fix For: 1.3
>
>
> When using POP3 as protocol to poll a mailbox, the message is correctly read. When using IMAP to connect to the same mailbox and after sending the exact same mail message, a BaseTransportException "Could not completely read the stream to conver to a byte[]"  is thrown.

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


[jira] Commented: (SYNAPSE-447) Different behaviour when using IMAP instead of POP3

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631538#action_12631538 ] 

Andreas Veithen commented on SYNAPSE-447:
-----------------------------------------

Deletion should be triggered by setting the property transport.mail.ActionAfterProcess to DELETE on the proxy service.

> Different behaviour when using IMAP instead of POP3
> ---------------------------------------------------
>
>                 Key: SYNAPSE-447
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-447
>             Project: Synapse
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 1.2
>         Environment: Synapse 1.2, WSO2ESB 1.7.1, Windows XP
>            Reporter: Stefan Lecho
>             Fix For: 1.3
>
>
> When using POP3 as protocol to poll a mailbox, the message is correctly read. When using IMAP to connect to the same mailbox and after sending the exact same mail message, a BaseTransportException "Could not completely read the stream to conver to a byte[]"  is thrown.

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


[jira] Commented: (SYNAPSE-447) Different behaviour when using IMAP instead of POP3

Posted by "Stefan Lecho (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630564#action_12630564 ] 

Stefan Lecho commented on SYNAPSE-447:
--------------------------------------

Andreas,

Can I download a night build that includes this modification ?

Regards, Stefan.





> Different behaviour when using IMAP instead of POP3
> ---------------------------------------------------
>
>                 Key: SYNAPSE-447
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-447
>             Project: Synapse
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 1.2
>         Environment: Synapse 1.2, WSO2ESB 1.7.1, Windows XP
>            Reporter: Stefan Lecho
>             Fix For: 1.3
>
>
> When using POP3 as protocol to poll a mailbox, the message is correctly read. When using IMAP to connect to the same mailbox and after sending the exact same mail message, a BaseTransportException "Could not completely read the stream to conver to a byte[]"  is thrown.

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