imap does not support PREAUTH #1818
Closed
Labels
Comments
bagder
added a commit
that referenced
this issue
Aug 22, 2017
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
Closed
PR #1820 implements a first shot at this, a very basic support of |
bagder
added a commit
that referenced
this issue
Aug 23, 2017
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm working on tunneling support for git imap-send (run curl through a preopened socket using
CURLOPT_OPENSOCKETFUNCTION and CURLOPT_SOCKOPTFUNCTION.
The command to open the socket (stdin/stdout) during testing is this one
It returns:
This is not supported by curl although part of the IMAP RFC.
The text was updated successfully, but these errors were encountered: