mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-10 06:34:37 +02:00
21 lines
844 B
Text
21 lines
844 B
Text
#!/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"'
|
|
|
|
|
|
=======================================================================
|
|
=======================================================================
|