If you end up ready the place it’s essential sync all emails from one account to a different, then you need to use the imapsync
command-line software to bulk copy, or transfer every part for you.
Step 1 – Get imapsync
It’s good to get the imapsync
software operating domestically.
It may be discovered right here https://github.com/imapsync/imapsync
Alternatively, in case you are utilizing a Mac and have homebrew put in, you then’re in luck!
Merely brew set up imapsync
and also you’re prepared.
Step 2 – Allow imap
on the accounts
By default, imap
is commonly disabled on the e-mail server. We are going to discover Gmail on this case to check a sync.
In Gmail, underneath Settings, discover Forwarding and POP/IMAP
and guarantee that imap is enabled.
Additionally guarantee that Auto-Expunge
is off, and choose Instantly delete the message without end
. Make it possible for Folder dimension limits
will not be set.
Step 3 – Configure your account creds
You will want the username and password for every account, so have them handy!
Step 4 – Run the command!
Now you can run the software to switch all emails from account1
to account2
.
Sync from host1 to host2 and delete after success on host1
This feature will will let you robotically sync every part in source_account (host1
) to destination_acount (host2
) and on profitable migration of e mail, it is going to delete the e-mail/s within the source_account.
This feature is nice in case you are migrating from 1 account to a different:
imapsync
--host1 imap.gmail.com --user1 [email protected] --password1 MyP@$$w0rd!
--delete1
--host2 imap.gmail.com --user2 [email protected] --password2 MyP@$$w0rd!
Sync from host1 to host2 with out deleting something
In the event you don’t need to delete any e mail/s in your source_account (host1
) after profitable e mail transfers, then you’ll be able to merely omit the --delete1
flag, as follows:
imapsync
--host1 imap.gmail.com --user1 [email protected] --password1 MyP@$$w0rd!
--delete1
--host2 imap.gmail.com --user2 [email protected] --password2 MyP@$$w0rd!