- Nov 24, 2013
-
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
A failure during authentication, which is performed as part of the CONNECT phrase (for IMAP, POP3 and SMTP) is considered by the multi- interface as being closed prematurely (aka a dead connection). As such these protocols cannot issue the relevant QUIT or LOGOUT command. Temporarily fixed the test cases until we can fix this properly.
-
Steve Holme authored
-
Steve Holme authored
-
- Nov 23, 2013
-
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Removed unnecessary SMTP_STOP state changes on failure. Removed hard return on failure in smtp_state_data_resp().
-
- Nov 22, 2013
-
-
Steve Holme authored
-
Steve Holme authored
-
- Nov 21, 2013
-
-
Christian Grothoff authored
Added new API for returning a SSL backend type and pointer, in order to allow access to the TLS internals, that may then be used to obtain X509 certificate information for example.
-
- Nov 17, 2013
-
-
Steve Holme authored
-
Steve Holme authored
Commands such as NOOP, RSET and HELP would be sent with a space at the end of the command, for example: "NOOP ".
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Otherwise a NOOP operation would be performed which a) only returns a single line response and not a multiline response where -I needs to be used, and b) provides an inconsistent user experience compared to that of the POP3 and IMAP protocols.
-
Steve Holme authored
The buffer allocated by smtp_parse_custom_request() was not freed.
-
Steve Holme authored
singleipconnect() could return the file descriptor of an open socket even though the function returned a CURLE_COULDNT_CONNECT error code from commit ed1662c3 and 02fbc26d. This could cause tests 19, 704 and 1233 to fail on FreeBSD, AIX and Solaris.
-
Steve Holme authored
-
- Nov 16, 2013
-
-
Steve Holme authored
The error code should not be sent as data as it isn't passed onto the client as body data, so cannot be compared in the test suite against expected data.
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
- Nov 15, 2013
-
-
Steve Holme authored
-
Daniel Stenberg authored
-
Steve Holme authored
* Added information about the verify and expand commands to CURLOPT_MAIL_RCPT. * Reworked CURLOPT_CUSTOMREQUEST section, adding information about IMAP and SMTP custom commands.
-
Steve Holme authored
* Added SMTP section to --request * Expanded --mail-rcpt to describe the usage when using the verify and expand commands.
-
Steve Holme authored
-
Steve Holme authored
Although this option should have already been set, the SMTP module can now download information from and send instructional commands to, an SMTP server, requiring the option to be set in order to perform a mail transfer.
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Incorrectly processed multiline server greeting responses as "wanted" continue responses in smtp_endofresp(), from commit f16c0de4, which in turn broke the SMTP server detection in the test suite, because the EHLO command would not be sent.
-
Steve Holme authored
warning: unused variable 'smtpc'
-