6 responses
I found that on my UK Gmail account, the folder prefix [Gmail] didn't work. Number of mailboxes to process: 2 unexpected response: 1 NO [NONEXISTENT] Unknown Mailbox: [Gmail]/All Mail (Failure) [Gmail]/All Mail mailbox is empty unexpected response: 1 NO [NONEXISTENT] Unknown Mailbox: [Gmail]/Sent Mail (Failure) [Gmail]/Sent Mail mailbox is empty Instead, I had to change this to [Google Mail] perl imapcopy.pl \ -S localhost:1143/your.google.name@gmail.com/google.password \ -D localhost:1144/your@new.account/new.password \ -M map -m "[Google Mail]/All Mail,[Google Mail]/Sent Mail"
Is idempotent so we could run this multiple times to sync gmail and fastmail? Thanks
Simao – I don't really know, but running the script multiple times seems like it could be dangerous. I'd proceed with caution. If you do figure it out, please post a comment here. Thanks!
3 visitors upvoted this post.