[
https://issues.apache.org/jira/browse/MAILBOX-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979602#action_12979602
]
Eric Charles commented on MAILBOX-31:
-------------------------------------
The exact failure scenario for maildir is:
- Create Trash (or whatever root) folder for fresh created user
- Create INBOX.Subfolder
- Try to create INBOX => MailboxExistsExcption
- Try to append to INBOX => java.lang.NullPointerException at
org.apache.james.mailbox.maildir.MaildirFolder.createUidFile(MaildirFolder.java:446)
Eric
> Creating Maildir subfolder should correctly create all folder hierachy (if
> not existing)
> ----------------------------------------------------------------------------------------
>
> Key: MAILBOX-31
> URL: https://issues.apache.org/jira/browse/MAILBOX-31
> Project: James Mailbox
> Issue Type: Bug
> Components: maildir mailbox
> Affects Versions: 0.2
> Reporter: Eric Charles
> Assignee: Norman Maurer
> Fix For: 0.2
>
>
> When you create INBOX.SUBFOLDER without having create the INBOX previously,
> the 'cur', 'new', 'tmp', folders are not created.
> This gives problem because the INBOX is considered as created (throws
> MailboxExistsException if you try to create it), but needed folders are not
> present, which will fail on mail delivery.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]