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 "Joachim Draeger (JIRA)" <se...@james.apache.org> on 2006/09/25 18:48:50 UTC

[jira] Created: (JAMES-637) javamailstore-mailrepository6

javamailstore-mailrepository6
-----------------------------

                 Key: JAMES-637
                 URL: http://issues.apache.org/jira/browse/JAMES-637
             Project: James
          Issue Type: Sub-task
          Components: MailStore & MailRepository
    Affects Versions: Trunk
            Reporter: Joachim Draeger


Hi All!

Unfortunately the applied version (4) was not the newest code I had here. So I merged in the new license headers and the changes made by Stefano and Norman. BTW: thanks! :-)

I did a lot of mstor testing. The tested version (0.9.9) had a few serious bugs so I couldn't get it to work with  HashJavaMailstoreMailrepository at all.  (more to that later)

javamailstore-mailrepository-6

  * fixed hash-function 
     * use CRLFOutputStream 
     * not use ByteArrayOutputStream
  * calls Store.connect()
  * made external-library dependent tests abstract and moved their
    implementations to new package
  * introduced mstor TestCase
  * Store is covered by a Folder caching gatekeeper


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
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] Updated: (JAMES-637) javamailstore-mailrepository6

Posted by "Joachim Draeger (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-637?page=all ]

Joachim Draeger updated JAMES-637:
----------------------------------

    Attachment: javamailstore-mailrepository-6.zip

the file


> javamailstore-mailrepository6
> -----------------------------
>
>                 Key: JAMES-637
>                 URL: http://issues.apache.org/jira/browse/JAMES-637
>             Project: James
>          Issue Type: Sub-task
>          Components: MailStore & MailRepository
>    Affects Versions: Trunk
>            Reporter: Joachim Draeger
>         Attachments: javamailstore-mailrepository-6.zip
>
>
> Hi All!
> Unfortunately the applied version (4) was not the newest code I had here. So I merged in the new license headers and the changes made by Stefano and Norman. BTW: thanks! :-)
> I did a lot of mstor testing. The tested version (0.9.9) had a few serious bugs so I couldn't get it to work with  HashJavaMailstoreMailrepository at all.  (more to that later)
> javamailstore-mailrepository-6
>   * fixed hash-function 
>      * use CRLFOutputStream 
>      * not use ByteArrayOutputStream
>   * calls Store.connect()
>   * made external-library dependent tests abstract and moved their
>     implementations to new package
>   * introduced mstor TestCase
>   * Store is covered by a Folder caching gatekeeper

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
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] Assigned: (JAMES-637) javamailstore-mailrepository6

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-637?page=all ]

Norman Maurer reassigned JAMES-637:
-----------------------------------

    Assignee: Norman Maurer

> javamailstore-mailrepository6
> -----------------------------
>
>                 Key: JAMES-637
>                 URL: http://issues.apache.org/jira/browse/JAMES-637
>             Project: James
>          Issue Type: Sub-task
>          Components: MailStore & MailRepository
>    Affects Versions: Trunk
>            Reporter: Joachim Draeger
>         Assigned To: Norman Maurer
>         Attachments: javamailstore-mailrepository-6.zip
>
>
> Hi All!
> Unfortunately the applied version (4) was not the newest code I had here. So I merged in the new license headers and the changes made by Stefano and Norman. BTW: thanks! :-)
> I did a lot of mstor testing. The tested version (0.9.9) had a few serious bugs so I couldn't get it to work with  HashJavaMailstoreMailrepository at all.  (more to that later)
> javamailstore-mailrepository-6
>   * fixed hash-function 
>      * use CRLFOutputStream 
>      * not use ByteArrayOutputStream
>   * calls Store.connect()
>   * made external-library dependent tests abstract and moved their
>     implementations to new package
>   * introduced mstor TestCase
>   * Store is covered by a Folder caching gatekeeper

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
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: (JAMES-637) javamailstore-mailrepository6

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-637?page=all ]

Norman Maurer resolved JAMES-637.
---------------------------------

    Fix Version/s: Trunk
       Resolution: Fixed

commited to trunk. The problem is that the junit test mostly fail cause of buggy mstor. so i not added the junit tests yet.

> javamailstore-mailrepository6
> -----------------------------
>
>                 Key: JAMES-637
>                 URL: http://issues.apache.org/jira/browse/JAMES-637
>             Project: James
>          Issue Type: Sub-task
>          Components: MailStore & MailRepository
>    Affects Versions: Trunk
>            Reporter: Joachim Draeger
>         Assigned To: Norman Maurer
>             Fix For: Trunk
>
>         Attachments: javamailstore-mailrepository-6.zip
>
>
> Hi All!
> Unfortunately the applied version (4) was not the newest code I had here. So I merged in the new license headers and the changes made by Stefano and Norman. BTW: thanks! :-)
> I did a lot of mstor testing. The tested version (0.9.9) had a few serious bugs so I couldn't get it to work with  HashJavaMailstoreMailrepository at all.  (more to that later)
> javamailstore-mailrepository-6
>   * fixed hash-function 
>      * use CRLFOutputStream 
>      * not use ByteArrayOutputStream
>   * calls Store.connect()
>   * made external-library dependent tests abstract and moved their
>     implementations to new package
>   * introduced mstor TestCase
>   * Store is covered by a Folder caching gatekeeper

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
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