Provider reference
Provider settings and the gotchas.
Host, port, where to get an app password and what the provider does differently from what you expect. Everything here is what breaks a transfer in the first minute.
FAQ
Before your first transfer
What happens to my password?
The connection runs over HTTPS. Before a job is queued, the credentials are encrypted for the worker: the plain password is never stored, only an encrypted package is kept for a while. It is decrypted in the worker’s memory and passed to the imapsync process through the environment. The password never shows up in the logs, and you enter it again for a rerun. If that model is not enough, there is the self-hosted version, where the password goes to your own mail servers and no MoveMailbox infrastructure is involved.
What do the free 5 GB mean?
One whole mailbox measured at 5 GB or less moves for free. We will not copy the first 5 GB of a large mailbox and then stop out of the blue.
Can I close the browser?
In the hosted version the job runs on our worker and keeps going after you close the tab. The local Windows client has to stay open.
What if the transfer breaks off?
Start it again. imapsync checks what is already on the destination and copies only what is missing — a rerun is cheap and creates no duplicates.
Why does Windows have no cloud limit?
The work and the traffic are handled by the user’s own machine, so the commercial MoveMailbox Cloud limit does not apply. Provider-side limits still do.
Does the old mail get deleted?
No. The default scenario is a one-way copy. Only delete the old mailbox after checking things by hand and letting a grace period pass.
Which servers are supported?
Any compatible IMAP server. Gmail, Microsoft and some corporate systems may require an app password, IMAP to be switched on, or OAuth.
Are dates, flags and attachments preserved?
Yes. The original RFC-822 object is moved whole: headers, date, attachments, read/answered flags, nested folder structure. Server-side filters, auto-replies and contacts are not moved — they are not part of IMAP.
Find out how big your mailbox is. It costs nothing.
Connect two servers, look at the size and decide. Or take the client and keep everything on your side.
Code on GitHub · built on imapsync · no sign-up