mirror of
https://github.com/imapsync/imapsync.git
synced 2025-08-06 08:44:57 +02:00
1.684
This commit is contained in:
parent
d0595b7dfd
commit
8d24f07718
110 changed files with 6018 additions and 4489 deletions
180
index.shtml
180
index.shtml
|
@ -1,25 +1,25 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" id="TOP">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html lang="en" id="TOP" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<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 name="google-site-verification" content="WNZqC05x3b-cEYdSNrpHtgKzQrDFWHlZabhoXvfKhqM" />
|
||||
<meta name="generator" content="Bluefish 2.2.2" />
|
||||
<meta name="author" content="Gilles LAMIRAL" />
|
||||
<meta name="date" content="2016-01-22T01:57:36+0100" />
|
||||
<meta name="copyright" content="None" />
|
||||
<meta name="keywords" content="imap, transfer, migration, backup" />
|
||||
<meta name="description" content="imap migration tool" />
|
||||
<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" />
|
||||
<meta content="Gilles LAMIRAL" name="author" />
|
||||
<meta content="2016-01-24T02:13:42+0100" name="date" />
|
||||
<meta content="None" name="copyright" />
|
||||
<meta content="imap, transfer, migration, backup" name="keywords" />
|
||||
<meta content="imap migration tool" name="description" />
|
||||
|
||||
|
||||
<meta http-equiv="content-style-type" content="text/css" />
|
||||
<meta http-equiv="expires" content="0" />
|
||||
<link rel="icon" type="image/png" href="W/images/logo_imapsync_s.png" />
|
||||
<link href="S/style.css" rel="stylesheet" type="text/css" />
|
||||
<meta content="text/css" http-equiv="content-style-type" />
|
||||
<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" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -50,18 +50,18 @@
|
|||
</div>
|
||||
|
||||
|
||||
<div id="centered-logo" class="center">
|
||||
<div class="center" id="centered-logo">
|
||||
<a href="http://imapsync.lamiral.info/">
|
||||
<img width="486" height="309" src="W/images/logo_imapsync.png" alt="imapsync logo" />
|
||||
<img width="486" height="309" alt="imapsync logo" src="S/images/logo_imapsync.png" />
|
||||
</a>
|
||||
|
||||
<h1>Welcome to the imapsync web site!</h1>
|
||||
|
||||
<!-- I use ssi here only to pass a strict xhtml validation that facebook can't pass -->
|
||||
<!-- I use ssi here only to pass a strict xhtml validation that facebook/twitter/coinbase can't pass -->
|
||||
<!--#include file="S/tw-mention.html" -->
|
||||
|
||||
<div id="fb-root"></div>
|
||||
<script type="text/javascript" src="S/fb-root.js"></script>
|
||||
<div id="fb-root"></div>
|
||||
<script src="S/fb-root.js" type="text/javascript"></script>
|
||||
|
||||
<!--#include file="S/fb-like.html" -->
|
||||
|
||||
|
@ -71,7 +71,7 @@ Site last updated on <b><!--#echo var="LAST_MODIFIED" --></b>
|
|||
</div>
|
||||
|
||||
|
||||
<h2>What is imapsync? <a id="WHATIS" href="#TOP"><small>(back to menu)</small></a>
|
||||
<h2>What is imapsync? <a href="#TOP" id="WHATIS"><small>(back to menu)</small></a>
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
|
@ -86,7 +86,7 @@ webmails are often tied to an IMAP server.
|
|||
was written on <!--#flastmod file="VERSION" -->
|
||||
</p>
|
||||
|
||||
<p><b>imapsync</b> software is a command line tool that allows incremental and
|
||||
<p><b>Imapsync</b> software is a command line tool that allows incremental and
|
||||
recursive <b>IMAP</b> transfers from one mailbox to another, both anywhere on the internet
|
||||
or in your local network. Imapsync runs on <b>Windows</b>, <b>Linux</b>, <b>Mac OS X</b>.
|
||||
|
||||
|
@ -100,10 +100,11 @@ from a <a href="#DOC_BASIC">batch file</a>.
|
|||
</p>
|
||||
|
||||
<p>
|
||||
<b>imapsync can't migrate Contacts and Calendars</b>.
|
||||
<b>Imapsync can't migrate Contacts and Calendars</b>.
|
||||
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>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
@ -136,21 +137,21 @@ See detailed explanation and motivation here when
|
|||
|
||||
|
||||
<div id="right-tronche">
|
||||
<img width="200" height="200" alt="Gilles LAMIRAL" src="W/images/gilles_lamiral_400x400.jpeg" />
|
||||
<img width="200" height="200" src="S/images/gilles_lamiral_400x400.jpeg" alt="Gilles LAMIRAL" />
|
||||
</div>
|
||||
|
||||
<h2>Contact the author, Gilles LAMIRAL <a id="AUTHOR" href="#TOP"><small>(back to menu)</small></a>
|
||||
<h2>Contact the author, Gilles LAMIRAL <a href="#TOP" id="AUTHOR"><small>(back to menu)</small></a>
|
||||
</h2>
|
||||
|
||||
<div id="hcard_embed">
|
||||
<div id="hcard-Gilles-LAMIRAL-Imapsync" class="vcard">
|
||||
<div class="vcard" id="hcard-Gilles-LAMIRAL-Imapsync">
|
||||
<div class="fn n">
|
||||
<span class="given-name">Gilles</span>
|
||||
<span class="family-name">LAMIRAL</span>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="email"><a class="email" href="mailto:gilles.lamiral@laposte.net">gilles.lamiral@laposte.net</a></div>
|
||||
<div class="email"><a href="mailto:gilles.lamiral@laposte.net" class="email">gilles.lamiral@laposte.net</a></div>
|
||||
|
||||
|
||||
<div class="tel">
|
||||
|
@ -172,22 +173,16 @@ See detailed explanation and motivation here when
|
|||
<div class="adr">Postal address:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="street-address">La Billais</div>
|
||||
<span class="locality">BAULON</span>
|
||||
<span class="postal-code">35580</span>
|
||||
<div class="country-name">FRANCE</div></div>
|
||||
|
||||
|
||||
<div class="soc">
|
||||
<div class="linkedin"><a class="website" href="http://fr.linkedin.com/in/gilleslamiral">Linkedin</a></div>
|
||||
<div class="twitter"><a class="website" href="https://twitter.com/imapsync">Twitter</a></div></div>
|
||||
<div class="google"><a class="website" href="https://plus.google.com/+GillesLamiral/">Google+</a></div>
|
||||
<div class="facebook"><a class="website" href="https://www.facebook.com/imapsync">Facebook</a></div>
|
||||
<div class="linkedin"><a href="http://fr.linkedin.com/in/gilleslamiral" class="website">Linkedin</a></div>
|
||||
<div class="twitter"><a href="https://twitter.com/imapsync" class="website">Twitter</a></div></div>
|
||||
<div class="google"><a href="https://plus.google.com/+GillesLamiral/" class="website">Google+</a></div>
|
||||
<div class="facebook"><a href="https://www.facebook.com/imapsync" class="website">Facebook</a></div>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -196,17 +191,17 @@ See detailed explanation and motivation here when
|
|||
<p>Good feedback is always welcome, bad feedback is often welcome.</p>
|
||||
|
||||
|
||||
<h2>Buy imapsync and support <a id="buy_all" href="#TOP"><small>(back to menu)</small></a>
|
||||
<h2>Buy imapsync and support <a href="#TOP" id="buy_all"><small>(back to menu)</small></a>
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
Buy complete and <b>latest imapsync</b> for <b>€50 EUR</b>. <br />
|
||||
Buy complete and <b>latest imapsync</b> for <b>€50 EUR</b>. <br />
|
||||
There is no trial version but I offer <b>30-day money back guarantee</b>.<br />
|
||||
After buying and downloading imapsync, go to the <a href="#install">installation</a> documentation.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
For <b>€50 EUR</b> you will get:
|
||||
For <b>€50 EUR</b> you will get:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Standalone <b>imapsync.exe</b> for win32, easy installation done by a zip extraction anywhere.
|
||||
|
@ -221,40 +216,40 @@ For <b>€50 EUR</b> you will get:
|
|||
|
||||
|
||||
<p>
|
||||
For <b>€100 EUR</b> you get imapsync <b>full professional support</b>,
|
||||
For <b>€100 EUR</b> you get imapsync <b>full professional support</b>,
|
||||
provided by the imapsync designer and developer (Gilles LAMIRAL) who has
|
||||
been supporting imap migrations with imapsync for 15 years (started in 2001).
|
||||
See <a href="#SUPPORT"><b>support description</b></a> below.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<span style="font-weight: bold;">Special offer</span>, it's also <b>€100 EUR</b> if you buy
|
||||
<span style="font-weight: bold;">Special offer</span>, it's also <b>€100 EUR</b> if you buy
|
||||
<span style="font-weight: bold;">imapsync </span>and the <span style="font-weight: bold;">support </span>at once.
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||
<form method="post" action="https://www.paypal.com/cgi-bin/webscr">
|
||||
<p>
|
||||
<input type="hidden" name="cmd" value="_s-xclick" />
|
||||
<input type="hidden" name="hosted_button_id" value="H2YTURNFT4XT4" />
|
||||
<input type="hidden" name="on0" value="imapsync choice" />imapsync choice
|
||||
<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
|
||||
<select name="os0">
|
||||
<option class="bold" value="Software only. For professional use.">Software only. For professional use. €50 EUR</option>
|
||||
<option value="Software only. For individual use.">Software only. For individual use. €50 EUR</option>
|
||||
<option class="bold" value="Software + Support. For professional use.">Software + Support. For professional use. €100 EUR</option>
|
||||
<option value="Support only. For professional use.">Support only. 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="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="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>.
|
||||
<br />
|
||||
<input type="hidden" name="on1" value="VAT if professional in Europe" />
|
||||
<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" name="os1" size="17" maxlength="17" /> it's for accounting and customs declaration.
|
||||
<input type="text" maxlength="17" size="17" name="os1" /> 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" name="currency_code" value="EUR" />
|
||||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" />
|
||||
<img width="1" height="1" alt="" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" />
|
||||
<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="" />
|
||||
</p>
|
||||
</form>
|
||||
|
||||
|
@ -270,10 +265,22 @@ In order to get an accurate invoice, please make sure the delivery postal addres
|
|||
suits your accounting department's, since revised editing is not easy and prohibited by law.<br />
|
||||
The gpg signed <b>invoice</b> will be sent within <b>a few days by email</b>,
|
||||
My company is identified by VAT number FR74429303332 or french SIRET number 42930333200051,
|
||||
french APE/NAF number 7112B (Ingénierie Études techniques).
|
||||
french APE/NAF number 7112B (Ingénierie Études techniques).
|
||||
</p>
|
||||
|
||||
<h3>IBAN <a id="IBAN" href="#TOP"><small>(back to menu)</small></a>
|
||||
<h3>Bitcoin <a href="#TOP" id="bitcoin"><small>(back to menu)</small></a>
|
||||
</h3>
|
||||
|
||||
<p>Bitcoin BTC change of €40 EUR is proposed but indeed it's <b>free price!</b>. <br />
|
||||
Your price in Bitcoins is mine!
|
||||
</p>
|
||||
<p>
|
||||
<!-- I use ssi here only to pass a strict xhtml validation that facebook/twitter/coinbase can't pass -->
|
||||
<!--#include file="S/bc-payment.html" -->
|
||||
</p>
|
||||
|
||||
|
||||
<h3>IBAN <a href="#TOP" id="IBAN"><small>(back to menu)</small></a>
|
||||
</h3>
|
||||
<p>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,
|
||||
|
@ -285,7 +292,7 @@ IBAN: <b>FR76 1360 6000 9900 0332 2748 564</b> <br />
|
|||
Code BIC/Swift: <b>AGRIFRPP836</b>
|
||||
</p>
|
||||
|
||||
<h3>Support <a id="SUPPORT" href="#TOP"><small>(back to menu)</small></a>
|
||||
<h3>Support <a href="#TOP" id="SUPPORT"><small>(back to menu)</small></a>
|
||||
</h3>
|
||||
|
||||
<p>For those of you who buy support, <b>contact me</b> (Gilles LAMIRAL) by email or phone:</p>
|
||||
|
@ -311,7 +318,7 @@ running in parallel, etc.
|
|||
</p>
|
||||
|
||||
|
||||
<h2>Facts and figures <a id="NUMBERS" href="#TOP"><small>(back to menu)</small></a>
|
||||
<h2>Facts and figures <a href="#TOP" id="NUMBERS"><small>(back to menu)</small></a>
|
||||
</h2>
|
||||
|
||||
<ul>
|
||||
|
@ -324,6 +331,7 @@ that is six whole mailboxes synced per second in average.
|
|||
<li><b>Operating systems</b> run by imapsync users (in 2015):
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
<li><b>Linux: 74%</b></li>
|
||||
<li><b>Win32: 15%</b></li>
|
||||
|
@ -356,7 +364,7 @@ Check <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-4279">C
|
|||
</p>
|
||||
|
||||
|
||||
<h2>How to transfer a single mailbox on Windows <a id="DOC_BASIC" href="#TOP"><small>(back to menu)</small></a>
|
||||
<h2>How to transfer a single mailbox on Windows <a href="#TOP" id="DOC_BASIC"><small>(back to menu)</small></a>
|
||||
</h2>
|
||||
|
||||
|
||||
|
@ -370,7 +378,7 @@ Take this batch file example <b><a href="./examples/imapsync_example.bat">imaps
|
|||
and adapt with your own parameters.
|
||||
</p>
|
||||
|
||||
<h2>How to transfer a single mailbox on Linux/Unix <a id="DOC_BASIC_UNIX" href="#TOP"><small>(back to menu)</small></a>
|
||||
<h2>How to transfer a single mailbox on Linux/Unix <a href="#TOP" id="DOC_BASIC_UNIX"><small>(back to menu)</small></a>
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
|
@ -384,7 +392,7 @@ Take this Bourne shell script example <b><a href="./examples/imapsync_example.s
|
|||
and adapt with your own parameters.
|
||||
</p>
|
||||
|
||||
<h2>How to transfer many mailboxes <a id="DOC_MASS" href="#TOP"><small>(back to menu)</small></a>
|
||||
<h2>How to transfer many mailboxes <a href="#TOP" id="DOC_MASS"><small>(back to menu)</small></a>
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
|
@ -403,7 +411,7 @@ it can be used with the two previous command scripts.<br />
|
|||
</p>
|
||||
|
||||
|
||||
<h2>Installation <a id="install" href="#TOP"><small>(back to menu)</small></a>
|
||||
<h2>Installation <a href="#TOP" id="install"><small>(back to menu)</small></a>
|
||||
</h2>
|
||||
|
||||
<p>Depending on the system where you'll run imapsync:</p>
|
||||
|
@ -424,7 +432,7 @@ it can be used with the two previous command scripts.<br />
|
|||
After the imapsync installation you should go to the <a href="#doc">documentation</a> section just below
|
||||
</p>
|
||||
|
||||
<h2>Documentation <a id="doc" href="#TOP"><small>(back to menu)</small></a></h2>
|
||||
<h2>Documentation <a href="#TOP" id="doc"><small>(back to menu)</small></a></h2>
|
||||
|
||||
<p>Windows users, the <a href="README_Windows.txt">README_Windows.txt</a> contains essential
|
||||
knowledge to do your first syncs.
|
||||
|
@ -443,7 +451,8 @@ to understand imapsync and succeed in your migration or backup.
|
|||
<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>
|
||||
|
||||
<div class="list"> Tips about imap server softwares:
|
||||
<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.Exchange.txt">Exchange 20xx and Office365</a>. </li>
|
||||
|
@ -455,19 +464,24 @@ to understand imapsync and succeed in your migration or backup.
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="list">Solving problems:
|
||||
<div class="list">Solving problems:
|
||||
|
||||
<ul>
|
||||
<li> <a href="FAQ.d/FAQ.Connection.txt">Connection issues</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.Flags.txt">Flags issues</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.Dates.txt">Dates issues</a>. </li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="list">Various tips:
|
||||
<div class="list">Various tips:
|
||||
|
||||
<ul>
|
||||
<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.Messages_selection.txt">Selecting messages</a>. </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.Security.txt">Security</a>. </li>
|
||||
<li> <a href="FAQ.d/FAQ.XOAUTH2.txt">XOAUTH2 (Gmail)</a>. </li>
|
||||
</ul>
|
||||
|
@ -490,38 +504,38 @@ lists what may be coded or done in the future.
|
|||
like repeated in the <a href="LICENSE">LICENSE</a> file (the detour is worth it).
|
||||
</p>
|
||||
|
||||
<h2>Vote for better imapsync and services <a id="poll" href="#TOP"><small>(back to menu)</small></a>
|
||||
<h2>Vote for better imapsync and services <a href="#TOP" id="poll"><small>(back to menu)</small></a>
|
||||
</h2>
|
||||
|
||||
<!-- Website -->
|
||||
<div class="poll">
|
||||
<script type="text/javascript" src="http://www.micropoll.com/a/MicroPoll?id=4847676">
|
||||
<script src="http://www.micropoll.com/a/MicroPoll?id=4847676" type="text/javascript">
|
||||
</script>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Before buying -->
|
||||
<div class="poll">
|
||||
<script type="text/javascript" src="http://www.micropoll.com/a/MicroPoll?id=4847713">
|
||||
<script src="http://www.micropoll.com/a/MicroPoll?id=4847713" type="text/javascript">
|
||||
</script>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Price -->
|
||||
<div class="poll">
|
||||
<script type="text/javascript" src="http://www.micropoll.com/a/MicroPoll?id=4847628">
|
||||
<script src="http://www.micropoll.com/a/MicroPoll?id=4847628" type="text/javascript">
|
||||
</script>
|
||||
</div>
|
||||
|
||||
<!-- Selling process -->
|
||||
<div class="poll">
|
||||
<script type="text/javascript" src="http://www.micropoll.com/a/MicroPoll?id=4395606">
|
||||
<script src="http://www.micropoll.com/a/MicroPoll?id=4395606" type="text/javascript">
|
||||
</script>
|
||||
</div>
|
||||
|
||||
<!-- Usage -->
|
||||
<div class="poll">
|
||||
<script type="text/javascript" src="http://www.micropoll.com/a/MicroPoll?id=4847629">
|
||||
<script src="http://www.micropoll.com/a/MicroPoll?id=4847629" type="text/javascript">
|
||||
</script>
|
||||
</div>
|
||||
|
||||
|
@ -529,12 +543,12 @@ like repeated in the <a href="LICENSE">LICENSE</a> file (the detour is worth it
|
|||
|
||||
<!-- Features -->
|
||||
<div class="poll">
|
||||
<script type="text/javascript" src="http://www.micropoll.com/a/MicroPoll?id=3880191">
|
||||
<script src="http://www.micropoll.com/a/MicroPoll?id=3880191" type="text/javascript">
|
||||
</script>
|
||||
</div>
|
||||
|
||||
<div id="full-page">
|
||||
<h2>Discuss or search on the English imapsync mailing-list <a id="MAILING-LIST" href="#TOP"><small>(back to menu)</small></a>
|
||||
<h2>Discuss or search on the English imapsync mailing-list <a href="#TOP" id="MAILING-LIST"><small>(back to menu)</small></a>
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
|
@ -572,10 +586,10 @@ like repeated in the <a href="LICENSE">LICENSE</a> file (the detour is worth it
|
|||
this list if you want to stay private</i>.<br />
|
||||
</p>
|
||||
|
||||
<form method="get" action="http://www.google.com/search">
|
||||
<form action="http://www.google.com/search" method="get">
|
||||
<p> <b>Search</b> in the imapsync list <b>archives</b>:
|
||||
<input type="text" name="q" value="migrate Gmail Exchange" size="30" />
|
||||
<input type="hidden" name="as_sitesearch" value="www.linux-france.org/prj/imapsync_list/" />
|
||||
<input type="text" size="30" value="migrate Gmail Exchange" name="q" />
|
||||
<input type="hidden" value="www.linux-france.org/prj/imapsync_list/" name="as_sitesearch" />
|
||||
(change the keywords with your own request and press <b>Enter</b>)
|
||||
</p>
|
||||
</form>
|
||||
|
@ -591,15 +605,15 @@ like repeated in the <a href="LICENSE">LICENSE</a> file (the detour is worth it
|
|||
|
||||
<div>
|
||||
<a href="http://validator.w3.org/check?uri=referer">
|
||||
<img width="88" height="31" src="W/images/valid-xhtml10" alt="Valid XHTML 1.0 Strict" />
|
||||
<img width="88" height="31" alt="Valid XHTML 1.0 Strict" src="S/images/valid-xhtml10" />
|
||||
</a>
|
||||
|
||||
<a href="http://jigsaw.w3.org/css-validator/check/referer">
|
||||
<img style="border:0;width:88px;height:31px" src="W/images/vcss-blue" alt="CSS Valide !" />
|
||||
<img alt="CSS Valide !" src="S/images/vcss-blue" style="border:0;width:88px;height:31px" />
|
||||
</a>
|
||||
|
||||
<a href="http://www.anybrowser.org/campaign/">
|
||||
<img style="border:0;width:88px;height:31px" src="W/images/ab_jlh.png" alt="Viewable With Any Browser" />
|
||||
<img alt="Viewable With Any Browser" src="S/images/ab_jlh.png" style="border:0;width:88px;height:31px" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
@ -608,7 +622,7 @@ like repeated in the <a href="LICENSE">LICENSE</a> file (the detour is worth it
|
|||
<!--#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.273 2016/01/22 01:00:32 gilles Exp gilles $)<br />
|
||||
($Id: index.shtml,v 1.286 2016/03/16 13:34:20 gilles Exp gilles $)<br />
|
||||
<a href="#TOP">Top of the page</a>
|
||||
</p>
|
||||
</body></html>
|
||||
</body></html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue