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/06/15 22:22:47 UTC

[jira] [Created] (MAILBOX-90) Remove the Header model class and just return an InputStream which holds the header

Remove the Header model class and just return an InputStream which holds the header
-----------------------------------------------------------------------------------

                 Key: MAILBOX-90
                 URL: https://issues.apache.org/jira/browse/MAILBOX-90
             Project: James Mailbox
          Issue Type: Improvement
          Components: store
    Affects Versions: 0.2
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 0.3




--
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] [Commented] (MAILBOX-90) Remove the Header model class and just return an InputStream which holds the header

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

Norman Maurer commented on MAILBOX-90:
--------------------------------------

Exactly the JAMES_HEADER table is gone.

The easist way to migrate is to export to jcr or maildir and then import back to jpa. So no need for scripts.

> Remove the Header model class and just return an InputStream which holds the header
> -----------------------------------------------------------------------------------
>
>                 Key: MAILBOX-90
>                 URL: https://issues.apache.org/jira/browse/MAILBOX-90
>             Project: James Mailbox
>          Issue Type: Improvement
>          Components: store
>    Affects Versions: 0.2
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.3
>
>


--
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] [Commented] (MAILBOX-90) Remove the Header model class and just return an InputStream which holds the header

Posted by "Eric Charles (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAILBOX-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13050235#comment-13050235 ] 

Eric Charles commented on MAILBOX-90:
-------------------------------------

True. I forgot this handy process.

> Remove the Header model class and just return an InputStream which holds the header
> -----------------------------------------------------------------------------------
>
>                 Key: MAILBOX-90
>                 URL: https://issues.apache.org/jira/browse/MAILBOX-90
>             Project: James Mailbox
>          Issue Type: Improvement
>          Components: store
>    Affects Versions: 0.2
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.3
>
>


--
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] [Commented] (MAILBOX-90) Remove the Header model class and just return an InputStream which holds the header

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

Norman Maurer commented on MAILBOX-90:
--------------------------------------

We should just return the header as an InputStream as we always need to retrieve all headers anyway. This makes it easier to store them and makes the API more simple

> Remove the Header model class and just return an InputStream which holds the header
> -----------------------------------------------------------------------------------
>
>                 Key: MAILBOX-90
>                 URL: https://issues.apache.org/jira/browse/MAILBOX-90
>             Project: James Mailbox
>          Issue Type: Improvement
>          Components: store
>    Affects Versions: 0.2
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.3
>
>


--
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-90) Remove the Header model class and just return an InputStream which holds the header

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

Norman Maurer resolved MAILBOX-90.
----------------------------------

    Resolution: Fixed

done. If anyone don't like this change just tell me now ;)

> Remove the Header model class and just return an InputStream which holds the header
> -----------------------------------------------------------------------------------
>
>                 Key: MAILBOX-90
>                 URL: https://issues.apache.org/jira/browse/MAILBOX-90
>             Project: James Mailbox
>          Issue Type: Improvement
>          Components: store
>    Affects Versions: 0.2
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.3
>
>


--
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] [Commented] (MAILBOX-90) Remove the Header model class and just return an InputStream which holds the header

Posted by "Eric Charles (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAILBOX-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13050209#comment-13050209 ] 

Eric Charles commented on MAILBOX-90:
-------------------------------------

I still have to give it a try, but I guess the JAMES_HEADER database table is removed.
Users who will run beta1 and who will install this new mailbox will have to migrate the schema.
Should we provide a migration tool for this ? (there is atm in the tool project something for that).

> Remove the Header model class and just return an InputStream which holds the header
> -----------------------------------------------------------------------------------
>
>                 Key: MAILBOX-90
>                 URL: https://issues.apache.org/jira/browse/MAILBOX-90
>             Project: James Mailbox
>          Issue Type: Improvement
>          Components: store
>    Affects Versions: 0.2
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.3
>
>


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