mirror of
https://github.com/imapsync/imapsync.git
synced 2025-08-05 16:28:04 +02:00
1.836
This commit is contained in:
parent
3afeea4a16
commit
8d76e44c5e
243 changed files with 57452 additions and 10330 deletions
156
index.shtml
156
index.shtml
|
@ -5,7 +5,6 @@
|
|||
<head>
|
||||
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
|
||||
|
||||
|
||||
<title>Official imapsync migration tool ( release <!--#exec cmd="cat ./VERSION"--> )</title>
|
||||
<meta content="WNZqC05x3b-cEYdSNrpHtgKzQrDFWHlZabhoXvfKhqM" name="google-site-verification" />
|
||||
<meta content="Bluefish 2.2.2" name="generator" />
|
||||
|
@ -20,6 +19,11 @@
|
|||
<meta content="0" http-equiv="expires" />
|
||||
<link href="S/images/logo_imapsync_s.png" type="image/png" rel="icon" />
|
||||
<link type="text/css" rel="stylesheet" href="S/style.css" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!--
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
|
||||
-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -27,22 +31,26 @@
|
|||
<div id="left-menu">
|
||||
<ul class="none">
|
||||
<li><a href="#WHATIS">What is imapsync?</a></li>
|
||||
<li><big><big><a href="https://imapsync.lamiral.info/X/">Use imapsync online!</a></big></big></li>
|
||||
<li><a href="#AUTHOR">Contact the author, Gilles LAMIRAL</a></li>
|
||||
<li><a href="#buy_all">Buy <b>imapsync</b> or/and <b>support</b></a> ( Windows + Linux + OS X + Perl source code )</li>
|
||||
|
||||
<li><a href="#buy_all">Buy <b>imapsync</b> or/and <b>support</b></a> ( Windows + Linux + OS X + Source )</li>
|
||||
<!-- <li><big><a href="http://imapsync.lamiral.info/S/guestbook.shtml">New! Give your feedback via the Guestbook!</a></big></li> -->
|
||||
<li><a href="http://imapsync.lamiral.info/S/poll.shtml">Vote for a better imapsync and better services</a></li>
|
||||
<li><a href="#SUPPORT">What <b>support </b></a>is given?</li>
|
||||
<li><a href="#NUMBERS">Facts and figures</a></li>
|
||||
<li>Examples:</li>
|
||||
<li>
|
||||
<ul class="none">
|
||||
<ul class="none">
|
||||
<li><a href="#DOC_BASIC">How to transfer a single mailbox on Windows</a></li>
|
||||
<li><a href="#DOC_BASIC_UNIX">How to transfer a single mailbox on Unix</a></li>
|
||||
<li><a href="#DOC_MASS">How to transfer many mailboxes</a></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#install">Installation</a></li>
|
||||
<li><a href="#doc">Documentation</a></li>
|
||||
<li><a href="http://imapsync.lamiral.info/S/poll.shtml">Vote for a better imapsync and better services</a></li>
|
||||
<li><big><a href="#doc">Documentation</a></big></li>
|
||||
<li><a href="S/news.shtml">News about imapsync <!--#exec cmd="cat ./VERSION" -->, previous and next releases</a></li>
|
||||
<li><a href="S/imapservers.shtml">List of the 69 imap server softwares <b>supported</b></a> by imapsync</li>
|
||||
<li><a href="S/imapservers.shtml">List of 72 imap server software <b>supported</b></a> by imapsync</li>
|
||||
<li><a href="S/external.shtml">Similar softwares and external services</a></li>
|
||||
<li><a href="S/mailing_list.shtml">Discuss or search on the mailing-list</a></li>
|
||||
<li><a href="#BOTTOM">Bottom of this page</a></li>
|
||||
|
@ -52,7 +60,7 @@
|
|||
|
||||
|
||||
<div class="center" id="centered-logo">
|
||||
<a href="http://imapsync.lamiral.info/">
|
||||
<a href="https://imapsync.lamiral.info/">
|
||||
<img width="486" height="309" alt="imapsync logo" src="S/images/logo_imapsync.png" />
|
||||
</a>
|
||||
|
||||
|
@ -66,7 +74,7 @@
|
|||
<!-- #include file="S/fb-like.html" -->
|
||||
|
||||
|
||||
<h2>Copy all your emails elsewhere!</h2>
|
||||
<h2>Is it time to copy all your emails and folders elsewhere?</h2>
|
||||
Site last updated on <b><!--#echo var="LAST_MODIFIED" --></b>
|
||||
</div>
|
||||
|
||||
|
@ -82,7 +90,7 @@ the two other are POP3 and HTTP with webmails,
|
|||
webmails are often tied to an IMAP server.
|
||||
</p>
|
||||
|
||||
<p>Latest imapsync release <!--#exec cmd="cat ./VERSION" -->
|
||||
<p>Latest imapsync published release <!--#exec cmd="cat ./VERSION" -->
|
||||
was written on <!--#flastmod file="VERSION" -->
|
||||
</p>
|
||||
|
||||
|
@ -91,12 +99,12 @@ recursive <b>IMAP</b> transfers from one mailbox to another, both anywhere on th
|
|||
or in your local network. Imapsync runs on <b>Windows</b>, <b>Linux</b>, <b>Mac OS X</b>.
|
||||
|
||||
"<b>Incremental</b>" means you can stop the transfer at any time
|
||||
and restart it later efficiently.
|
||||
and restart it later efficiently, without generating duplicates.
|
||||
|
||||
"<b>Recursive</b>" means the complete folders hierarchy can be copied.
|
||||
"<b>Recursive</b>" means the complete folders hierarchy can be copied, all folders, all subfolders etc.
|
||||
|
||||
"<b>Command line</b>" means it's not a graphical tool, on Windows you have to run imapsync
|
||||
from a <a href="#DOC_BASIC">batch file</a>.
|
||||
from a <a href="#DOC_BASIC">batch file</a>. Anyway there is a visual online service, you can try imapsync at <a href="https://imapsync.lamiral.info/X/">https://imapsync.lamiral.info/X/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
@ -104,7 +112,7 @@ from a <a href="#DOC_BASIC">batch file</a>.
|
|||
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 asking experts at <a href="https://twitter.com/sumatra_dev">Sumatra company</a>.
|
||||
Also consider using <a href="http://caldavsynchronizer.org/">caldavsynchronizer</a> or asking experts at <a href="https://twitter.com/sumatra_dev">Sumatra company</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
@ -136,12 +144,14 @@ See detailed explanation and motivation here when
|
|||
-->
|
||||
|
||||
|
||||
|
||||
<h2>Contact the author, Gilles LAMIRAL <a href="#TOP" id="AUTHOR"><small>(back to menu)</small></a>
|
||||
</h2>
|
||||
|
||||
<div id="right-tronche">
|
||||
<img width="200" height="200" src="S/images/gilles_lamiral_400x400.jpeg" alt="Gilles LAMIRAL" />
|
||||
</div>
|
||||
|
||||
<h2>Contact the author, Gilles LAMIRAL <a href="#TOP" id="AUTHOR"><small>(back to menu)</small></a>
|
||||
</h2>
|
||||
|
||||
<div id="hcard_embed">
|
||||
<div class="vcard" id="hcard-Gilles-LAMIRAL-Imapsync">
|
||||
|
@ -163,17 +173,12 @@ See detailed explanation and motivation here when
|
|||
<span class="type">work</span>
|
||||
<span class="type">home</span>: <span class="value">+33 9 51 84 42 42</span>
|
||||
</div>
|
||||
<div class="tel">
|
||||
<span class="type">work</span>
|
||||
<span class="type">fax</span>: <span class="value">+33 9 56 84 42 42</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="adr">Postal address:
|
||||
|
||||
|
||||
<div class="street-address">La Billais</div>
|
||||
<div class="street-address">22 La Billais</div>
|
||||
<span class="locality">BAULON</span>
|
||||
<span class="postal-code">35580</span>
|
||||
<div class="country-name">FRANCE</div></div>
|
||||
|
@ -233,23 +238,33 @@ See <a href="#SUPPORT"><b>support description</b></a> below.
|
|||
<p>
|
||||
<input type="hidden" value="_s-xclick" name="cmd" />
|
||||
<input type="hidden" value="H2YTURNFT4XT4" name="hosted_button_id" />
|
||||
<input type="hidden" value="imapsync choice" name="on0" />imapsync choice
|
||||
<input type="hidden" value="imapsync choice" name="on0" />
|
||||
|
||||
<label>Imapsync buying options:
|
||||
<select name="os0">
|
||||
<option value="Software only. For professional use." class="bold">Software only. For professional use. €50 EUR</option>
|
||||
<option value="Software only. For individual use.">Software only. For individual use. €50 EUR</option>
|
||||
<option value="Software + Support. For professional use." class="bold">Software + Support. For professional use. €100 EUR</option>
|
||||
<option value="Software only. For professional use." class="bold">Software only. For professional use. €50 EUR</option>
|
||||
<option value="Support only. For professional use.">Support only. For professional use. €100 EUR</option>
|
||||
</select> Professionals buyers outside France are <b>VAT exempted</b>. Individuals or French buyers are <b>VAT taxed</b>.
|
||||
<option disabled="disabled">--------------------------------------------------</option>
|
||||
<option value="Software only. For individual use.">Software only. For individual use. €50 EUR</option>
|
||||
</select>
|
||||
</label>
|
||||
Professionals buyers outside France are <b>VAT exempted</b>. Individuals or French buyers are <b>VAT taxed</b>.
|
||||
<br />
|
||||
<input type="hidden" value="VAT if professional in Europe" name="on1" />
|
||||
In case <b>you're a European professional</b>, please enter your <b>VAT number</b>
|
||||
<input type="text" maxlength="17" size="17" name="os1" /> it's for accounting and customs declaration.
|
||||
<label>In case <b>you're a European professional</b>, please enter your <b>VAT number</b>
|
||||
<input type="text" maxlength="17" size="17" name="os1" />
|
||||
</label>
|
||||
it's for accounting and customs declaration.
|
||||
VAT is often 2 letters followed by 11 digits, for example mine is FR74429303332.
|
||||
<br />
|
||||
|
||||
<input type="hidden" value="EUR" name="currency_code" />
|
||||
<input type="image" alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" />
|
||||
<img width="1" height="1" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" alt="" />
|
||||
<input type="image"
|
||||
alt="PayPal, a safe and easy way to pay online!"
|
||||
name="submit"
|
||||
src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" />
|
||||
Consider a <b><a href="#IBAN">Bank transfer</a></b> or a <b><a href="#bitcoin">Bitcoin</a> payment</b> if you can't use Paypal.
|
||||
</p>
|
||||
</form>
|
||||
|
||||
|
@ -286,10 +301,8 @@ Your price in Bitcoins is mine!
|
|||
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.<br />
|
||||
The bank account references are:<br />
|
||||
NAME: <b>MR LAMIRAL GILLES</b> <br />
|
||||
IBAN: <b>FR76 1360 6000 9900 0332 2748 564</b> <br />
|
||||
Code BIC/Swift: <b>AGRIFRPP836</b>
|
||||
The bank account references will be given upon request.
|
||||
|
||||
</p>
|
||||
|
||||
<h3>Support <a href="#TOP" id="SUPPORT"><small>(back to menu)</small></a>
|
||||
|
@ -322,30 +335,32 @@ running in parallel, etc.
|
|||
</h2>
|
||||
|
||||
<ul>
|
||||
<li><b>4000 to 7000 </b>users per month (44100 users a year).</li>
|
||||
<li>6 to 32 millions mailboxes transfers per month.</li>
|
||||
<li><b>187 millions</b> transfers for 2015,
|
||||
that is six whole mailboxes synced per second in average.
|
||||
<li><b>4000 to 5000 </b>users per month (40000 users a year).</li>
|
||||
<li>6 to 10 millions mailboxes transfers per month.</li>
|
||||
<li><b>103 millions</b> transfers for 2016,
|
||||
that is three whole mailboxes synced per second in average, and an estimation of 20 petabytes transferred in total.
|
||||
</li>
|
||||
|
||||
<li><b>Operating systems</b> run by imapsync users (in 2015):
|
||||
|
||||
|
||||
<li><b>Operating systems</b> run by imapsync users (in 2016):
|
||||
|
||||
<ul>
|
||||
<li><b>Linux: 74%</b></li>
|
||||
<li><b>Linux: 72%</b></li>
|
||||
<li><b>Win32: 15%</b></li>
|
||||
<li><b>Darwin: 5%</b></li>
|
||||
<li><b>FreeBSD: 5%</b></li>
|
||||
<li>Solaris: 0.18%</li>
|
||||
<li>OpenBSD: 0.07%</li>
|
||||
<li>Other: 0.37%</li>
|
||||
<li><b>Darwin: 8%</b></li>
|
||||
<li><b>FreeBSD: 3%</b></li>
|
||||
<li>Solaris: 0.09%</li>
|
||||
<li>OpenBSD: 0.11%</li>
|
||||
<li>Unknown .01 %</li>
|
||||
<li>Other: 0.48%</li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Highest use rate</b>: about <b>56 millions</b> of IMAP mailbox transfers by just one host.</li>
|
||||
<li><b>Biggest known account</b> migrated: <b>2.4 millions folders</b> (figure independently reported).</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<p>
|
||||
Where all those numbers come from?
|
||||
To know whether a newer imapsync exists or not, imapsync does a http GET to the file
|
||||
|
@ -370,8 +385,13 @@ Check <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-4279">C
|
|||
|
||||
<p>
|
||||
After Imapsync installation, a basic (and really working) example in a DOS window is the following: </p>
|
||||
<pre>.\imapsync.exe --host1 test1.lamiral.info --user1 test1 --password1 "secret1" ^
|
||||
--host2 test2.lamiral.info --user2 test2 --password2 "secret2"
|
||||
<pre>.\imapsync.exe ^
|
||||
--host1 test1.lamiral.info ^
|
||||
--user1 test1 ^
|
||||
--password1 "secret1" ^
|
||||
--host2 test2.lamiral.info ^
|
||||
--user2 test2 ^
|
||||
--password2 "secret2"
|
||||
</pre>
|
||||
<p>But it's better to edit a batch file and run it by a double-click.
|
||||
Take this batch file example <b><a href="./examples/imapsync_example.bat">imapsync_example.bat</a></b>
|
||||
|
@ -383,8 +403,13 @@ and adapt with your own parameters.
|
|||
|
||||
<p>
|
||||
After Imapsync installation, a basic (and really working) example in a shell terminal is the following: </p>
|
||||
<pre>./imapsync --host1 test1.lamiral.info --user1 test1 --password1 "secret1" \
|
||||
--host2 test2.lamiral.info --user2 test2 --password2 "secret2"
|
||||
<pre>./imapsync \
|
||||
--host1 test1.lamiral.info \
|
||||
--user1 test1 \
|
||||
--password1 "secret1" \
|
||||
--host2 test2.lamiral.info \
|
||||
--user2 test2 \
|
||||
--password2 "secret2"
|
||||
</pre>
|
||||
<p>
|
||||
But it's better to edit a shell script and run it in a terminal.
|
||||
|
@ -422,14 +447,17 @@ it can be used with the two previous command scripts.<br />
|
|||
<li>Centos users, read <a href="INSTALL.d/INSTALL.Centos.txt">INSTALL.Centos.txt</a>.</li>
|
||||
<li>CPanel users, read <a href="INSTALL.d/INSTALL.CPanel.txt">INSTALL.CPanel.txt</a>.</li>
|
||||
<li>Debian users, read <a href="INSTALL.d/INSTALL.Debian.txt">INSTALL.Debian.txt</a>.</li>
|
||||
<li>AWS EC2 users, read <a href="INSTALL.d/INSTALL.AWS_EC2.txt">INSTALL.AWS_EC2.txt</a>.</li>
|
||||
<li>Ubuntu users, read <a href="INSTALL.d/INSTALL.Ubuntu.txt">INSTALL.Ubuntu.txt</a>.</li>
|
||||
<li>FreeBSD users, read <a href="INSTALL.d/INSTALL.FreeBSD.txt">INSTALL.FreeBSD.txt</a>.</li>
|
||||
<li>Other users, read the second part of <a href="INSTALL">INSTALL</a>.</li>
|
||||
<li>Installation files are located in the <a href="INSTALL.d/">INSTALL.d/*</a> directory.</li>
|
||||
<li>Docker users, read <a href="INSTALL.d/INSTALL.Docker.txt">INSTALL.Docker.txt</a>
|
||||
or directly the <a href="https://hub.docker.com/r/gilleslamiral/imapsync/">Imapsync Docker page</a>.</li>
|
||||
<li>Other users, read the second part of <a href="INSTALL.d/INSTALL.ANY.txt">INSTALL.ANY.txt</a>.</li>
|
||||
<li>All installation files are located in the <a href="INSTALL.d/">INSTALL.d/</a> directory.</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
After the imapsync installation you should go to the <a href="#doc">documentation</a> section just below
|
||||
After the imapsync installation you should go to the <a href="#doc">documentation</a> section just below.
|
||||
</p>
|
||||
|
||||
<h2>Documentation <a href="#TOP" id="doc"><small>(back to menu)</small></a></h2>
|
||||
|
@ -448,44 +476,56 @@ to understand imapsync and succeed in your migration or backup.
|
|||
</p>
|
||||
|
||||
|
||||
<p>The <a href="FAQ">FAQ</a> and <a href="FAQ.d/">FAQ.d/*</a> files present Frequently Asked Questions
|
||||
(and not so frequently asked ones) and their answers. Here is the menu:</p>
|
||||
<p>The <a href="FAQ.d/">FAQ.d/*</a> files present Frequently Asked Questions
|
||||
(and not so frequently asked ones) and their answers. Here is the main menu:</p>
|
||||
|
||||
<div class="list"> Tips about imap server softwares:
|
||||
|
||||
<ul>
|
||||
<li> <a href="FAQ.d/FAQ.Gmail.txt">Gmail accounts</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Gmail.txt">Gmail accounts</a>.
|
||||
See <a href="https://support.google.com/a/answer/1071518?hl=en">Gmail limits</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Exchange.txt">Exchange 20xx and Office365</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Yahoo.txt">Yahoo</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Domino.txt">Domino</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Dovecot.txt">Dovecot</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.SmarterMail.txt">SmarterMail</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Various_Server_Softwares.txt">Other various imap server softwares</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Oracle-UCS.txt">Oracle-UCS</a>. </li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="list">Solving problems:
|
||||
|
||||
<ul>
|
||||
<li> <a href="FAQ.d/FAQ.Authentication_failure.txt">Authentication failure</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Folders_Mapping.txt">Changing folders names</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Duplicates.txt">Duplicated messages issues</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Use_addheader.txt">Why use --addheader</a>? </li>
|
||||
<li> <a href="FAQ.d/FAQ.Passwords_on_Windows.txt">Passwords on Windows</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Passwords_on_Unix.txt">Passwords on Unix</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Flags.txt">Flags issues</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Dates.txt">Dates issues</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Memory.txt">Memory issue</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Contacts_Calendars.txt">Contacts and Calendars issues</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.User_Concurrent_Access.txt">User concurrent access issues</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Use_cache.txt">Option --usecache and its issues</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.SSL_errors.txt">SSL errors</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Virus.txt">Is imapsync a virus?</a>. </li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="list">Various tips:
|
||||
|
||||
<ul>
|
||||
<li> <a href="FAQ.d/FAQ.General.txt">General FAQ</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Reporting_Bugs.txt">Reporting bugs</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Massive.txt">Massive/bulk migrations</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.ISP.txt">ISP</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.TTL.txt">TTL</a> (MX change in DNS). </li>
|
||||
<li> <a href="FAQ.d/FAQ.Messages_Selection.txt">Selecting messages</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Folders_Selection.txt">Selecting folders</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Admin_Authentication.txt">Admin authentication</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Archiving.txt">Archiving tips</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Security.txt">Security</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Emptying.txt">Emptying an account</a>. </li>
|
||||
|
@ -541,7 +581,7 @@ style="border:0;width:88px;height:31px"
|
|||
<!--#config timefmt="%D" -->
|
||||
<!--#config timefmt="%A %B %d, %Y" -->
|
||||
<b>This document last modified on <!--#echo var="LAST_MODIFIED" --></b>
|
||||
($Id: index.shtml,v 1.305 2016/08/18 09:55:44 gilles Exp gilles $)<br />
|
||||
($Id: index.shtml,v 1.341 2017/09/05 15:21:01 gilles Exp gilles $)<br />
|
||||
<a href="#TOP">Top of the page</a>
|
||||
</p>
|
||||
</body></html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue