diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-06-26 03:28:11 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-06-26 03:28:11 +0000 |
commit | 0a7cc64b368172a862a7c970972d5b79e9ecc761 (patch) | |
tree | a8a29e7dc0bf02a5897ac68187c0daf633df96d8 /fetchmail.man | |
parent | 8ace15b0bdc41f9f0c1666ae563a30d194c23d04 (diff) | |
download | fetchmail-0a7cc64b368172a862a7c970972d5b79e9ecc761.tar.gz fetchmail-0a7cc64b368172a862a7c970972d5b79e9ecc761.tar.bz2 fetchmail-0a7cc64b368172a862a7c970972d5b79e9ecc761.zip |
Support imapd PREAUTH response.
svn path=/trunk/; revision=2509
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man index 3896971c..07a999a9 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -636,6 +636,10 @@ to already have a ticket-granting ticket. You may pass a username different from your principal name using the standard \fB--user\fR command or by the \fI.fetchmailrc\fR option \fBuser\fR. .PP +If your IMAP daemon returns the PREAUTH response in its greeting line, +fetchmail will notice this and skip the normal authentication step. +This could be useful, e.g. if you start imapd explicitly using ssh. +.PP If you are using POP3, and the server issues a one-time-password challenge conforming to RFC1938, \fIfetchmail\fR will use your password as a pass phrase to generate the required response. This |