summaryrefslogtreecommitdiff
path: root/lib/smtp.c
Commit message (Expand)AuthorAgeFilesLines
* fix compiler warning: enumerated type mixed with another typeYang Tse2010-05-311-4/+4
* smtp_authenticate: avoid compiler warningsPatrick Monnerat2010-05-311-0/+4
* Fix build warnings.Ben Greear2010-05-201-14/+15
* Fixed a memory leak in the SMTP torture testsDan Fandrich2010-05-181-5/+7
* Remove null-effect leftover code.monnerat2010-04-191-1/+0
* Merge branch 'master' of github.com:bagder/curlmonnerat2010-04-191-7/+5
|\
| * Curl_setup_transfer: no longer returns anythingDaniel Stenberg2010-04-161-7/+5
* | Implement SMTP authenticationmonnerat2010-04-191-28/+425
|/
* fixed compiler warningsBen Greear2010-04-021-3/+3
* use (s)size_t for string lengths to fix compiler warnsDaniel Stenberg2010-03-291-1/+1
* fix smtp compile warningBen Greear2010-03-291-1/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* - Made the pingpong timeout code properly deal with the response timeout ANDDaniel Stenberg2010-03-021-1/+5
* Fixed a couple of out of memory leaks and a segfault in the SMTP code.Dan Fandrich2010-02-251-1/+4
* _ Adjusted RFC821 HELO fallback and enabled test804Patrick Monnerat2010-02-221-1/+1
* - Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account.Patrick Monnerat2010-02-221-16/+75
* - Fixed the SMTP compliance by making sure RCPT TO addresses are specifiedDaniel Stenberg2010-02-201-20/+26
* - I made the SMTP code expect a 250 response back from the server after theDaniel Stenberg2010-02-201-0/+37
* - Jack Zhang reported a problem with SMTP: we wrongly used multiple addressesDaniel Stenberg2010-02-121-18/+23
* make Curl_handler_*_proxy definition staticYang Tse2010-01-251-3/+3
* turned CURLOPT_MAIL_RCPT into a curl_slist list instead to support multipleDaniel Stenberg2009-12-311-2/+17
* modified to get the EHLO domain from the path part of the URL instead of theDaniel Stenberg2009-12-301-3/+13
* moved the SMTP payload escape function into Curl_smtp_escape_eob and putDaniel Stenberg2009-12-301-0/+63
* (SMTP) support DATA better in the server and make sure to "escape" CRLF.CRLFDaniel Stenberg2009-12-301-0/+10
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-1/+1
* first shot at actually doing the SMTP upload as well, not doing the properDaniel Stenberg2009-12-251-6/+5
* remove some unused codeDaniel Stenberg2009-12-201-32/+1
* Fix compiler warningsYang Tse2009-12-141-3/+8
* introducing IMAP, POP3 and SMTP support (still lots of polish left to do)Daniel Stenberg2009-12-121-0/+921