Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account. | Patrick Monnerat | 2010-02-22 | 1 | -0/+1 |
* | - I made the SMTP code expect a 250 response back from the server after the | Daniel Stenberg | 2010-02-20 | 1 | -0/+1 |
* | - Jack Zhang reported a problem with SMTP: we wrongly used multiple addresses | Daniel Stenberg | 2010-02-12 | 1 | -1/+2 |
* | modified to get the EHLO domain from the path part of the URL instead of the | Daniel Stenberg | 2009-12-30 | 1 | -3/+3 |
* | moved the SMTP payload escape function into Curl_smtp_escape_eob and put | Daniel Stenberg | 2009-12-30 | 1 | -0/+2 |
* | (SMTP) support DATA better in the server and make sure to "escape" CRLF.CRLF | Daniel Stenberg | 2009-12-30 | 1 | -0/+4 |
* | introducing IMAP, POP3 and SMTP support (still lots of polish left to do) | Daniel Stenberg | 2009-12-12 | 1 | -0/+61 |