2015-12-03 18:16:32 +01:00
|
|
|
#!/bin/cat
|
2019-07-03 01:25:47 +02:00
|
|
|
$Id: FAQ.SmarterMail.txt,v 1.13 2019/06/20 10:11:21 gilles Exp gilles $
|
2019-07-03 01:17:46 +02:00
|
|
|
|
|
|
|
This document is also available online at
|
|
|
|
https://imapsync.lamiral.info/FAQ.d/
|
|
|
|
https://imapsync.lamiral.info/FAQ.d/FAQ.SmarterMail.txt
|
2016-09-19 17:15:41 +02:00
|
|
|
|
2015-12-03 18:16:32 +01:00
|
|
|
|
2017-09-23 23:54:48 +02:00
|
|
|
=======================================================================
|
|
|
|
Imapsync tips for SmarterMail. Specific issues and solutions.
|
|
|
|
=======================================================================
|
2015-12-03 18:16:32 +01:00
|
|
|
|
|
|
|
|
|
|
|
=======================================================================
|
|
|
|
Q. Synchronizing from SmarterMail to XXX
|
|
|
|
|
|
|
|
On Unix:
|
|
|
|
imapsync --host1 imap.d1.org --user1 joe --password1 secret1 \
|
|
|
|
--host2 imap.d2.org --user2 joe --password2 secret2 \
|
2019-07-03 01:25:47 +02:00
|
|
|
--sep1 "/" --prefix1 "" --useheader Message-Id --noabletosearch1
|
2015-12-03 18:16:32 +01:00
|
|
|
|
|
|
|
On Windows:
|
|
|
|
imapsync.exe --host1 imap.d1.org --user1 joe --password1 secret1 ^
|
|
|
|
--host2 imap.d2.org --user2 joe --password2 secret2 ^
|
2019-07-03 01:25:47 +02:00
|
|
|
--sep1 "/" --prefix1 "" --useheader Message-Id --noabletosearch1
|
2015-12-03 18:16:32 +01:00
|
|
|
|
|
|
|
|
|
|
|
=======================================================================
|
|
|
|
Q. Synchronizing from XXX to SmarterMail
|
|
|
|
|
|
|
|
On Unix:
|
|
|
|
imapsync --host1 imap.d1.org --user1 joe --password1 secret1 \
|
|
|
|
--host2 imap.d2.org --user2 joe --password2 secret2 \
|
2017-09-23 23:54:48 +02:00
|
|
|
--sep2 "/" --prefix2 "" --useheader Message-Id --noabletosearch2
|
2015-12-03 18:16:32 +01:00
|
|
|
|
|
|
|
On Windows:
|
|
|
|
imapsync.exe --host1 imap.d1.org --user1 joe --password1 secret1 ^
|
|
|
|
--host2 imap.d2.org --user2 joe --password2 secret2 ^
|
2017-09-23 23:54:48 +02:00
|
|
|
--sep2 "/" --prefix2 "" --useheader Message-Id --noabletosearch2
|
2015-12-03 18:16:32 +01:00
|
|
|
|
|
|
|
|
|
|
|
=======================================================================
|
2017-09-23 23:54:48 +02:00
|
|
|
=======================================================================
|
2015-12-03 18:16:32 +01:00
|
|
|
|