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 "Stefano Bagnara (JIRA)" <se...@james.apache.org> on 2006/03/23 16:15:25 UTC

[jira] Commented: (JAMES-461) Maildir support

    [ http://issues.apache.org/jira/browse/JAMES-461?page=comments#action_12371573 ] 

Stefano Bagnara commented on JAMES-461:
---------------------------------------

It is ok if it needs javamail. The problematic import is the one from "javamailDIR".

You should use MimeMessage instead of MaildirMessage.
The problem is the missing getUniq method.

But reviewing the code I see further problems: using that code you are not able to retrieve a message from a repository given the message key (name) without a prior "list()" call. This is not part of the "repository contract".

If we cannot find a workaround for this we probably should wait until we'll refactor the repository interface so that the store() return an handler to retrieve the message later.


> Maildir support
> ---------------
>
>          Key: JAMES-461
>          URL: http://issues.apache.org/jira/browse/JAMES-461
>      Project: James
>         Type: New Feature
>     Reporter: Norman Maurer
>  Attachments: MaildirMailRepository.java
>
> Add Maildir support..

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