IMAP-370 MOVE capability should be announced when MailboxManager supports Move capability
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/33a53faa Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/33a53faa Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/33a53faa Branch: refs/heads/master Commit: 33a53faaa2b4f77a77f1dca6452cc325dcf1d4ac Parents: f37d2b4 Author: Benoit Tellier <[email protected]> Authored: Thu Feb 25 14:17:46 2016 +0700 Committer: Benoit Tellier <[email protected]> Committed: Fri Mar 4 19:35:24 2016 +0700 ---------------------------------------------------------------------- .../src/main/resources/org/apache/james/imap/scripts/Move.test | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/33a53faa/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/Move.test ---------------------------------------------------------------------- diff --git a/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/Move.test b/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/Move.test index ade2415..de6067c 100644 --- a/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/Move.test +++ b/mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/Move.test @@ -16,6 +16,11 @@ # specific language governing permissions and limitations # # under the License. # ################################################################ + +C: a0 CAPABILITY +S: \* CAPABILITY .* MOVE .* +S: a0 OK CAPABILITY completed. + C: a1 CREATE moved S: a1 OK CREATE completed. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
