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 "Tim-Christian Mundt (JIRA)" <se...@james.apache.org> on 2010/08/10 22:50:15 UTC

[jira] Created: (IMAP-188) renaming INBOX should move messages

renaming INBOX should move messages
-----------------------------------

                 Key: IMAP-188
                 URL: https://issues.apache.org/jira/browse/IMAP-188
             Project: JAMES Imap
          Issue Type: Bug
          Components: Mailbox
            Reporter: Tim-Christian Mundt


RFC3501 says:

      Renaming INBOX is permitted, and has special behavior.  It moves
      all messages in INBOX to a new mailbox with the given name,
      leaving INBOX empty.  If the server implementation supports
      inferior hierarchical names of INBOX, these are unaffected by a
      rename of INBOX.

This is not implemented in James, but should be.

-- 
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Updated: (IMAP-188) renaming INBOX should move messages

Posted by "Tim-Christian Mundt (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/IMAP-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim-Christian Mundt updated IMAP-188:
-------------------------------------

    Attachment: renameINBOX.patch

This patch disables renaming of submailboxes for INBOX and the InMemoryMailboxMapper is fixed. I'm not 100% sure if we should leave this to the mappers but I don't see any other way especially because moving mail is not sth that can/should be done in the MailboxManager.

JPA and JCR need to be fixed.

> renaming INBOX should move messages
> -----------------------------------
>
>                 Key: IMAP-188
>                 URL: https://issues.apache.org/jira/browse/IMAP-188
>             Project: JAMES Imap
>          Issue Type: Bug
>          Components: Mailbox
>            Reporter: Tim-Christian Mundt
>         Attachments: renameINBOX.patch
>
>
> RFC3501 says:
>       Renaming INBOX is permitted, and has special behavior.  It moves
>       all messages in INBOX to a new mailbox with the given name,
>       leaving INBOX empty.  If the server implementation supports
>       inferior hierarchical names of INBOX, these are unaffected by a
>       rename of INBOX.
> This is not implemented in James, but should be.

-- 
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Assigned: (IMAP-188) renaming INBOX should move messages

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

Norman Maurer reassigned IMAP-188:
----------------------------------

    Assignee: Norman Maurer

> renaming INBOX should move messages
> -----------------------------------
>
>                 Key: IMAP-188
>                 URL: https://issues.apache.org/jira/browse/IMAP-188
>             Project: JAMES Imap
>          Issue Type: Bug
>          Components: Mailbox
>            Reporter: Tim-Christian Mundt
>            Assignee: Norman Maurer
>         Attachments: renameINBOX.patch
>
>
> RFC3501 says:
>       Renaming INBOX is permitted, and has special behavior.  It moves
>       all messages in INBOX to a new mailbox with the given name,
>       leaving INBOX empty.  If the server implementation supports
>       inferior hierarchical names of INBOX, these are unaffected by a
>       rename of INBOX.
> This is not implemented in James, but should be.

-- 
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Resolved: (IMAP-188) renaming INBOX should move messages

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

Norman Maurer resolved IMAP-188.
--------------------------------

    Fix Version/s: 0.1
       Resolution: Fixed

renaming INBOX now move the messages. I implemented it as "generic" solution..

> renaming INBOX should move messages
> -----------------------------------
>
>                 Key: IMAP-188
>                 URL: https://issues.apache.org/jira/browse/IMAP-188
>             Project: JAMES Imap
>          Issue Type: Bug
>          Components: Mailbox
>            Reporter: Tim-Christian Mundt
>            Assignee: Norman Maurer
>             Fix For: 0.1
>
>         Attachments: renameINBOX.patch
>
>
> RFC3501 says:
>       Renaming INBOX is permitted, and has special behavior.  It moves
>       all messages in INBOX to a new mailbox with the given name,
>       leaving INBOX empty.  If the server implementation supports
>       inferior hierarchical names of INBOX, these are unaffected by a
>       rename of INBOX.
> This is not implemented in James, but should be.

-- 
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org