When invoking MoveMessage using the latest version of Aspose.Email on the ImapClient the following exception is being thrown on the clients environment.
Imap server returned an invalid response: ‘{0}’ The server response: [COPYUID 12 30494 34085]
We have enabled Imap logging, however this does not appear to show any issues with the response as the move completed?
Imap server[1|15/09/2020 10:02:18 AM]: [COPYUID 12 30494 34085]
Imap server[1|15/09/2020 10:02:18 AM]: * 1 EXPUNGE
Imap server[1|15/09/2020 10:02:18 AM]: * 13 EXISTS
Imap server[1|15/09/2020 10:02:18 AM]: AE_2_1_0013 OK MOVE completed.
Imap server[1|15/09/2020 10:02:18 AM]:
15/09/2020 10:02:18 AM
When running the same function locally an exception is not thrown, however there appears to be a small difference in the IMAP response an additional *** OK** in the stream.
Imap server[1|14/09/2020 10:02:18 AM]: * OK [COPYUID 12 12345 12345]
Please let me know if there is any more information you would like me to provide.