summaryrefslogtreecommitdiff
path: root/lib/smtp.h
Commit message (Expand)AuthorAgeFilesLines
* SMTP: only send SIZE if supportedFrantišek Kučera2012-09-041-0/+2
* smtp: Post apop feature code tidy upSteve Holme2012-06-091-1/+1
* sasl: Re-factored mechanism constants in preparation for APOP workSteve Holme2012-06-081-1/+1
* smtp: Re-factored the SMTP_AUTH* state machine constantsSteve Holme2012-06-061-8/+8
* smtp: Post authentication code tidy upSteve Holme2012-06-051-13/+14
* smtp: Moved auth-mechanism constants into a separate header fileSteve Holme2012-05-251-9/+0
* smtp: Fixed non-escaping of dot character at beginning of lineSteve Holme2012-05-171-0/+1
* smtp: Add support for DIGEST-MD5 authenticationGökhan Şengün2012-03-311-0/+2
* SMTP: Code policing and tidy upSteve Holme2012-02-161-2/+2
* smtp: Added support for NTLM authenticationSteve Holme2011-10-031-0/+4
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-2/+3
* SMTP-multi: non-blocking connectBen Noordhuis2011-03-151-0/+1
* 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