summaryrefslogtreecommitdiff
path: root/lib/smtp.c
Commit message (Expand)AuthorAgeFilesLines
* smtp.c: fix compiler warningsYang Tse2012-04-041-11/+19
* smtp.c: Code policing and tidy upSteve Holme2012-04-011-40/+42
* smtp: Add support for DIGEST-MD5 authenticationGökhan Şengün2012-03-311-1/+238
* smtp: Cody tidy up of md5 digest lengthGökhan Şengün2012-03-311-2/+2
* email: Moved server greeting responses into separate functionsSteve Holme2012-03-241-10/+25
* fix several compiler warningsYang Tse2012-03-201-2/+2
* smtp.c: Changed the curl error code for EHLO and HELO responsesSteve Holme2012-03-101-4/+6
* includes: remove inclusion of unused file http_proxy.hDaniel Stenberg2012-03-091-1/+0
* CONNECT: made generically not per-protocolDaniel Stenberg2012-03-081-27/+0
* SMTP: Added support for returning SMTP response codesSteve Holme2012-02-231-3/+6
* smtp.c: Fixed an issue with writing postdataSteve Holme2012-02-211-4/+14
* smtp.c: Fixed an issue with the EOB checkingSteve Holme2012-02-171-5/+15
* SMTP: Code policing and tidy upSteve Holme2012-02-161-18/+14
* smtp.c: Fixed use of angled brackets in AUTH parameter.Steve Holme2012-02-151-2/+3
* smtp_mail: Added support to MAIL FROM for the optional AUTH parameterSteve Holme2012-02-141-6/+30
* SMTP: Fixed error when using CURLOPT_CONNECT_ONLYSteve Holme2012-02-141-9/+9
* URL sanitize: reject URLs containing bad dataDaniel Stenberg2012-01-241-4/+3
* Fixed incorrect error code being returned in STARTTLSSteve Holme2012-01-041-1/+1
* query-part: ignore the URI part for given protocolsJonas Schnelli2011-11-241-2/+3
* rename ftp_ssl: the struct field is used for many protocolsDaniel Stenberg2011-11-031-3/+3
* curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg2011-10-211-0/+4
* Curl_smtp_escape_eob: first byte is index 0...Daniel Stenberg2011-10-201-2/+2
* Curl_smtp_escape_eob: fix EOB escapingDaniel Stenberg2011-10-201-26/+27
* codepolicingDaniel Stenberg2011-10-031-7/+9
* smtp: Added support for NTLM authenticationSteve Holme2011-10-031-0/+121
* smtp: General tidy up ready for adding NTLM supportSteve Holme2011-10-031-71/+72
* smtp_mail: fixed another memory leakSteve Holme2011-10-031-2/+5
* smtp_mail: fix memory leakDaniel Stenberg2011-09-291-3/+13
* smtp_mail: Added support to MAIL FROM for the optional SIZE parameterSteve Holme2011-09-291-7/+19
* smtp_connect: use defined buffer length for hostnameSteve Holme2011-09-261-1/+1
* smtp: without a MAIL_FROM, send blank MAIL FROMGisle Vanem2011-09-211-1/+5
* fix bool variables checking and assignmentYang Tse2011-09-051-1/+1
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-1/+1
* SMTP authentication: fix ordering of preferred authentication methodSteve Holme2011-08-241-34/+35
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-67/+68
* tcpconnect: follow-up commit after b998d95bDaniel Stenberg2011-08-191-1/+1
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-5/+0
* RTSP: convert protocol-specific checks to genericDaniel Stenberg2011-05-051-0/+4
* SSL: check for SSL, not specific protocolsDaniel Stenberg2011-05-051-4/+2
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-17/+20
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-1/+1
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-2/+0
* http-proxy: move proxy code to http_proxy.cDaniel Stenberg2011-04-041-2/+1
* SMTP-multi: non-blocking connectBen Noordhuis2011-03-151-5/+30
* SMTP in multi mode: use Curl_ssl_connect_nonblocking() when connecting.Ben Noordhuis2011-03-151-3/+10
* protocol handler cleanup: SSL awarenessDaniel Stenberg2011-03-151-1/+10
* protocols: use CURLPROTO_ internallyDaniel Stenberg2011-03-141-5/+5
* protocol handler: added flags fieldDaniel Stenberg2011-03-141-7/+11
* SMTP: add brackets for MAIL FROMBrad Hards2010-12-221-3/+7
* url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka2010-12-061-3/+3