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 <nm...@byteaction.de> on 2006/06/08 08:22:26 UTC

Re: [jira] Updated: (JAMES-461) Javamail Store based MailRepository support (was: Maildir support)

First i want to say thx for this great work! I just test it and it seems
to work so far. The only problem i noticed is that a new mail get insert
in the cur folder. It should be insert in the new folder. It only should
be moved to cur if it was read ( leave copy on the server). 
http://www.qmail.org/qmail-manual-html/man5/maildir.html

bye
Norman

Am Mittwoch, den 07.06.2006, 20:55 +0000 schrieb Joachim Draeger (JIRA):
>      [ http://issues.apache.org/jira/browse/JAMES-461?page=all ]
> 
> Joachim Draeger updated JAMES-461:
> ----------------------------------
> 
>     Attachment: javamailstore-mailrepository-3.zip
> 
> 
> javamailstore-mailrepository-3
>      
>   * folder is now accessed through a gatekeeper that manages open/close operation
>     this allows access by concurrent threads
>   * introduced several interfaces for easier mock based tests  
>   * ant build
>   * jMock based interaction/behavior tests
>   * optional code coverage analysis by cobertura
>   
>  Oh, "mock framework" and "code coverage", isn't that a bit overkill?
>  Mmhhhh.. let me think... No!
>  I think xMock can always be useful even if only used for a few lines. Making a  code coverage analysis showed me a few missing important test cases (not only to reach the 100%)
>  Okay, maybe I mocked a bit to low level. But I wanted to evaluate how it can 
>  help. The build process with integrated code coverage analysis was made for
>  evaluation too. Looking forward to imap! :-)
>  I'll drop a few lines, why I have decided for jMock and Cobertura soon.
> 
> > Javamail Store based MailRepository support (was: Maildir support)
> > ------------------------------------------------------------------
> >
> >          Key: JAMES-461
> >          URL: http://issues.apache.org/jira/browse/JAMES-461
> >      Project: James
> >         Type: New Feature
> 
> >   Components: MailStore & MailRepository
> >     Reporter: Norman Maurer
> >     Assignee: Stefano Bagnara
> >      Fix For: 2.4.0
> >  Attachments: JavamailStoreMailRepository.java, JavamailStoreMailRepository2.zip, MaildirMailRepository.java, MaildirMailRepository.java, UIDPlusFolderMailRepository1.zip, javamailstore-mailrepository-3.zip
> >
> > Add support for Javamail Stores as MailRepositories
>