mirror of
https://github.com/imapsync/imapsync.git
synced 2025-07-26 03:48:17 +02:00
1.124
This commit is contained in:
parent
f6f2c48fa4
commit
d6b3be8088
7 changed files with 64 additions and 17 deletions
25
TODO
25
TODO
|
@ -1,6 +1,31 @@
|
|||
TODO file for imapsync
|
||||
----------------------
|
||||
|
||||
Update doc with ALL options.
|
||||
|
||||
Add in doc:
|
||||
> The problem seems to be that one of the imap servers (the destination
|
||||
> one) only supports connections over TLS, and refuses logins via plain tcp.
|
||||
> Does imapsync support IMAP over TLS (IMAPS)?
|
||||
|
||||
Not natively.
|
||||
but, 2 ways, at least :
|
||||
|
||||
a) There are patches in patches/ directory to do this
|
||||
in imapsync code.
|
||||
I tried to include them but it broke my tests.
|
||||
It works but not always.
|
||||
|
||||
b) Use stunnel
|
||||
http://www.stunnel.org/
|
||||
Assuming there is an imaps (993) server on imap.foo.org,
|
||||
on your localhost machine (or bar machine) run :
|
||||
stunnel -c -d imap -r imap.foo.org:imaps
|
||||
or
|
||||
stunnel -c -d 143 -r imap.foo.org:993
|
||||
then use imapsync on localhost (or bar machine) imap (143) port.
|
||||
|
||||
|
||||
Read:
|
||||
http://www.washington.edu/imap/documentation/commndmt.txt.html
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue