aboutsummaryrefslogtreecommitdiff
path: root/lib/smtp.c
AgeCommit message (Expand)Author
2011-11-24query-part: ignore the URI part for given protocolsJonas Schnelli
2011-11-03rename ftp_ssl: the struct field is used for many protocolsDaniel Stenberg
2011-10-21curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg
2011-10-20Curl_smtp_escape_eob: first byte is index 0...Daniel Stenberg
2011-10-20Curl_smtp_escape_eob: fix EOB escapingDaniel Stenberg
2011-10-03codepolicingDaniel Stenberg
2011-10-03smtp: Added support for NTLM authenticationSteve Holme
2011-10-03smtp: General tidy up ready for adding NTLM supportSteve Holme
2011-10-03smtp_mail: fixed another memory leakSteve Holme
2011-09-29smtp_mail: fix memory leakDaniel Stenberg
2011-09-29smtp_mail: Added support to MAIL FROM for the optional SIZE parameterSteve Holme
2011-09-26smtp_connect: use defined buffer length for hostnameSteve Holme
2011-09-21smtp: without a MAIL_FROM, send blank MAIL FROMGisle Vanem
2011-09-05fix bool variables checking and assignmentYang Tse
2011-09-03fix a bunch of MSVC compiler warningsYang Tse
2011-08-24SMTP authentication: fix ordering of preferred authentication methodSteve Holme
2011-08-24base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse
2011-08-19tcpconnect: follow-up commit after b998d95bDaniel Stenberg
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-05-05RTSP: convert protocol-specific checks to genericDaniel Stenberg
2011-05-05SSL: check for SSL, not specific protocolsDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-21Fix a couple of spelling errors in lib/Fabian Keil
2011-04-20CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg
2011-04-04http-proxy: move proxy code to http_proxy.cDaniel Stenberg
2011-03-15SMTP-multi: non-blocking connectBen Noordhuis
2011-03-15SMTP in multi mode: use Curl_ssl_connect_nonblocking() when connecting.Ben Noordhuis
2011-03-15protocol handler cleanup: SSL awarenessDaniel Stenberg
2011-03-14protocols: use CURLPROTO_ internallyDaniel Stenberg
2011-03-14protocol handler: added flags fieldDaniel Stenberg
2010-12-22SMTP: add brackets for MAIL FROMBrad Hards
2010-12-06url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka
2010-12-03fix compiler warning: assignment within conditional expressionYang Tse
2010-12-01fix compiler warning: conversion may lose significant bitsYang Tse
2010-11-28atoi: remove atoi usageYang Tse
2010-10-11SMTP: debug output for no known auth mechanisms supportedDaniel Stenberg
2010-07-30smtp_connect: always provide host name bufferDaniel Stenberg
2010-07-30NTLM tests: boost coverage by forcing the hostnameKamil Dudka
2010-07-29Changed comparison to match size_t var type.Guenter Knauf
2010-06-18smtp: fixed a few uses of size_t that seemed to believe it was signedDaniel Stenberg
2010-05-31fix compiler warning: enumerated type mixed with another typeYang Tse
2010-05-31smtp_authenticate: avoid compiler warningsPatrick Monnerat
2010-05-20Fix build warnings.Ben Greear
2010-05-18Fixed a memory leak in the SMTP torture testsDan Fandrich
2010-04-19Remove null-effect leftover code.monnerat
2010-04-19Merge branch 'master' of github.com:bagder/curlmonnerat
2010-04-19Implement SMTP authenticationmonnerat
2010-04-16Curl_setup_transfer: no longer returns anythingDaniel Stenberg
2010-04-02fixed compiler warningsBen Greear
2010-03-29use (s)size_t for string lengths to fix compiler warnsDaniel Stenberg