summaryrefslogtreecommitdiff
path: root/tests/data/test846
Commit message (Collapse)AuthorAgeFilesLines
* imap: support PREAUTHDaniel Stenberg2017-08-231-0/+50
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