mirror of
https://github.com/imapsync/imapsync.git
synced 2025-07-24 03:00:25 +02:00
1.487
This commit is contained in:
parent
74ca16d8c6
commit
1466872026
14 changed files with 1244 additions and 46 deletions
17
FAQ
17
FAQ
|
@ -1,10 +1,12 @@
|
|||
#!/bin/cat
|
||||
# $Id: FAQ,v 1.102 2012/01/08 06:40:50 gilles Exp gilles $
|
||||
# $Id: FAQ,v 1.104 2012/02/20 18:23:29 gilles Exp gilles $
|
||||
|
||||
+------------------+
|
||||
| FAQ for imapsync |
|
||||
+------------------+
|
||||
|
||||
http://imapsync.lamiral.info/FAQ
|
||||
|
||||
Unix versus Windows syntax.
|
||||
|
||||
A) \ versus ^
|
||||
|
@ -503,6 +505,19 @@ you have to enter
|
|||
|
||||
imapsync ... --password1 "$%%&<>|^"^"
|
||||
|
||||
=======================================================================
|
||||
Q. On Windows, some passwords begin with an equal = character.
|
||||
Login fails. What can I do?
|
||||
|
||||
R. Use twice equals == characters instead; For example, if =secret
|
||||
is the password then use:
|
||||
|
||||
imapsync ... --password1 ==secret
|
||||
|
||||
or even
|
||||
|
||||
imapsync ... --password1 "==secret"
|
||||
|
||||
=======================================================================
|
||||
Q. With huge account (many messages) when it comes to reading the
|
||||
destination server it comes out this error:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue