Hello,
I am developing a tool to migrate mailbox over IMAP.
I am appending messages to destination mailbox from source mail box folder by folder.
I am able to migrate some of the mailboxes successfully however I am getting below exception with some mailboxes
javax.mail.MessagingException: A1484 BAD Command Argument Error. 12;
nested exception is:
com.sun.mail.iap.CommandFailedException: A1484 BAD Command Argument Error.
javax.mail.MessagingException: A20 BAD Command Argument Error. 12;
nested exception is:
com.sun.mail.iap.CommandFailedException: A20 BAD Command Argument Error. 12
source and destination both are exchange servers.
what could be the possible reason for this?
Thanks
Sumant,