]> granicus.if.org Git - curl/commit
imap: support PREAUTH
authorDaniel Stenberg <daniel@haxx.se>
Tue, 22 Aug 2017 22:08:18 +0000 (00:08 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 23 Aug 2017 21:58:49 +0000 (23:58 +0200)
commitbefaa7b14fd5d1c1d4e06035c4babc6cb9623722
tree282e138e30b42b5ef2bc903153ae40d261baa800
parent00da16ca5b31be84070fc85a85f28b62204d95a8
imap: support PREAUTH

It is a defined possible greeting at server startup that means the
connection is already authenticated. See
https://tools.ietf.org/html/rfc3501#section-7.1.4

Test 846 added to verify.

Fixes #1818
Closes #1820
lib/imap.c
lib/imap.h
tests/data/Makefile.inc
tests/data/test846 [new file with mode: 0644]