mirror of
https://github.com/imapsync/imapsync.git
synced 2025-08-03 07:31:48 +02:00
1.977
This commit is contained in:
parent
93b917b12b
commit
1d08afaba6
139 changed files with 27179 additions and 6213 deletions
|
@ -1,21 +0,0 @@
|
|||
|
||||
<!-- $Id: bc-payment.html,v 1.12 2018/02/07 01:03:31 gilles Exp gilles $ -->
|
||||
|
||||
|
||||
<a
|
||||
class="coinbase-button"
|
||||
data-code="6a986b9f1386effacf76b350070c93ab"
|
||||
href="https://www.coinbase.com/checkouts/6a986b9f1386effacf76b350070c93ab"
|
||||
><img
|
||||
alt="Pay with Bitcoins"
|
||||
src="S/images/bitcoin_buy_now_large.png"
|
||||
/></a>
|
||||
|
||||
|
||||
<!--
|
||||
<script
|
||||
src="https://www.coinbase.com/assets/button.js"
|
||||
>
|
||||
</script>
|
||||
|
||||
-->
|
|
@ -29,9 +29,12 @@
|
|||
|
||||
|
||||
<body>
|
||||
<h1>imapsync donation</h1>
|
||||
<h1>Imapsync donation</h1>
|
||||
|
||||
<p>Help the author to maintain imapsync and its online services:</p>
|
||||
|
||||
<h2>Donate via Paypal</h2>
|
||||
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||
<p>
|
||||
<input type="hidden" name="cmd" value="_s-xclick"/>
|
||||
|
@ -43,11 +46,27 @@ value="-----BEGIN PKCS7-----MIIHRwYJKoZIhvcNAQcEoIIHODCCBzQCAQExggEwMIIBLAIBADCB
|
|||
</p>
|
||||
</form>
|
||||
|
||||
<h2>Donate with Crypto</h2>
|
||||
<p>
|
||||
This donate button will ask your email address and your name but don't hesitate
|
||||
to give fake ones, like "Smith" and smith@example.com if you prefer to be anonymous.
|
||||
</p>
|
||||
<div>
|
||||
<a class="donate-with-crypto"
|
||||
href="https://commerce.coinbase.com/checkout/d757d82d-5f54-428e-9260-90c8b032d7ce">
|
||||
<span>Donate with Crypto</span>
|
||||
</a>
|
||||
<script type="text/javascript" src="https://commerce.coinbase.com/v1/checkout.js?version=201807">
|
||||
</script>
|
||||
</div>
|
||||
|
||||
|
||||
<p>Thanks in advance!</p>
|
||||
|
||||
<hr />
|
||||
<p>
|
||||
|
||||
|
||||
<a href="http://validator.w3.org/check?uri=referer">
|
||||
<img width="88" height="31" alt="Valid XHTML 1.0 Strict" src="../S/images/valid-xhtml10" />
|
||||
</a>
|
||||
|
@ -64,7 +83,7 @@ value="-----BEGIN PKCS7-----MIIHRwYJKoZIhvcNAQcEoIIHODCCBzQCAQExggEwMIIBLAIBADCB
|
|||
<!--#config timefmt="%D" -->
|
||||
<!--#config timefmt="%A %B %d, %Y" -->
|
||||
<b>This document last modified on <!--#echo var="LAST_MODIFIED" --></b>
|
||||
($Id: paypal.shtml,v 1.13 2018/08/21 12:07:50 gilles Exp gilles $)
|
||||
($Id: donate.shtml,v 1.16 2019/07/31 22:49:12 gilles Exp gilles $)
|
||||
</p>
|
||||
|
||||
</body>
|
|
@ -30,7 +30,7 @@
|
|||
</h1>
|
||||
|
||||
|
||||
<ul>
|
||||
<ol>
|
||||
<li> <b>imapsync</b>: <a href="https://github.com/imapsync/imapsync">https://github.com/imapsync/imapsync</a> (this is an imapsync copy, sometimes delayed, with --noreleasecheck by default since release 1.592, 2014/05/22)</li>
|
||||
<li> imap_tools: <a href="https://web.archive.org/web/20161228145952/http://www.athensfbc.com/imap_tools/">https://web.archive.org/web/20161228145952/http://www.athensfbc.com/imap_tools/</a>.
|
||||
The imap_tools code is now at <a href="https://github.com/andrewnimmo/rick-sanders-imap-tools">https://github.com/andrewnimmo/rick-sanders-imap-tools</a></li>
|
||||
|
@ -40,8 +40,8 @@
|
|||
<li> <b>offlineimap</b>: <a href="http://offlineimap.org/">http://offlineimap.org/</a></li>
|
||||
<li> <b>mbsync</b>: <a href="http://isync.sourceforge.net/">http://isync.sourceforge.net/</a></li>
|
||||
<li> mailsync: <a href="http://mailsync.sourceforge.net/">http://mailsync.sourceforge.net/</a></li>
|
||||
<li> mailutil: <a href="http://www.washington.edu/imap/">http://www.washington.edu/imap/</a>
|
||||
part of the UW IMAP tookit.</li>
|
||||
<li> mailutil: <a href="https://web.archive.org/web/20191028114408/http://www.washington.edu/imap/">https://www.washington.edu/imap/</a>
|
||||
part of the UW IMAP toolkit. (well, seems abandoned now)</li>
|
||||
<li> imaprepl: <a href="https://bl0rg.net/software/">https://bl0rg.net/software/</a>
|
||||
<a href="http://freecode.com/projects/imap-repl/">http://freecode.com/projects/imap-repl/</a></li>
|
||||
<li> imapcopy (Pascal): <a href="http://www.ardiehl.de/imapcopy/">http://www.ardiehl.de/imapcopy/</a></li>
|
||||
|
@ -63,7 +63,14 @@
|
|||
(A tool for uploading a local mbox file to IMAP4 server)</li>
|
||||
<li> imapbackup: <a href="https://github.com/rcarmo/imapbackup">https://github.com/rcarmo/imapbackup</a>
|
||||
(A Python script for incremental backups of IMAP mailboxes)</li>
|
||||
</ul>
|
||||
|
||||
<li> BitRecover email-backup <b>99 USD, 299 USD</b> <a href="https://www.bitrecover.com/email-backup/">https://www.bitrecover.com/email-backup/</a>.</li>
|
||||
|
||||
<li> ImportExportTools: <a href="https://addons.thunderbird.net/en-us/thunderbird/addon/importexporttools/">https://addons.thunderbird.net/en-us/thunderbird/addon/importexporttools/</a>
|
||||
ImportExportTools for Mozilla Thunderbird by Paolo Kaosmos. ImportExportTools does not do IMAP.
|
||||
</li>
|
||||
|
||||
</ol>
|
||||
|
||||
<h1>External online IMAP migration services <a id="ONLINE_OTHERS" href="../#TOP"><small>(back to menu)</small></a>
|
||||
</h1>
|
||||
|
@ -74,21 +81,23 @@ Prices are given par mailbox and may be outdated
|
|||
(Last checked on Thu Apr 11, 2019).</p>
|
||||
|
||||
|
||||
<ul>
|
||||
<ol>
|
||||
<li> Web Hosting Canada <b>0 USD</b>: <a href="https://imapsync.whc.ca/">https://imapsync.whc.ca/</a> (imapsync based)</li>
|
||||
<li> BoomHost <b>0 USD</b>: <a href="https://imapsync.boomhost.com/">https://imapsync.boomhost.com/</a> (imapsync based)</li>
|
||||
<li> French Ovh imapcopy <b>0 EUR</b>: <a href="https://mail.ovh.net/fr/imapcopy/">https://mail.ovh.net/fr/imapcopy/</a></li>
|
||||
<li> <a href="https://tools.controlpanel.si/imapsync/">https://tools.controlpanel.si/imapsync/</a> (imapsync based)</li>
|
||||
<li> <a href="https://www.cadeolink.com.br/">https://www.cadeolink.com.br/</a> (imapsync based)</li>
|
||||
|
||||
<li> Ovh migration <b>0 EUR</b>: <a href="https://omm.ovh.net/Migration/Create">https://omm.ovh.net/Migration/Create</a></li>
|
||||
<li> Rackspace migration <b>0 USD</b>: <a href="http://www.rackspace.com/email-hosting/migrations">http://www.rackspace.com/email-hosting/migrations</a></li>
|
||||
<li> Movemymail one free, 5 USD after: <a href="https://movemymail.net">https://movemymail.net/</a></li>
|
||||
<li> TransferMyEmail 1.50 USD for a day pass: <a href="https://transfermyemail.ca/">https://transfermyemail.ca/</a></li>
|
||||
<li> Migrationwiz 11.99 USD: <a href="https://www.bittitan.com/products/migrationwiz/">https://www.bittitan.com/products/migrationwiz/</a>
|
||||
( See this remarkable comparison <a href="https://blog.bittitan.com/imapsync-vs-migrationwiz/">Imapsync vs Migrationwiz</a>! )</li>
|
||||
<li> Migrationwiz 11.99 USD: <a href="https://www.bittitan.com/products/migrationwiz/">https://www.bittitan.com/products/migrationwiz/</a> </li>
|
||||
<li> Audriga 11.90 EUR: <a href="https://www.groupware-migration.com/">https://www.groupware-migration.com/</a></li>
|
||||
<li> Yippiemove 14.95 USD: <a href="http://www.yippiemove.com">http://www.yippiemove.com/</a>
|
||||
( See <a href="https://www.yippiemove.com/help/faq_generic.html#imapsync">Yippiemove vs ImapSync</a> )</li>
|
||||
<li> <del>Yippiemove 14.95 USD</del> (discontinued on April 2019): <a href="http://www.yippiemove.com">http://www.yippiemove.com/</a>
|
||||
( See <a href="https://web.archive.org/web/20161027124328/https://www.yippiemove.com/help/faq_generic.html#imapsync">Yippiemove vs ImapSync</a> )</li>
|
||||
<li> ShuttleCloud one free, 19.95 USD after <a href="https://www.shuttlecloud.com/">https://www.shuttlecloud.com/</a></li>
|
||||
|
||||
</ul>
|
||||
</ol>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
@ -117,7 +126,7 @@ alt="Viewable With Any Browser" />
|
|||
<!--#config timefmt="%D" -->
|
||||
<!--#config timefmt="%A %B %d, %Y" -->
|
||||
<b>This document last modified on <!--#echo var="LAST_MODIFIED" --></b>
|
||||
($Id: external.shtml,v 1.34 2019/05/27 16:18:54 gilles Exp gilles $)<br/>
|
||||
($Id: external.shtml,v 1.45 2019/12/23 12:38:41 gilles Exp gilles $)<br/>
|
||||
<a href="#TOP">Top of the page</a>
|
||||
</p>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" id="TOP">
|
||||
|
||||
<head>
|
||||
<title>Imapsync list of the 79 imap server software applications supported</title>
|
||||
<title>Imapsync list of the 81 imap server software applications supported</title>
|
||||
<meta name="generator" content="Bluefish 2.2.2" />
|
||||
<meta name="author" content="Gilles LAMIRAL" />
|
||||
<meta name="date" content="2016-04-10T00:24:15+0200" />
|
||||
|
@ -27,12 +27,12 @@
|
|||
<body>
|
||||
|
||||
|
||||
<h1>Imapsync list of the 79 imap server software applications supported (and the broken ones) <a id="imap_server_success" href="../#TOP"><small>(back to menu)</small></a>
|
||||
<h1>Imapsync list of the 81 imap server software applications supported (and the broken ones) <a id="imap_server_success" href="../#TOP"><small>(back to menu)</small></a>
|
||||
</h1>
|
||||
|
||||
<p>To know whether your IMAP server is a widespread choice,
|
||||
take a look at <a href="http://openemailsurvey.org/">http://openemailsurvey.org/</a>.
|
||||
The quick answer is: if you're not using Dovecot then you're in a niche!
|
||||
take a look at <a href="http://openemailsurvey.org/">http://openemailsurvey.org/</a><br/>
|
||||
The short answer is that if you're not using the famous <b>Dovecot</b> then you're in a niche!
|
||||
</p>
|
||||
|
||||
<p>Let's start with the long reported <b>success stories</b> list: <b>
|
||||
|
@ -55,10 +55,12 @@ Example:
|
|||
Host2 banner:* OK Courier-IMAP ready
|
||||
</pre>
|
||||
|
||||
<p>You can use option --justconnect to get those lines.
|
||||
Example:</p>
|
||||
<p>You can use the following command to get those lines
|
||||
Examples:</p>
|
||||
<pre>
|
||||
imapsync --host1 test1.lamiral.info --host2 test2.lamiral.info --justconnect
|
||||
imapsync --host1 test1.lamiral.info
|
||||
|
||||
imapsync --host1 imap.gmail.com
|
||||
</pre>
|
||||
|
||||
|
||||
|
@ -74,6 +76,9 @@ imapsync --host1 test1.lamiral.info --host2 test2.lamiral.info --justconnect
|
|||
<li>ArGoSoft IMAP Module Version 1.8 (1.8.8.2) <a href="http://www.argosoft.com/">http://www.argosoft.com/</a></li>
|
||||
<li>Atmail 6.x [host1] <a href="https://www.atmail.com/">https://www.atmail.com/</a></li>
|
||||
<li>Axigen Mail Server Version 8.0.0 (<a href="https://www.axigen.com/">https://www.axigen.com/</a>)</li>
|
||||
|
||||
<li>BigFoot 1.0 (Derek Snider)</li>
|
||||
|
||||
<li>BincImap 1.2.3 (GPL) (<a href="http://www.bincimap.org/">http://www.bincimap.org/</a>)</li>
|
||||
<li>BlueMind <a href="https://www.bluemind.net/"></a>https://www.bluemind.net/</li>
|
||||
<li>ClearOS <a href="https://www.clearos.com/">https://www.clearos.com/</a> uses Cyrus as IMAP backend server.</li>
|
||||
|
@ -88,7 +93,7 @@ imapsync --host1 test1.lamiral.info --host2 test2.lamiral.info --justconnect
|
|||
2.3-alpha (OSI Approved), 2.3.1, 2.3.7, 2.3.16, v2.4.16 [host1]
|
||||
(<a href="https://www.cyrusimap.org/">https://www.cyrusimap.org/</a>)
|
||||
</li>
|
||||
<li>David Tobit V8. (<a href="http://de.tobit.com/">http://de.tobit.com/</a>) </li>
|
||||
<li>David Tobit V8. (<a href="https://tobit.software/">https://tobit.software/</a>) </li>
|
||||
<li>David.fx Mail Access Server MA-12.00a (0188) [host1] </li>
|
||||
<li>DBMail 1.2.1, 2.0.4, 2.0.9, 2.2rc1 (GPL).
|
||||
2.0.7 seems buggy. (<a href="http://www.dbmail.org/">http://www.dbmail.org/</a>) </li>
|
||||
|
@ -100,6 +105,9 @@ imapsync --host1 test1.lamiral.info --host2 test2.lamiral.info --justconnect
|
|||
(<a href="http://www-03.ibm.com/software/products/en/ibmnotes">http://www-03.ibm.com/software/products/en/ibmnotes</a>) </li>
|
||||
<li><b>Dovecot</b> 0.99.10.4, 0.99.14, 0.99.14-8.fc4, 1.0-0.beta2.7,
|
||||
1.0.0 [dest/source] (LGPL) (http://www.dovecot.org/) (<a href="http://www.dovecot.org/">http://www.dovecot.org/</a>) </li>
|
||||
|
||||
<li>Earthlink webhosting (<a href="https://www.earthlink.net/">https://www.earthlink.net/</a>) uses BigFoot imap server.</li>
|
||||
|
||||
<li>Eudora WorldMail v2 (<a href="http://www.eudora.com/worldmail/">http://www.eudora.com/worldmail/</a>) </li>
|
||||
<li><b>Exchange Server</b> 5.5, 6.0.6249.0[host1], 6.0.6487.0[host1],
|
||||
6.5.7638.1 [host2], 6.5 [host1], Exchange 2007 SP1 (with Update Rollup 2),
|
||||
|
@ -116,7 +124,7 @@ imapsync --host1 test1.lamiral.info --host2 test2.lamiral.info --justconnect
|
|||
<li><b>Gimap</b> (<b>Gmail</b> imap) [host1] [host2] (<a href="http://mail.google.com/">http://mail.google.com/</a>) </li>
|
||||
<li>GMX IMAP4 StreamProxy. (<a href="http://www.gmx.com/">http://www.gmx.com/</a>) </li>
|
||||
<li>Godaddy IMAP (since Godaddy runs Courier) (<a href="https://www.godaddy.com/">https://www.godaddy.com/</a>) </li>
|
||||
<li>Groupwise IMAP (Novell) 6.x and 7.0. Buggy so see the FAQ.
|
||||
<li>Groupwise IMAP (Novell) 6.x and 7.0. Buggy so see the <a href="../FAQ.d/FAQ.Various_Software_Servers.txt">FAQ item about Groupwise</a>
|
||||
(<a href="http://www.novell.com/products/groupwise/">http://www.novell.com/products/groupwise/</a>) </li>
|
||||
<li>hMailServer 5.40-B1950 [host12], 5.3.3 [host2], 4.4.1 [host1], 5.3.2-B1769 [host2], 5.6 [host2]
|
||||
(<a href="https://www.hmailserver.com/">https://www.hmailserver.com/</a>) </li>
|
||||
|
@ -152,7 +160,7 @@ imapsync --host1 test1.lamiral.info --host2 test2.lamiral.info --justconnect
|
|||
<li>Pegasus Mail (by David Harris) [host1] (<a href="http://www.pmail.com/">http://www.pmail.com/</a></li>
|
||||
|
||||
|
||||
<li>Perdition (<a href="http://horms.net/projects/perdition/">http://horms.net/projects/perdition/</a></li>
|
||||
<li>Perdition (<a href="https://projects.horms.net/projects/perdition/">https://projects.horms.net/projects/perdition/</a></li>
|
||||
|
||||
<li>ProtoMail [host1] (<a href="https://protonmail.com/">https://protonmail.com/</a></li>
|
||||
|
||||
|
@ -192,7 +200,7 @@ I will help you and make efforts to switch them to the success list,
|
|||
that's my job.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<ol>
|
||||
<li>DBMail 0.9, 2.0.7 (GPL). But most other DBMail releases are supported (see below).</li>
|
||||
<li>Imail 7.04 (maybe).</li>
|
||||
<li>MailEnable 1.54 (Proprietary) but MailEnable 4.23 is supported. </li>
|
||||
|
@ -200,7 +208,7 @@ that's my job.
|
|||
but MDaemon is <b>supported as host1</b>.
|
||||
MDaemon is simply buggy with the APPEND IMAP command with any IMAP email client.
|
||||
</li>
|
||||
</ul>
|
||||
</ol>
|
||||
|
||||
|
||||
|
||||
|
@ -230,7 +238,7 @@ alt="Viewable With Any Browser" />
|
|||
<!--#config timefmt="%D" -->
|
||||
<!--#config timefmt="%A %B %d, %Y" -->
|
||||
<b>This document last modified on <!--#echo var="LAST_MODIFIED" --></b>
|
||||
($Id: imapservers.shtml,v 1.41 2019/05/27 18:53:01 gilles Exp gilles $)<br/>
|
||||
($Id: imapservers.shtml,v 1.44 2019/12/02 23:51:12 gilles Exp gilles $)<br/>
|
||||
<a href="#TOP">Top of the page</a>
|
||||
</p>
|
||||
|
||||
|
|
|
@ -1,45 +1,45 @@
|
|||
1 Albanie_________________ 0.01 % 100 % 0 % 98
|
||||
1 Arabie_Saoudite_________ 0.01 % 100 % 0 % 97
|
||||
1 Bahrein_________________ 0.01 % 100 % 0 % 96
|
||||
1 Bolivie_________________ 0.01 % 100 % 0 % 95
|
||||
1 Bosnie-Herzegovine______ 0.01 % 100 % 0 % 94
|
||||
1 Burkina_Faso____________ 0.01 % 100 % 0 % 93
|
||||
1 Cameroun________________ 0.01 % 100 % 0 % 92
|
||||
1 Coree_du_Sud____________ 0.01 % 100 % 0 % 91
|
||||
1 Grenade_________________ 0.01 % 100 % 0 % 90
|
||||
1 Ile_Maurice_____________ 0.01 % 100 % 0 % 89
|
||||
1 Iles_Feroe______________ 0.01 % 100 % 0 % 88
|
||||
1 Iles_Vierges_britanniques__ 0.01 % 100 % 0 % 87
|
||||
1 Jamaique________________ 0.01 % 100 % 0 % 86
|
||||
1 Jordanie________________ 0.01 % 100 % 0 % 85
|
||||
1 Koweit__________________ 0.01 % 100 % 0 % 84
|
||||
1 Maldives________________ 0.01 % 100 % 0 % 83
|
||||
1 Maroc___________________ 0.01 % 100 % 0 % 82
|
||||
1 Moldavie________________ 0.01 % 100 % 0 % 81
|
||||
1 Monaco__________________ 0.01 % 100 % 0 % 80
|
||||
1 Mongolie________________ 0.01 % 100 % 0 % 79
|
||||
1 Namibie_________________ 0.01 % 100 % 0 % 78
|
||||
1 Panama__________________ 0.01 % 100 % 0 % 77
|
||||
1 Qatar___________________ 0.01 % 100 % 0 % 76
|
||||
1 Republique_d'Azerbaidjan__ 0.01 % 100 % 0 % 75
|
||||
1 Saint_Christophe-Nevis-Anguilla__ 0.01 % 100 % 0 % 74
|
||||
1 Senegal_________________ 0.01 % 100 % 0 % 73
|
||||
1 Tanzanie________________ 0.01 % 100 % 0 % 72
|
||||
1 Trinite-et-Tobago_______ 0.01 % 100 % 0 % 71
|
||||
2 Antilles_neerlandaises__ 0.03 % 100 % 0 % 70
|
||||
2 Colombie________________ 0.03 % 100 % 0 % 69
|
||||
2 Costa_Rica______________ 0.03 % 100 % 0 % 68
|
||||
2 Isra 0.03 % 100 % 0 % 67
|
||||
1 Arabie_Saoudite_________ 0.01 % 100 % 0 % 98
|
||||
1 Bahrein_________________ 0.01 % 100 % 0 % 97
|
||||
1 Bolivie_________________ 0.01 % 100 % 0 % 96
|
||||
1 Bosnie-Herzegovine______ 0.01 % 100 % 0 % 95
|
||||
1 Burkina_Faso____________ 0.01 % 100 % 0 % 94
|
||||
1 Cameroun________________ 0.01 % 100 % 0 % 93
|
||||
1 Coree_du_Sud____________ 0.01 % 100 % 0 % 92
|
||||
1 Grenade_________________ 0.01 % 100 % 0 % 91
|
||||
1 Ile_Maurice_____________ 0.01 % 100 % 0 % 90
|
||||
1 Iles_Feroe______________ 0.01 % 100 % 0 % 89
|
||||
1 Iles_Vierges_britanniques__ 0.01 % 100 % 0 % 88
|
||||
1 Jamaique________________ 0.01 % 100 % 0 % 87
|
||||
1 Jordanie________________ 0.01 % 100 % 0 % 86
|
||||
1 Koweit__________________ 0.01 % 100 % 0 % 85
|
||||
1 Maldives________________ 0.01 % 100 % 0 % 84
|
||||
1 Moldavie________________ 0.01 % 100 % 0 % 83
|
||||
1 Monaco__________________ 0.01 % 100 % 0 % 82
|
||||
1 Mongolie________________ 0.01 % 100 % 0 % 81
|
||||
1 Namibie_________________ 0.01 % 100 % 0 % 80
|
||||
1 Panama__________________ 0.01 % 100 % 0 % 79
|
||||
1 Qatar___________________ 0.01 % 100 % 0 % 78
|
||||
1 Republique_d'Azerbaidjan__ 0.01 % 100 % 0 % 77
|
||||
1 Saint_Christophe-Nevis-Anguilla__ 0.01 % 100 % 0 % 76
|
||||
1 Senegal_________________ 0.01 % 100 % 0 % 75
|
||||
1 Tanzanie________________ 0.01 % 100 % 0 % 74
|
||||
1 Trinite-et-Tobago_______ 0.01 % 100 % 0 % 73
|
||||
2 Albanie_________________ 0.03 % 100 % 0 % 72
|
||||
2 Antilles_neerlandaises__ 0.03 % 100 % 0 % 71
|
||||
2 Colombie________________ 0.03 % 100 % 0 % 70
|
||||
2 Costa_Rica______________ 0.03 % 100 % 0 % 69
|
||||
2 Isra 0.03 % 100 % 0 % 68
|
||||
2 Maroc___________________ 0.03 % 100 % 0 % 67
|
||||
2 Nouvelle-Caledonie______ 0.03 % 99 % 1 % 66
|
||||
2 Perou___________________ 0.03 % 99 % 1 % 65
|
||||
2 Taiwan__________________ 0.03 % 99 % 1 % 64
|
||||
2 Ukraine_________________ 0.03 % 99 % 1 % 63
|
||||
3 Nigeria_________________ 0.04 % 99 % 1 % 62
|
||||
3 Russie,_Federation______ 0.04 % 99 % 1 % 61
|
||||
3 Uruguay_________________ 0.04 % 99 % 1 % 60
|
||||
3 Venezuela_______________ 0.04 % 99 % 1 % 59
|
||||
4 Indonesie_______________ 0.06 % 99 % 1 % 58
|
||||
4 Philippines_____________ 0.06 % 99 % 1 % 57
|
||||
3 Uruguay_________________ 0.04 % 99 % 1 % 61
|
||||
3 Venezuela_______________ 0.04 % 99 % 1 % 60
|
||||
4 Indonesie_______________ 0.06 % 99 % 1 % 59
|
||||
4 Philippines_____________ 0.06 % 99 % 1 % 58
|
||||
4 Russie,_Federation______ 0.06 % 99 % 1 % 57
|
||||
4 Serbie__________________ 0.06 % 99 % 1 % 56
|
||||
4 Turquie_________________ 0.06 % 99 % 1 % 55
|
||||
4 Vietnam_________________ 0.06 % 99 % 1 % 54
|
||||
|
@ -47,53 +47,53 @@
|
|||
5 Egypte__________________ 0.07 % 99 % 1 % 52
|
||||
5 Ireland_________________ 0.07 % 99 % 1 % 51
|
||||
5 Lituanie________________ 0.07 % 99 % 1 % 50
|
||||
6 Malte___________________ 0.09 % 99 % 1 % 49
|
||||
6 Malte___________________ 0.08 % 99 % 1 % 49
|
||||
7 Chypre__________________ 0.10 % 99 % 1 % 48
|
||||
7 Estonie_________________ 0.10 % 98 % 2 % 47
|
||||
7 Islande_________________ 0.10 % 98 % 2 % 46
|
||||
8 Croatie_________________ 0.11 % 98 % 2 % 45
|
||||
8 Thailande_______________ 0.11 % 98 % 2 % 44
|
||||
10 Emirats_Arabes_Unis_____ 0.14 % 98 % 2 % 43
|
||||
10 Lettonie________________ 0.14 % 98 % 2 % 42
|
||||
13 Israel__________________ 0.19 % 98 % 2 % 41
|
||||
15 Chine___________________ 0.21 % 98 % 2 % 40
|
||||
15 Luxembourg______________ 0.21 % 97 % 3 % 39
|
||||
16 Malaisie________________ 0.23 % 97 % 3 % 38
|
||||
16 Singapour_______________ 0.23 % 97 % 3 % 37
|
||||
17 Argentine_______________ 0.24 % 97 % 3 % 36
|
||||
17 Chili___________________ 0.24 % 96 % 4 % 35
|
||||
18 Slovenie________________ 0.26 % 96 % 4 % 34
|
||||
19 Mexique_________________ 0.27 % 96 % 4 % 33
|
||||
19 Slovaquie_______________ 0.27 % 96 % 4 % 32
|
||||
21 Inde____________________ 0.30 % 95 % 5 % 31
|
||||
23 Roumanie________________ 0.33 % 95 % 5 % 30
|
||||
24 Hong-Kong_______________ 0.34 % 95 % 5 % 29
|
||||
24 Irlande_________________ 0.34 % 94 % 6 % 28
|
||||
25 Afrique_du_Sud__________ 0.36 % 94 % 6 % 27
|
||||
25 Grece___________________ 0.36 % 94 % 6 % 26
|
||||
31 Japon___________________ 0.44 % 93 % 7 % 25
|
||||
31 Portugal________________ 0.44 % 93 % 7 % 24
|
||||
31 Russie__________________ 0.44 % 92 % 8 % 23
|
||||
32 Nouvelle-Zelande________ 0.46 % 92 % 8 % 22
|
||||
35 Hongrie_________________ 0.50 % 92 % 8 % 21
|
||||
37 ________________________ 0.53 % 91 % 9 % 20
|
||||
48 Finlande________________ 0.69 % 91 % 9 % 19
|
||||
50 Norvege_________________ 0.71 % 90 % 10 % 18
|
||||
53 Republique_tcheque______ 0.76 % 89 % 11 % 17
|
||||
66 Bresil__________________ 0.94 % 88 % 12 % 16
|
||||
78 Pologne_________________ 1.11 % 87 % 13 % 15
|
||||
96 Danemark________________ 1.37 % 86 % 14 % 14
|
||||
108 Suede___________________ 1.54 % 85 % 15 % 13
|
||||
115 Belgique________________ 1.64 % 83 % 17 % 12
|
||||
149 Espagne_________________ 2.13 % 82 % 18 % 11
|
||||
171 Autriche________________ 2.44 % 80 % 20 % 10
|
||||
227 Australie_______________ 3.24 % 77 % 23 % 9
|
||||
272 Suisse__________________ 3.89 % 74 % 26 % 8
|
||||
287 Canada__________________ 4.10 % 70 % 30 % 7
|
||||
299 Pays-Bas________________ 4.27 % 66 % 34 % 6
|
||||
345 France__________________ 4.93 % 62 % 38 % 5
|
||||
420 Italie__________________ 6.00 % 57 % 43 % 4
|
||||
631 Royaume-Uni_____________ 9.02 % 51 % 49 % 3
|
||||
1366 Allemagne_______________ 19.52 % 42 % 58 % 2
|
||||
1553 Etats-Unis______________ 22.20 % 22 % 78 % 1
|
||||
TOTAL = 6997 sales 342245 EUR over 98 countries on Thu Jun 27 01:16:49 CEST 2019
|
||||
10 Croatie_________________ 0.14 % 98 % 2 % 45
|
||||
10 Emirats_Arabes_Unis_____ 0.14 % 98 % 2 % 44
|
||||
10 Lettonie________________ 0.14 % 98 % 2 % 43
|
||||
10 Thailande_______________ 0.14 % 98 % 2 % 42
|
||||
13 Israel__________________ 0.18 % 98 % 2 % 41
|
||||
16 Chine___________________ 0.22 % 98 % 2 % 40
|
||||
16 Luxembourg______________ 0.22 % 97 % 3 % 39
|
||||
17 Argentine_______________ 0.23 % 97 % 3 % 38
|
||||
17 Malaisie________________ 0.23 % 97 % 3 % 37
|
||||
17 Singapour_______________ 0.23 % 97 % 3 % 36
|
||||
18 Chili___________________ 0.25 % 96 % 4 % 35
|
||||
19 Mexique_________________ 0.26 % 96 % 4 % 34
|
||||
19 Slovenie________________ 0.26 % 96 % 4 % 33
|
||||
21 Slovaquie_______________ 0.29 % 96 % 4 % 32
|
||||
23 Inde____________________ 0.32 % 95 % 5 % 31
|
||||
24 Irlande_________________ 0.33 % 95 % 5 % 30
|
||||
24 Roumanie________________ 0.33 % 95 % 5 % 29
|
||||
25 Grece___________________ 0.34 % 94 % 6 % 28
|
||||
25 Hong-Kong_______________ 0.34 % 94 % 6 % 27
|
||||
27 Afrique_du_Sud__________ 0.37 % 94 % 6 % 26
|
||||
31 Russie__________________ 0.43 % 93 % 7 % 25
|
||||
32 Japon___________________ 0.44 % 93 % 7 % 24
|
||||
33 Nouvelle-Zelande________ 0.45 % 92 % 8 % 23
|
||||
34 Portugal________________ 0.47 % 92 % 8 % 22
|
||||
37 Hongrie_________________ 0.51 % 92 % 8 % 21
|
||||
40 ________________________ 0.55 % 91 % 9 % 20
|
||||
51 Finlande________________ 0.70 % 90 % 10 % 19
|
||||
52 Norvege_________________ 0.72 % 90 % 10 % 18
|
||||
54 Republique_tcheque______ 0.74 % 89 % 11 % 17
|
||||
67 Bresil__________________ 0.92 % 88 % 12 % 16
|
||||
86 Pologne_________________ 1.18 % 87 % 13 % 15
|
||||
96 Danemark________________ 1.32 % 86 % 14 % 14
|
||||
115 Suede___________________ 1.58 % 85 % 15 % 13
|
||||
117 Belgique________________ 1.61 % 83 % 17 % 12
|
||||
155 Espagne_________________ 2.13 % 82 % 18 % 11
|
||||
175 Autriche________________ 2.41 % 80 % 20 % 10
|
||||
233 Australie_______________ 3.21 % 77 % 23 % 9
|
||||
280 Suisse__________________ 3.85 % 74 % 26 % 8
|
||||
296 Canada__________________ 4.07 % 70 % 30 % 7
|
||||
316 Pays-Bas________________ 4.35 % 66 % 34 % 6
|
||||
362 France__________________ 4.98 % 62 % 38 % 5
|
||||
445 Italie__________________ 6.12 % 57 % 43 % 4
|
||||
654 Royaume-Uni_____________ 9.00 % 51 % 49 % 3
|
||||
1427 Allemagne_______________ 19.63 % 42 % 58 % 2
|
||||
1594 Etats-Unis______________ 21.93 % 22 % 78 % 1
|
||||
TOTAL = 7269 sales 360271 EUR over 98 countries on Fri Jan 3 23:44:21 CET 2020
|
||||
|
|
144
S/news.shtml
144
S/news.shtml
|
@ -39,44 +39,47 @@ next and previous releases <a href="../#TOP" id="latest"><small>(back to menu)
|
|||
|
||||
<!--
|
||||
<ul>
|
||||
<li><b>1.930</b></li>
|
||||
<li><b>Enhancement</b>: </li>
|
||||
<li><b>Enhancement</b>: </li>
|
||||
<li><b>Enhancement</b>: </li>
|
||||
<li><b>Enhancement</b>: </li>
|
||||
<li><b>Enhancement</b>: </li>
|
||||
|
||||
|
||||
<li><b>Usability</b>: </li>
|
||||
<li><b>Usability</b>: </li>
|
||||
<li><b>Usability</b>: </li>
|
||||
<li><b>Usability</b>: </li>
|
||||
<li><b>Usability</b>: </li>
|
||||
<li><b>Usability</b>: </li>
|
||||
<li><b>Usability</b>: </li>
|
||||
|
||||
<li><b>Bug fix</b>: </li>
|
||||
<li><b>Bug fix</b>: </li>
|
||||
<li><b>Bug fix</b>: </li>
|
||||
<li><b>Bug fix</b>: </li>
|
||||
<li><b>Bug fix</b>: </li>
|
||||
<li><b>Bug fix</b>: </li>
|
||||
|
||||
<li><b>Refactoring</b>: </li>
|
||||
<li><b>Refactoring</b>: </li>
|
||||
<li><b>Refactoring</b>: </li>
|
||||
<li><b>Refactoring</b>: </li>
|
||||
|
||||
<li><b>Security</b>: </li>
|
||||
<li><b>Security</b>: </li>
|
||||
|
||||
<li><b>Portability</b>: </li>
|
||||
<li><b>Portability</b>: </li>
|
||||
|
||||
<li><b>Dependency removed</b>: </li>
|
||||
<li><b>Dependency added</b>: Perl module Text::ParseWords;</li>
|
||||
|
||||
<li><b>Roadmap</b>: </li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li><b>1.964</b></li>
|
||||
<li><b>Dependencies removed</b>: </li>
|
||||
<li><b>Dependencies added</b>: Perl modules </li>
|
||||
|
||||
<li><b>Enhancement</b>: </li>
|
||||
<li><b>Enhancement</b>: </li>
|
||||
<li><b>Enhancement</b>: </li>
|
||||
<li><b>Enhancement</b>: </li>
|
||||
<li><b>Enhancement</b>: </li>
|
||||
|
||||
|
||||
<li><b>Usability</b>: </li>
|
||||
<li><b>Usability</b>: </li>
|
||||
<li><b>Usability</b>: </li>
|
||||
<li><b>Usability</b>: </li>
|
||||
<li><b>Usability</b>: </li>
|
||||
<li><b>Usability</b>: </li>
|
||||
<li><b>Usability</b>: </li>
|
||||
|
||||
<li><b>Bug fix</b>: </li>
|
||||
<li><b>Bug fix</b>: </li>
|
||||
<li><b>Bug fix</b>: </li>
|
||||
<li><b>Bug fix</b>: </li>
|
||||
<li><b>Bug fix</b>: </li>
|
||||
<li><b>Bug fix</b>: </li>
|
||||
|
||||
<li><b>Refactoring</b>: </li>
|
||||
<li><b>Refactoring</b>: </li>
|
||||
<li><b>Refactoring</b>: </li>
|
||||
<li><b>Refactoring</b>: </li>
|
||||
|
||||
<li><b>Security</b>: </li>
|
||||
<li><b>Security</b>: </li>
|
||||
|
||||
<li><b>Portability</b>: </li>
|
||||
<li><b>Portability</b>: </li>
|
||||
|
||||
|
||||
</ul>
|
||||
-->
|
||||
|
@ -84,11 +87,65 @@ next and previous releases <a href="../#TOP" id="latest"><small>(back to menu)
|
|||
|
||||
<ul>
|
||||
<li><b>Roadmap</b>: Build a docker image including everything, to have a complete online /X in a single command.</li>
|
||||
<li><b>Roadmap</b>: Or better: Include a webserver in imapsync to have an online /X integrated.</li>
|
||||
<li><b>Roadmap</b>: Add the sync of multiple accounts inside imapsync itself instead of via an external shell script doing the loop from a csv file.</li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li><b>1.977</b></li>
|
||||
<li><b>Dependencies removed</b>: None.</li>
|
||||
<li><b>Dependencies added</b>: Perl modules Encode::IMAPUTF7</li>
|
||||
|
||||
<li><b>Enhancement</b>: Folders sizes are now presented per folder for host1 and host2,
|
||||
as well as the differrences between them.
|
||||
Comparing folders is now easier</li>
|
||||
|
||||
<li><b>Enhancement</b>: cgidir is . when used by Net::Server::HTTP</li>
|
||||
<li><b>Enhancement</b>: Added context in --releasecheck user_agent. CGI or Docker or Standard.</li>
|
||||
|
||||
|
||||
<li><b>Usability</b>: Added ETA at the beginning of a folder process (it is also to improve the /X progress bar accuracy).</li>
|
||||
|
||||
<li><b>Usability</b>: Added the number of errors and the max number of errors allowed at the final line.
|
||||
Example: "Exiting with return value 0 (EX_OK: successful termination) 0/50 nb_errors/max_errors"</li>
|
||||
|
||||
|
||||
<li><b>Bug fix</b>: Folders names with + characters must keep their + as they are when prensenting them in uft8 (in folders listings [] = [], right part)</li>
|
||||
<li><b>Bug fix</b>: PIDs can be negative under Windows.</li>
|
||||
<li><b>Bug fix</b>: --resynclabels was not on with --gmail1 --gmail2</li>
|
||||
<li><b>Bug fix</b>: Count a fatal error as a error before presenting the count errors when exiting.</li>
|
||||
|
||||
<li><b>Bug fix</b>: Docker context. Killing myself in docker context doesn't seem to work well,
|
||||
as well as sending signals several times.
|
||||
So just install catch_exit with INT (ctr-c on terminals)
|
||||
and exits if still alive after killing myself.</li>
|
||||
|
||||
<li><b>Bug fix</b>: Option --justconnect did not show the line "IP address:"</li>
|
||||
<li><b>Bug fix</b>: Reviewed all exit_clean to include a final CR on the error message.</li>
|
||||
<li><b>Bug fix</b>: Added SSL_cipher_list => 'DEFAULT:!DH' to tests with ssl.</li>
|
||||
<li><b>Bug fix</b>: When using --subfolder2 SUB and --delete2folders, do not delete the folder SUB (even it is not on host1).</li>
|
||||
|
||||
<li><b>Bug fix</b>: CGI context. charset was charset=ISO-8859-1 in header (CGI.pm default). Now "text/plain; charset=UTF-8"</li>
|
||||
<li><b>Bug fix</b>: </li>
|
||||
|
||||
|
||||
|
||||
<li><b>Refactoring</b>: Moved main instructions into sub single_sync(). The goal is to prepare multiple different syncs in imapsync.</li>
|
||||
<li><b>Refactoring</b>: Cgi context is now set on with env variables SERVER_SOFTWARE and SERVER_PORT (was only SERVER_SOFTWARE).
|
||||
It is because Net::Server::HTTP does not set SERVER_SOFTWARE but SERVER_PORT.
|
||||
It is a preparation to a homemade web server to serve on imapsync as a cgi and
|
||||
get free from Apache or a complicated web server stuff configuration.
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li><b>1.944</b> (2019/06/25) </li>
|
||||
<li><b>1.945</b> (2019/06/25) </li>
|
||||
|
||||
<li><b>Dependency added</b>: Perl modules Text::ParseWords and File::Tail </li>
|
||||
|
||||
<li><b>Enhancement</b>: A new /X including:
|
||||
<ul>
|
||||
<li>Options like <tt>--dry --justlogin --justfolders --justfoldersizes</tt>,</li>
|
||||
|
@ -97,9 +154,11 @@ next and previous releases <a href="../#TOP" id="latest"><small>(back to menu)
|
|||
</ul>
|
||||
</li>
|
||||
|
||||
<li><b>Usability</b>: Added the error message text after "Exiting with return value xx".
|
||||
Example: Exiting with return value 16 (EXIT_AUTHENTICATION_FAILURE)</li>
|
||||
|
||||
<li><b>Usability</b>: Now "imapsync --host1 imap.lamiral.info" or "imapsync --host2 127.0.0.1" is ok and do like a --justconnect on servers.
|
||||
Useful to check rapidely an imap server.
|
||||
<li><b>Usability</b>: Now "imapsync --host1 imap.lamiral.info" or "imapsync --host2 127.0.0.1" or both do like a --justconnect on servers.
|
||||
Useful to check rapidely an imap server. Caveat: no longer a command line error.
|
||||
</li>
|
||||
|
||||
<li><b>Usability</b>: Added some error message texts explaining the exit numbers. Example: "Exiting with return value 16 (EXIT_AUTHENTICATION_FAILURE)"</li>
|
||||
|
@ -192,9 +251,6 @@ next and previous releases <a href="../#TOP" id="latest"><small>(back to menu)
|
|||
|
||||
<li><b>Portability</b>: Upgraded Mac binary to handle TLSv1.2</li>
|
||||
|
||||
<li><b>Dependency added</b>: Perl modules Text::ParseWords and File::Tail
|
||||
|
||||
</li>
|
||||
|
||||
<li><b>Roadmap</b>: Will add <tt>--subfolder1</tt> and <tt>--subfolder2</tt> parameters to /X in order to make backup/restore syncs.</li>
|
||||
|
||||
|
@ -821,7 +877,7 @@ by ignoring PERMANENTFLAGS (Exchange tests)</li>
|
|||
<!--#config timefmt="%D" -->
|
||||
<!--#config timefmt="%A %B %d, %Y" -->
|
||||
<b>This document last modified on <!--#echo var="LAST_MODIFIED" --></b>
|
||||
($Id: news.shtml,v 1.67 2019/06/25 21:33:09 gilles Exp gilles $)<br />
|
||||
($Id: news.shtml,v 1.74 2020/01/01 21:07:13 gilles Exp gilles $)<br />
|
||||
<a href="#TOP">Top of the page</a>
|
||||
</p>
|
||||
</body></html>
|
||||
|
|
1
S/paypal.shtml_
Symbolic link
1
S/paypal.shtml_
Symbolic link
|
@ -0,0 +1 @@
|
|||
donate.shtml
|
341
S/privacy_policy.shtml
Normal file
341
S/privacy_policy.shtml
Normal file
|
@ -0,0 +1,341 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en" id="TOP">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" >
|
||||
<title>Imapsync Privacy Policy</title>
|
||||
<meta name="author" content="Gilles LAMIRAL" >
|
||||
<meta name="copyright" content="None">
|
||||
|
||||
<link rel="icon" type="image/png" href="../S/images/logo_imapsync_s.png" >
|
||||
<link href="../S/style.css" rel="stylesheet" type="text/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" />
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
The link to the HTML5Shiv must be placed in the <head> element, after any stylesheets
|
||||
http://www.w3schools.com/html/html5_browsers.asp
|
||||
-->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
<h1>
|
||||
Privacy Policy
|
||||
<a id="Privacy_Policy" href="../#TOP"><small>(back to menu)</small></a>
|
||||
</h1>
|
||||
|
||||
|
||||
<p>Effective date: November 1, 2010</p>
|
||||
|
||||
|
||||
<p>
|
||||
Gilles LAMIRAL (I) operates the
|
||||
<a href="https://imapsync.lamiral.info/X">
|
||||
Imapsync Online Service</a> (the "Service").
|
||||
</p>
|
||||
|
||||
<p>
|
||||
This page informs you of our policies regarding the collection, use,
|
||||
and disclosure of personal data when you use our Service
|
||||
and the choices you have associated with that data.
|
||||
|
||||
</p>
|
||||
|
||||
<p>
|
||||
We use your data to provide and improve the Service.
|
||||
By using the Service, you agree to the collection
|
||||
and use of information in accordance with this policy.
|
||||
|
||||
Unless otherwise defined in this Privacy Policy,
|
||||
terms used in this Privacy Policy have the same meanings
|
||||
as in our Terms and Conditions,
|
||||
accessible from https://imapsync.lamiral.info</p>
|
||||
|
||||
|
||||
<h2>Information Collection And Use</h2>
|
||||
|
||||
<p>We collect several different types of information
|
||||
for various purposes to provide and improve our Service to you.</p>
|
||||
|
||||
<h3>Types of Data Collected</h3>
|
||||
|
||||
<h4>Personal Data</h4>
|
||||
|
||||
<p>While using our Service, we may ask you to provide us with
|
||||
certain personally identifiable information that can be used to
|
||||
contact or identify you ("Personal Data").
|
||||
Personally identifiable information may include, but is not limited to:</p>
|
||||
|
||||
<ul>
|
||||
<li>Email address</li>
|
||||
<li>Cookies and Usage Data</li>
|
||||
</ul>
|
||||
|
||||
<h4>Usage Data</h4>
|
||||
|
||||
<p>
|
||||
We may also collect information how the Service is
|
||||
accessed and used ("Usage Data").
|
||||
This Usage Data may include information such as your
|
||||
computer's Internet Protocol address (e.g. IP address),
|
||||
browser type, browser version,
|
||||
the pages of our Service that you visit, the time and date of your visit,
|
||||
the time spent on those pages, unique device identifiers
|
||||
and other diagnostic data.</p>
|
||||
|
||||
<h4>Tracking & Cookies Data</h4>
|
||||
|
||||
<p>
|
||||
We use cookies and similar tracking technologies to track the activity
|
||||
on our Service and hold certain information.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Cookies are files with small amount of data which may include an
|
||||
anonymous unique identifier.
|
||||
Cookies are sent to your browser from a website and stored on your device.
|
||||
Tracking technologies also used are beacons, tags, and scripts to collect
|
||||
and track information and to improve and analyze our Service.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You can instruct your browser to refuse all cookies or to indicate
|
||||
when a cookie is being sent.
|
||||
If you do not accept cookies, it should be ok to use our Service.
|
||||
</p>
|
||||
|
||||
<p>Examples of Cookies we use:</p>
|
||||
<ul>
|
||||
<li><strong>Session Cookies.</strong> We use Session Cookies to operate our Service.</li>
|
||||
<li><strong>Preference Cookies.</strong> We use Preference Cookies to remember your preferences and various settings.</li>
|
||||
<li><strong>Security Cookies.</strong> We use Security Cookies for security purposes.</li>
|
||||
</ul>
|
||||
|
||||
<h2>Use of Data</h2>
|
||||
|
||||
<p>imapsync uses the collected data for various purposes:
|
||||
</p>
|
||||
<ul>
|
||||
<li>To provide and maintain the Service</li>
|
||||
<li>To notify you about changes to our Service</li>
|
||||
<li>To allow you to participate in interactive features of our Service when you choose to do so</li>
|
||||
<li>To provide customer care and support</li>
|
||||
<li>To provide analysis or valuable information so that we can improve the Service</li>
|
||||
<li>To monitor the usage of the Service</li>
|
||||
<li>To detect, prevent and address technical issues</li>
|
||||
</ul>
|
||||
|
||||
<h2>Transfer Of Data</h2>
|
||||
|
||||
<p>
|
||||
Your information, including Personal Data, may be transferred to
|
||||
— and maintained on — computers located outside of your state,
|
||||
province, country or other governmental jurisdiction where the
|
||||
data protection laws may differ than those from your jurisdiction.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you are located outside France and choose to provide information to us,
|
||||
please note that we transfer the data, including Personal Data,
|
||||
to France and process it there.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Your consent to this Privacy Policy followed by your submission of
|
||||
such information represents your agreement to that transfer.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
imapsync will take all steps reasonably necessary to ensure that your
|
||||
data is treated securely and in accordance with this Privacy Policy and
|
||||
no transfer of your Personal Data will take place to an organization or
|
||||
a country unless there are adequate controls in place including the
|
||||
security of your data and other personal information.
|
||||
</p>
|
||||
|
||||
<h2>Disclosure Of Data</h2>
|
||||
|
||||
<h3>Legal Requirements</h3>
|
||||
|
||||
<p>imapsync may disclose your Personal Data in the
|
||||
good faith belief that such action is necessary to:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>To comply with a legal obligation</li>
|
||||
|
||||
<li>To protect and defend the rights or property of imapsync</li>
|
||||
|
||||
<li>
|
||||
To prevent or investigate possible wrongdoing in
|
||||
connection with the Service
|
||||
</li>
|
||||
|
||||
<li>
|
||||
To protect the personal safety of users of
|
||||
the Service or the public
|
||||
</li>
|
||||
|
||||
<li>To protect against legal liability</li>
|
||||
</ul>
|
||||
|
||||
<h2>Security Of Data</h2>
|
||||
|
||||
<p>The security of your data is important to us, but remember that
|
||||
no method of transmission over the Internet,
|
||||
or method of electronic storage is 100% secure.
|
||||
|
||||
While we strive to use commercially acceptable means
|
||||
to protect your Personal Data, we cannot guarantee
|
||||
its absolute security.
|
||||
</p>
|
||||
|
||||
<h2>Service Providers</h2>
|
||||
|
||||
<p>We may employ third party companies and individuals
|
||||
to facilitate our Service ("Service Providers"),
|
||||
to provide the Service on our behalf,
|
||||
to perform Service-related services
|
||||
or to assist us in analyzing how our Service is used.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
These third parties have access to your Personal Data only
|
||||
to perform these tasks on our behalf and are obligated
|
||||
not to disclose or use it for any other purpose.
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
<h2>Links To Other Sites</h2>
|
||||
|
||||
<p>
|
||||
Our Service may contain links to other sites that are not operated by us.
|
||||
If you click on a third party link, you will be directed to
|
||||
that third party's site.
|
||||
We strongly advise you to review the Privacy Policy of every site you visit.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
We have no control over and assume no responsibility for the content,
|
||||
privacy policies or practices of any third party sites or services.
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Children's Privacy</h2>
|
||||
|
||||
<p>Our Service does not address anyone under the age of 18 ("Children").
|
||||
</p>
|
||||
|
||||
<p>
|
||||
We do not knowingly collect personally identifiable information
|
||||
from anyone under the age of 18.
|
||||
If you are a parent or guardian and you are aware
|
||||
that your Children has provided us with Personal Data,
|
||||
please contact us.
|
||||
|
||||
If we become aware that we have collected Personal Data
|
||||
from children without verification of parental consent,
|
||||
we take steps to remove that information from our servers.
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Changes To This Privacy Policy</h2>
|
||||
|
||||
<p>
|
||||
We may update our Privacy Policy from time to time.
|
||||
We will notify you of any changes by posting the
|
||||
new Privacy Policy on this page.
|
||||
</p>
|
||||
|
||||
|
||||
<p>
|
||||
We will let you know via email and/or a prominent notice
|
||||
on our Service, prior to the change becoming effective and
|
||||
update the "effective date" at the top of this Privacy Policy.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You are advised to review this Privacy Policy periodically
|
||||
for any changes.
|
||||
Changes to this Privacy Policy are effective when
|
||||
they are posted on this page.
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Contact Us</h2>
|
||||
|
||||
<p>If you have any questions about this Privacy Policy, please contact us:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>By email: gilles@lamiral.info</li>
|
||||
|
||||
<li>By visiting this page on our website:
|
||||
<a href="https://imapsync.lamiral.info">https://imapsync.lamiral.info
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>By phone number: +33619220354</li>
|
||||
|
||||
<li>By mail: Gilles LAMIRAL, 22 La Billais, 35580 Baulon, France</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<p>
|
||||
Our Privacy Policy for imapsync was created with the help of the
|
||||
<a href="https://www.freeprivacypolicy.com/free-privacy-policy-generator.php">
|
||||
Free Privacy Policy Generator</a>.
|
||||
</p>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<hr>
|
||||
|
||||
<a href="http://validator.w3.org/check?uri=referer">
|
||||
<img
|
||||
src="../S/images/valid-W3C-html5.png"
|
||||
alt="Valid HTML5" height="31" width="88" >
|
||||
</a>
|
||||
|
||||
<a href="http://jigsaw.w3.org/css-validator/check/referer">
|
||||
<img style="border:0;width:88px;height:31px"
|
||||
src="../S/images/vcss-blue"
|
||||
alt="CSS Valide !" >
|
||||
</a>
|
||||
|
||||
<a href="http://www.anybrowser.org/campaign/">
|
||||
<img style="border:0;width:88px;height:31px"
|
||||
src="../S/images/ab_jlh.png"
|
||||
alt="Viewable With Any Browser" >
|
||||
</a>
|
||||
|
||||
<hr>
|
||||
<p>
|
||||
<!--#config timefmt="%D" -->
|
||||
<!--#config timefmt="%A %B %d, %Y" -->
|
||||
<b>This document was last modified on <!--#echo var="LAST_MODIFIED" --></b>
|
||||
($Id: privacy_policy.shtml,v 1.3 2019/12/23 15:57:00 gilles Exp gilles $)<br>
|
||||
<a href="#TOP">Top of the page</a>
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
409
S/terms_and_conditions.shtml
Normal file
409
S/terms_and_conditions.shtml
Normal file
|
@ -0,0 +1,409 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en" id="TOP">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" >
|
||||
<title>Imapsync Terms and Conditions</title>
|
||||
<meta name="author" content="Gilles LAMIRAL" >
|
||||
<meta name="copyright" content="None">
|
||||
|
||||
<link rel="icon" type="image/png" href="../S/images/logo_imapsync_s.png" >
|
||||
<link href="../S/style.css" rel="stylesheet" type="text/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" />
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
The link to the HTML5Shiv must be placed in the <head> element, after any stylesheets
|
||||
http://www.w3schools.com/html/html5_browsers.asp
|
||||
-->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
<h1>Imapsync Terms and Conditions
|
||||
<a id="Terms_and_Conditions" href="../#TOP"><small>(back to menu)</small></a>
|
||||
</h1>
|
||||
|
||||
|
||||
<p>Please read these terms and conditions carefully before using Our Service.
|
||||
</p>
|
||||
|
||||
<h1>Interpretation and Definitions</h1>
|
||||
|
||||
<h2>Interpretation</h2>
|
||||
|
||||
<p>
|
||||
The words of which the initial letter is capitalized
|
||||
have meanings defined under the following conditions.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The following definitions shall have the same meaning
|
||||
regardless of whether they appear in singular or in plural.
|
||||
</p>
|
||||
|
||||
<h2>Definitions</h2>
|
||||
|
||||
<p>For the purposes of these Terms and Conditions:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>Affiliate</strong> means an entity that controls,
|
||||
is controlled by or is under common control with a party,
|
||||
where "control" means ownership of 50% or more of the shares,
|
||||
equity interest or other securities entitled to vote for election
|
||||
of directors or other managing authority.
|
||||
</li>
|
||||
|
||||
<li><strong>Company</strong> (referred to as either "the Company",
|
||||
"We", "Us" or "Our" in this Agreement) refers to Gilles LAMIRAL.
|
||||
</li>
|
||||
|
||||
<li><strong>Country</strong> refers to: France</li>
|
||||
|
||||
<li><strong>Service</strong> refers to the Website.</li>
|
||||
|
||||
<li><strong>Terms and Conditions</strong> (also referred as "Terms")
|
||||
mean these Terms and Conditions that form the entire agreement
|
||||
between You and the Company regarding the use of the Service.
|
||||
</li>
|
||||
|
||||
<li><strong>Third-party Social Media Service</strong> means
|
||||
any services or content
|
||||
(including data, information, products or services)
|
||||
provided by a third-party that may be displayed,
|
||||
included or made available by the Service.
|
||||
</li>
|
||||
|
||||
<li><strong>Website</strong> refers to Imapsync,
|
||||
accessible from https://imapsync.lamiral.info
|
||||
</li>
|
||||
|
||||
<li><strong>You</strong> means the individual
|
||||
accessing or using the Service, or the company,
|
||||
or other legal entity on behalf of which
|
||||
such individual is accessing or using the Service,
|
||||
as applicable.</li>
|
||||
</ul>
|
||||
|
||||
<h1>Acknowledgement</h1>
|
||||
|
||||
<p>
|
||||
These are the Terms and Conditions governing the use of this Service
|
||||
and the agreement that operates between You and the Company.
|
||||
These Terms and Conditions set out the rights and obligations
|
||||
of all users regarding the use of the Service.
|
||||
</p>
|
||||
|
||||
<p>Your access to and use of the Service is conditioned on
|
||||
Your acceptance of and compliance with these Terms and Conditions.
|
||||
These Terms and Conditions apply to all visitors,
|
||||
users and others who access or use the Service.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
By accessing or using the Service
|
||||
You agree to be bound by these Terms and Conditions.
|
||||
If You disagree with any part of these Terms and Conditions then
|
||||
You may not access the Service.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Your access to and use of the Service is also conditioned on Your
|
||||
acceptance of and compliance with the Privacy Policy of the Company.
|
||||
Our Privacy Policy describes Our policies and procedures on the collection,
|
||||
use and disclosure of Your personal information when You
|
||||
use the Application or the Website and tells You
|
||||
about Your privacy rights and how the law protects You.
|
||||
Please read Our <a href="privacy_policy.shtml">Privacy Policy</a>
|
||||
carefully before using Our Service.
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
<h1>Links to Other Websites</h1>
|
||||
|
||||
<p>
|
||||
Our Service may contain links to third-party web sites or services
|
||||
that are not owned or controlled by the Company.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The Company has no control over, and assumes no responsibility for,
|
||||
the content, privacy policies, or practices of any third
|
||||
party web sites or services.
|
||||
You further acknowledge and agree that the Company shall not
|
||||
be responsible or liable, directly or indirectly,
|
||||
for any damage or loss caused or alleged to be caused by or
|
||||
in connection with the use of or reliance on any such content,
|
||||
goods or services available on or through any such web sites or services.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
We strongly advise You to read the terms and conditions and
|
||||
privacy policies of any third-party web sites or services that You visit.
|
||||
</p>
|
||||
|
||||
<h1>Termination</h1>
|
||||
|
||||
<p>
|
||||
We may terminate or suspend Your access immediately,
|
||||
without prior notice or liability,
|
||||
for any reason whatsoever,
|
||||
including without limitation if You breach these Terms and Conditions.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Upon termination, Your right to use the Service will cease immediately.
|
||||
</p>
|
||||
|
||||
<h1>Limitation of Liability</h1>
|
||||
|
||||
<p>
|
||||
Notwithstanding any damages that You might incur,
|
||||
the entire liability of the Company and any of its suppliers under
|
||||
any provision of this Terms and Your exclusive remedy for all of
|
||||
the foregoing shall be limited to the amount actually paid by You through
|
||||
the Service or nothing if You haven't purchased anything through the Service.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
To the maximum extent permitted by applicable law,
|
||||
in no event shall the Company or its suppliers be liable for any
|
||||
special, incidental, indirect, or consequential
|
||||
damages whatsoever (including, but not limited to,
|
||||
damages for loss of profits, loss of data or other information,
|
||||
for business interruption, for personal injury,
|
||||
loss of privacy arising out of or in any way related
|
||||
to the use of or inability to use the Service,
|
||||
third-party software and/or third-party hardware used with
|
||||
the Service, or otherwise in connection with any
|
||||
provision of this Terms), even if the Company or any supplier has been
|
||||
advised of the possibility of such damages and
|
||||
even if the remedy fails of its essential purpose.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Some states do not allow the exclusion of implied warranties or
|
||||
limitation of liability for incidental or consequential damages, which
|
||||
means that some of the above limitations may not apply.
|
||||
In these states, each party's liability will be limited to
|
||||
the greatest extent permitted by law.
|
||||
</p>
|
||||
|
||||
<h1>"AS IS" and "AS AVAILABLE" Disclaimer</h1>
|
||||
|
||||
<p>The Service is provided to You "AS IS" and "AS AVAILABLE" and with
|
||||
all faults and defects without warranty of any kind.
|
||||
To the maximum extent permitted under applicable law, the Company, on its
|
||||
own behalf and on behalf of its Affiliates and its and their
|
||||
respective licensors and service providers, expressly disclaims
|
||||
all warranties, whether express, implied, statutory or otherwise,
|
||||
with respect to the Service, including all implied warranties of
|
||||
merchantability, fitness for a particular purpose, title and
|
||||
non-infringement, and warranties that may arise out of course of
|
||||
dealing, course of performance, usage or trade practice.
|
||||
|
||||
Without limitation to the foregoing, the Company provides no
|
||||
warranty or undertaking, and makes no representation of any
|
||||
kind that the Service will meet Your requirements, achieve any
|
||||
intended results, be compatible or work with any other
|
||||
software, applications, systems or services, operate without
|
||||
interruption, meet any performance or reliability standards or
|
||||
be error free or that any errors or defects can or will be corrected.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Without limiting the foregoing, neither the Company nor any of
|
||||
the company's provider makes any representation or warranty of any
|
||||
kind, express or implied:
|
||||
(i) as to the operation or availability of the Service,
|
||||
or the information, content, and materials
|
||||
or products included thereon;
|
||||
(ii) that the Service will be uninterrupted or error-free;
|
||||
(iii) as to the accuracy, reliability, or currency of any information or
|
||||
content provided through the Service; or
|
||||
(iv) that the Service, its servers, the content, or e-mails sent from or
|
||||
on behalf of the Company are free of viruses, scripts, trojan horses,
|
||||
worms, malware, timebombs or other harmful components.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Some jurisdictions do not allow the exclusion of certain types of
|
||||
warranties or limitations on applicable statutory rights of
|
||||
a consumer, so some or all of the above exclusions and
|
||||
limitations may not apply to You.
|
||||
But in such a case the exclusions and limitations set forth in
|
||||
this section shall be applied to the greatest extent enforceable
|
||||
under applicable law.
|
||||
</p>
|
||||
|
||||
<h1>Governing Law</h1>
|
||||
|
||||
<p>
|
||||
The laws of the Country, excluding its conflicts of law rules, shall
|
||||
govern this Terms and Your use of the Service.
|
||||
Your use of the Application may also be subject to other
|
||||
local, state, national, or international laws.
|
||||
</p>
|
||||
|
||||
<h1>Disputes Resolution</h1>
|
||||
|
||||
<p>
|
||||
If You have any concern or dispute about the Service, You
|
||||
agree to first try to resolve the dispute informally by
|
||||
contacting the Company.
|
||||
</p>
|
||||
|
||||
|
||||
<h1>For European Union (EU) Users</h1>
|
||||
|
||||
<p>
|
||||
If You are a European Union consumer, you will benefit from
|
||||
any mandatory provisions of the law of the country in which you
|
||||
are resident in.
|
||||
</p>
|
||||
|
||||
|
||||
<h1>United States Legal Compliance</h1>
|
||||
|
||||
<p>
|
||||
You represent and warrant that
|
||||
(i) You are not located in a country that is subject to the
|
||||
United States government embargo, or that has been designated by
|
||||
the United States government as a “terrorist supporting” country, and
|
||||
(ii) You are not listed on any United States government list of
|
||||
prohibited or restricted parties.
|
||||
</p>
|
||||
|
||||
<h1>Severability and Waiver</h1>
|
||||
|
||||
<h2>Severability</h2>
|
||||
|
||||
<p>
|
||||
If any provision of these Terms is held to be unenforceable or invalid,
|
||||
such provision will be changed and interpreted to accomplish the
|
||||
objectives of such provision to the greatest extent possible under
|
||||
applicable law and the remaining provisions will continue in full
|
||||
force and effect.
|
||||
</p>
|
||||
|
||||
<h2>Waiver</h2>
|
||||
|
||||
<p>
|
||||
Except as provided herein, the failure to exercise a right or
|
||||
to require performance of an obligation under this Terms shall not
|
||||
effect a party's ability to exercise such right or require such
|
||||
performance at any time thereafter nor shall be the waiver of
|
||||
a breach constitute a waiver of any subsequent breach.
|
||||
</p>
|
||||
|
||||
|
||||
<h1>Translation Interpretation</h1>
|
||||
|
||||
<p>
|
||||
These Terms and Conditions may have been translated
|
||||
if We have made them available to You on our Service.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You agree that the original English text shall prevail
|
||||
in the case of a dispute.
|
||||
</p>
|
||||
|
||||
<h1>Changes to These Terms and Conditions</h1>
|
||||
|
||||
<p>
|
||||
We reserve the right, at Our sole discretion,
|
||||
to modify or replace these Terms at any time.
|
||||
If a revision is material We will make reasonable efforts
|
||||
to provide at least 30 days' notice prior to any new terms taking effect.
|
||||
What constitutes a material change will be determined at Our sole discretion.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
By continuing to access or use Our Service
|
||||
after those revisions become effective,
|
||||
You agree to be bound by the revised terms.
|
||||
If You do not agree to the new terms,
|
||||
in whole or in part,
|
||||
please stop using the website and the Service.
|
||||
</p>
|
||||
|
||||
|
||||
<h1>Contact Us</h1>
|
||||
|
||||
<p>
|
||||
If you have any questions about these Terms and Conditions,
|
||||
You can contact us:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>By email: gilles@lamiral.info</li>
|
||||
|
||||
<li>By visiting this page on our website:
|
||||
<a href="https://imapsync.lamiral.info">https://imapsync.lamiral.info</a>
|
||||
</li>
|
||||
|
||||
<li>By phone number: +33619220354</li>
|
||||
|
||||
<li>By mail: Gilles LAMIRAL, 22 La Billais, 35580 Baulon, France</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Our Terms and Conditions agreement was created with the help of the
|
||||
<a href="https://www.freeprivacypolicy.com/free-terms-conditions-generator/">
|
||||
Free Terms and Conditions Generator
|
||||
</a>.
|
||||
</p>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<hr>
|
||||
|
||||
<a href="http://validator.w3.org/check?uri=referer">
|
||||
<img
|
||||
src="../S/images/valid-W3C-html5.png"
|
||||
alt="Valid HTML5" height="31" width="88" >
|
||||
</a>
|
||||
|
||||
<a href="http://jigsaw.w3.org/css-validator/check/referer">
|
||||
<img style="border:0;width:88px;height:31px"
|
||||
src="../S/images/vcss-blue"
|
||||
alt="CSS Valide !" >
|
||||
</a>
|
||||
|
||||
<a href="http://www.anybrowser.org/campaign/">
|
||||
<img style="border:0;width:88px;height:31px"
|
||||
src="../S/images/ab_jlh.png"
|
||||
alt="Viewable With Any Browser" >
|
||||
</a>
|
||||
|
||||
<hr>
|
||||
<p>
|
||||
<!--#config timefmt="%D" -->
|
||||
<!--#config timefmt="%A %B %d, %Y" -->
|
||||
<b>This document was last modified on <!--#echo var="LAST_MODIFIED" --></b>
|
||||
($Id: terms_and_conditions.shtml,v 1.2 2019/12/23 15:57:00 gilles Exp gilles $)<br>
|
||||
<a href="#TOP">Top of the page</a>
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -42,6 +42,19 @@ I'm not sure I deserve such great quotes for my work on Imapsync, anyway here th
|
|||
</p>
|
||||
<!--#include file="S/tw-mention.html" -->
|
||||
|
||||
<blockquote class="twitter-tweet">
|
||||
<p lang="en" dir="ltr">What’s your favorite IMAP migration/sync tool? I made the best experiences with
|
||||
<a href="https://twitter.com/imapsync?ref_src=twsrc%5Etfw">@imapsync</a>.
|
||||
Thanks a lot, you saved my day!</p>— petRockBlog (@petrockblog)
|
||||
<a href="https://twitter.com/petrockblog/status/1176558954291314688?ref_src=twsrc%5Etfw">September 24, 2019</a>
|
||||
</blockquote>
|
||||
<hr>
|
||||
|
||||
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">
|
||||
<a href="https://twitter.com/imapsync?ref_src=twsrc%5Etfw">@imapsync</a> is awesome !</p>— Eusener Castilho (@eusener)
|
||||
<a href="https://twitter.com/eusener/status/1172514511082938368?ref_src=twsrc%5Etfw">September 13, 2019</a>
|
||||
</blockquote>
|
||||
<hr>
|
||||
|
||||
<blockquote class="twitter-tweet" data-cards="hidden" data-lang="en">
|
||||
<p lang="en" dir="ltr">For me, this is still the most useful tool anyone has ever created</p>
|
||||
|
@ -49,6 +62,21 @@ I'm not sure I deserve such great quotes for my work on Imapsync, anyway here th
|
|||
</blockquote>
|
||||
<hr>
|
||||
|
||||
<blockquote class="twitter-tweet">
|
||||
<p lang="en" dir="ltr">You rocks! I'm using IMAPsync since the early days and it resolved soo much problems
|
||||
that some "Enterprise solutions" didn't manage :)))</p>— Manuel Serrenti (@meksone)
|
||||
<a href="https://twitter.com/meksone/status/1149295492133773312?ref_src=twsrc%5Etfw">July 11, 2019</a>
|
||||
</blockquote>
|
||||
<hr>
|
||||
|
||||
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">merci beaucoup for the fantastic
|
||||
<a href="https://twitter.com/imapsync?ref_src=twsrc%5Etfw">@imapsync</a>
|
||||
- well documented, feature filled, great bit of work, thanks loads. donated.
|
||||
</p>— George Wright (@georgie)
|
||||
<a href="https://twitter.com/georgie/status/1164249987435380736?ref_src=twsrc%5Etfw">August 21, 2019</a>
|
||||
</blockquote>
|
||||
<hr>
|
||||
|
||||
<blockquote class="twitter-tweet" data-lang="en">
|
||||
<p lang="en" dir="ltr">Right next to chocolate, imapsync is humankind’s best invention.</p>
|
||||
— Mathias Maul (@dontcallmedarth)
|
||||
|
@ -56,6 +84,15 @@ I'm not sure I deserve such great quotes for my work on Imapsync, anyway here th
|
|||
</blockquote>
|
||||
<hr>
|
||||
|
||||
<blockquote class="twitter-tweet">
|
||||
<p lang="en" dir="ltr">Finally shifting my mail archives from my scratch-built
|
||||
emails server in Singapore to my new MailCow server in Sydney...
|
||||
imapsync is crucial! And
|
||||
<a href="https://twitter.com/hashtag/PerlLives?src=hash&ref_src=twsrc%5Etfw">#PerlLives</a>!
|
||||
</p>— Dave Lane (@lightweight)
|
||||
<a href="https://twitter.com/lightweight/status/1160484070046031881?ref_src=twsrc%5Etfw">August 11, 2019</a>
|
||||
</blockquote>
|
||||
<hr>
|
||||
|
||||
<blockquote class="twitter-tweet" data-lang="en">
|
||||
<p lang="en" dir="ltr">Imapsync was the best investment I've ever done.</p> — Uwe Keim
|
||||
|
@ -63,6 +100,15 @@ I'm not sure I deserve such great quotes for my work on Imapsync, anyway here th
|
|||
</blockquote>
|
||||
<hr>
|
||||
|
||||
<blockquote class="twitter-tweet">
|
||||
<p lang="fr" dir="ltr">Bonjour, on recommande d'utiliser l'excellent
|
||||
<a href="https://twitter.com/imapsync?ref_src=twsrc%5Etfw">@imapsync</a>
|
||||
pour ça, il existe même une version en ligne :
|
||||
<a href="https://t.co/ZCNAwjRzby">https://t.co/ZCNAwjRzby</a>
|
||||
</p>— o2switch - Alexis 🐯 (@o2switch_alexis)
|
||||
<a href="https://twitter.com/o2switch_alexis/status/1154349052529664000?ref_src=twsrc%5Etfw">July 25, 2019</a>
|
||||
</blockquote>
|
||||
<hr>
|
||||
|
||||
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">My life right now. Would be 10x worse without <a href="https://twitter.com/imapsync">@imapsync</a>
|
||||
</p>— G.C. (@its_gc)
|
||||
|
@ -81,7 +127,7 @@ I'm not sure I deserve such great quotes for my work on Imapsync, anyway here th
|
|||
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">Hi Gilles! If every tool just fracking worked like this, my life would be sooo much easier. Thanks a ton for this simple to use yet extremely powerfull tool! I'm glad you made it easy to (get) support as well ;)</p>— Jeroen (@Planet_Jeroen) <a href="https://twitter.com/Planet_Jeroen/status/946080311661776896?ref_src=twsrc%5Etfw">December 27, 2017</a></blockquote>
|
||||
<hr>
|
||||
|
||||
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
<script async src="//platform.twitter.com/widgets.js"></script>
|
||||
|
||||
</section>
|
||||
|
||||
|
@ -111,7 +157,7 @@ alt="Viewable With Any Browser" >
|
|||
<!--#config timefmt="%D" -->
|
||||
<!--#config timefmt="%A %B %d, %Y" -->
|
||||
<b>This document was last modified on <!--#echo var="LAST_MODIFIED" --></b>
|
||||
($Id: testimonial.shtml,v 1.5 2018/06/10 20:03:54 gilles Exp gilles $)<br>
|
||||
($Id: testimonial.shtml,v 1.8 2019/11/15 11:35:16 gilles Exp gilles $)<br>
|
||||
<a href="#TOP">Top of the page</a>
|
||||
</p>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue