I'm using IMAPCopy 1.04.
During the copy process I get the following errors for many messages:
Bad or invalid system flag \RECENT
(messages with this error are not copied at all)
What does it mean and how to fix this?
I'm using IMAPCopy 1.04.
During the copy process I get the following errors for many messages:
Bad or invalid system flag \RECENT
(messages with this error are not copied at all)
What does it mean and how to fix this?
Add this to your config file:
DenyFlags "\Recent"
As written here:
https://www.tomwerf.nl/migrate-emails-with-imapcopy-and-ssl/
You are strongly advised to use DenyFlags “\Recent”. If the mailbox you are trying to copy has some messages marked by the server “\Recent” this flag can not be carried over (as per RFC). With the denyflag, IMAPcopy will ignore the resent flag. Otherwise, this will result in an error. And the /resent messages will not be copied.