1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00
imapsync/FAQ.d/FAQ.SmarterMail.txt

45 lines
1.7 KiB
Plaintext
Raw Normal View History

2015-12-03 18:16:32 +01:00
#!/bin/cat
2020-04-11 01:15:57 +02:00
$Id: FAQ.SmarterMail.txt,v 1.14 2019/10/15 14:57:19 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 \
2020-04-11 01:15:57 +02:00
--sep1 "/" --prefix1 "" --useheader Message-Id --noabletosearch
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 ^
2020-04-11 01:15:57 +02:00
--sep1 "/" --prefix1 "" --useheader Message-Id --noabletosearch
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 \
2020-04-11 01:15:57 +02:00
--sep2 "/" --prefix2 "" --useheader Message-Id --noabletosearch
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 ^
2020-04-11 01:15:57 +02:00
--sep2 "/" --prefix2 "" --useheader Message-Id --noabletosearch
2015-12-03 18:16:32 +01:00
=======================================================================
2017-09-23 23:54:48 +02:00
=======================================================================
2015-12-03 18:16:32 +01:00