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)" <ji...@apache.org> on 2011/08/24 20:02:30 UTC

[jira] [Created] (MAILBOX-128) Add Message.getFullContent() to retrieve full message content

Add Message.getFullContent() to retrieve full message content
-------------------------------------------------------------

                 Key: MAILBOX-128
                 URL: https://issues.apache.org/jira/browse/MAILBOX-128
             Project: James Mailbox
          Issue Type: Improvement
          Components: jcr mailbox, jpa mailbox, maildir mailbox, store
    Affects Versions: 0.3
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 0.4


At the moment we provide the full content of a InputStream by using a SequenceInputStream which concat the Header InputStream and the Body InputStream. Most times the implementation can do much better which also allows to later cast on the returned InputStream for optimization. This is also intersting for zero-copy file transfer. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Resolved] (MAILBOX-128) Add Message.getFullContent() to retrieve full message content

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

Norman Maurer resolved MAILBOX-128.
-----------------------------------

    Resolution: Fixed

done

> Add Message.getFullContent() to retrieve full message content
> -------------------------------------------------------------
>
>                 Key: MAILBOX-128
>                 URL: https://issues.apache.org/jira/browse/MAILBOX-128
>             Project: James Mailbox
>          Issue Type: Improvement
>          Components: jcr mailbox, jpa mailbox, maildir mailbox, store
>    Affects Versions: 0.3
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.4
>
>
> At the moment we provide the full content of a InputStream by using a SequenceInputStream which concat the Header InputStream and the Body InputStream. Most times the implementation can do much better which also allows to later cast on the returned InputStream for optimization. This is also intersting for zero-copy file transfer. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org