Imapsync is an IMAP transfers tool. The purpose of imapsync is to migrate IMAP accounts or to backup IMAP accounts. IMAP is one of the three current standard protocols to access mailboxes, the two other are POP3 and HTTP with webmails, webmails are often tied to an IMAP server.
Latest imapsync published release was written on
Imapsync software is a command line tool that allows incremental and recursive IMAP transfers from one mailbox to another, both anywhere on the internet or in your local network. Imapsync runs on Windows, Linux, Mac OS X. "Incremental" means you can stop the transfer at any time and restart it later efficiently, without generating duplicates. "Recursive" means the complete folders hierarchy can be copied, all folders, all subfolders etc. "Command line" means it's not a graphical tool, on Windows you have to run imapsync from a batch file. Anyway there is a visual online service, you can try imapsync at https://imapsync.lamiral.info/X/
Imapsync can't migrate Contacts and Calendars. Most email systems don't set or get Contacts or Calendars via the IMAP protocol. No way via IMAP, no way via imapsync but it can be done with other tools or via export/import of csv or ics files. Also consider using caldavsynchronizer or asking experts at Sumatra company.
imapsync is not suitable for maintaining a synchronization between two active imap accounts while the user is working on both sides. Use offlineimap (written by John Goerzen) or mbsync (written by Michael R. Elkins) for bidirectionnal (2 ways) synchronizations.
Alternatives to imapsync are listed in the Similar softwares section.
Good feedback is always welcome!
and bad feedback is very often welcome
Buy complete and latest imapsync for €50 EUR.
There is no trial version but I offer 30-day money back guarantee.
After buying and downloading imapsync, go to the installation documentation.
For €50 EUR you will get:
For €100 EUR you get imapsync full professional support, provided by the imapsync designer and developer (Gilles LAMIRAL) who has been supporting imap migrations with imapsync for more than 16 years (I started in 2001). See a detailed support description below.
Special and recommended offer: it's also €100 EUR if you buy imapsync + support at once.
At the end of the payment Paypal will proposed you to go back to the site,
via a link to gilles@lamiral.info (it's my paypal account name),
this link brings you to imapsync download.
You will also receive an email from gilles@lamiral.info a few minutes later
(can fall in Spam folder sometimes).
In order to get an accurate invoice, please make sure the delivery postal address you enter in Paypal
suits your accounting department's, since revised editing is not easy and prohibited by law.
The gpg signed invoice will be sent within a few days by email,
My company is identified by VAT number FR74429303332 or French SIRET number 42930333200051,
French APE/NAF number 6201Z (programmation informatique).
If you can't pay with a credit card via Paypal then it is possible to pay via a bank transfer.
It will surely add extra work editing the invoice, back and forth getting good coordinates,
so I will mandatory charge both software+support for payment via bank transfer, that is 100 EUR.
Drop me an email to test imapsync and to be sure it will do what you need it to do, before any payment.
The bank account references will be given upon request.
For those of you who buy support, contact me (Gilles LAMIRAL) by email or phone:
The support is done in English, mostly by email or possibly phone/skype. Office hours start at 10:00, end at 16:00 UTC, extra time is possible in case of emergency. The support aims at helping you to get your imap migration job done, quickly if possible. Support includes things like no time to read the documentation, how to deal with special imap server softwares (Gmail, Exchange), choosing and explaining options, explaining error messages, solving authentication issues, dealing with speed, quotas, special context, running in parallel, etc.
Where all those numbers come from? To know whether a newer imapsync exists or not, imapsync does a http GET to the file VERSION. Via the User-agent parameter it also sends:
You can remove this behavior by adding option --noreleasecheck on the command line (or by setting $releasecheck = 0 in the source code). Check CVE-2013-4279.
After Imapsync installation, a basic (and really working) example in a DOS window is the following:
.\imapsync.exe ^ --host1 test1.lamiral.info ^ --user1 test1 ^ --password1 "secret1" ^ --host2 test2.lamiral.info ^ --user2 test2 ^ --password2 "secret2"
But it's better to edit a batch file and run it by a double-click. Take this batch file example imapsync_example.bat and adapt with your own parameters.
After Imapsync installation, a basic (and really working) example in a shell terminal is the following:
./imapsync \ --host1 test1.lamiral.info \ --user1 test1 \ --password1 "secret1" \ --host2 test2.lamiral.info \ --user2 test2 \ --password2 "secret2"
But it's better to edit a shell script and run it in a terminal. Take this Bourne shell script example imapsync_example.sh and adapt with your own parameters.
In order to migrate many mailboxes, you should use a loop over a csv
file containing only the data credentials.
On Windows, see sync_loop_windows.bat
batch example.
On Unix, see sync_loop_unix.sh
example.
An example of this csv file is file.txt,
it can be used with the two previous command scripts.
Depending on the system where you'll run imapsync:
After the imapsync installation you should go to the documentation section just below.
Windows users, the README_Windows.txt contains essential knowledge to do your first syncs.
Unix users, the TUTORIAL_Unix will teach you smoothly how to do your first syncs. Windows users can read it too.
The README file contains general and specific pieces of information to understand imapsync and succeed in your migration or backup.
The FAQ.d/* files present Frequently Asked Questions (and not so frequently asked ones) and their answers. Here is the main menu:
The ChangeLog to read what changed in details since 2001.
The TODO file lists what may be coded or done in the future.
All the people I thank are in the CREDITS file.
What you're allowed to do with imapsync is "No limits to do anything with this work and this license." like repeated in the LICENSE file (the detour is worth it).
This document last modified on
($Id: index.shtml,v 1.367 2018/05/05 22:43:30 gilles Exp gilles $)
Top of the page