mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 00:02:29 +01:00
22 lines
844 B
Plaintext
22 lines
844 B
Plaintext
|
#!/bin/cat
|
||
|
$Id: FAQ.Passwords_on_Unix.txt,v 1.1 2017/01/06 14:11:13 gilles Exp gilles $
|
||
|
|
||
|
This documentation is also at http://imapsync.lamiral.info/#doc
|
||
|
|
||
|
=======================================================================
|
||
|
Imapsync issues with passwords on Unix.
|
||
|
=======================================================================
|
||
|
|
||
|
|
||
|
=======================================================================
|
||
|
Q. On Unix, some passwords contain some *(),;& characters. Login fails.
|
||
|
|
||
|
R. Use double-quotes within single-quotes in order to enclose the
|
||
|
password within double-quotes in the imap LOGIN command:
|
||
|
|
||
|
imapsync ... --password1 '"passw*(),;&rd"'
|
||
|
|
||
|
|
||
|
=======================================================================
|
||
|
=======================================================================
|