summaryrefslogtreecommitdiff
path: root/lib/smtp.h
Commit message (Expand)AuthorAgeFilesLines
...
* SMTP in multi mode: use Curl_ssl_connect_nonblocking() when connecting.Ben Noordhuis2011-03-151-0/+1
* Implement SMTP authenticationmonnerat2010-04-191-0/+14
* fixed compiler warningsBen Greear2010-04-021-2/+2
* fix smtp compile warningBen Greear2010-03-291-1/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* - Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account.Patrick Monnerat2010-02-221-0/+1
* - I made the SMTP code expect a 250 response back from the server after theDaniel Stenberg2010-02-201-0/+1
* - Jack Zhang reported a problem with SMTP: we wrongly used multiple addressesDaniel Stenberg2010-02-121-1/+2
* modified to get the EHLO domain from the path part of the URL instead of theDaniel Stenberg2009-12-301-3/+3
* moved the SMTP payload escape function into Curl_smtp_escape_eob and putDaniel Stenberg2009-12-301-0/+2
* (SMTP) support DATA better in the server and make sure to "escape" CRLF.CRLFDaniel Stenberg2009-12-301-0/+4
* introducing IMAP, POP3 and SMTP support (still lots of polish left to do)Daniel Stenberg2009-12-121-0/+61