summaryrefslogtreecommitdiff
path: root/lib/smtp.c
Commit message (Expand)AuthorAgeFilesLines
* smtp: check for and bail out on too short EHLO responseDaniel Stenberg2019-09-031-1/+5
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-301-5/+3
* build: fix Codacy warningsMarcel Raad2019-06-051-10/+5
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-6/+1
* emailL Added reference to RFC8314 for implicit TLSSteve Holme2019-04-111-0/+1
* smtp: fix compiler warningRikard Falkeborn2019-04-041-1/+1
* urldata: simplify bytecountersDaniel Stenberg2019-03-011-2/+2
* smtp: avoid risk of buffer overflow in strtolDaniel Gustafsson2019-02-041-2/+6
* pingpong: ignore regular timeout in disconnect phaseDaniel Stenberg2018-12-171-5/+6
* url: use the URL API internally as wellDaniel Stenberg2018-09-221-4/+1
* CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg2018-09-061-2/+2
* smtp: use the upload buffer size for scratch buffer mallocDaniel Stenberg2018-07-091-1/+2
* cppcheck: fix warningsMarian Klymov2018-06-111-1/+1
* smtp: fix processing of initial dot in dataPatrick Monnerat2018-02-121-0/+5
* smtp/pop3/imap_get_message: decrease the data length too...Daniel Stenberg2018-01-151-3/+5
* sasl_getmesssage: make sure we have a long enough string to passDaniel Stenberg2017-12-051-12/+17
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-251-1/+1
* smtp_done: free data before returning (on send failure)Daniel Stenberg2017-10-101-3/+3
* smtp: fix memory leak in OOMDaniel Stenberg2017-09-201-1/+4
* mime: new MIME API.Patrick Monnerat2017-09-021-3/+34
* handler: refactor connection checkingMax Dymond2017-06-301-0/+2
* http-proxy: only attempt FTP over HTTP proxyDaniel Stenberg2017-06-151-76/+0
* buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg2017-05-011-1/+1
* URL: only accept ";options" in SMTP/POP3/IMAP URL schemesDaniel Stenberg2017-02-101-3/+4
* smtp: Fix STARTTLS denied error messageJay Satiro2017-01-121-1/+1
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-1/+1
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-2/+2
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+0
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-3/+2
* errors: new alias CURLE_WEIRD_SERVER_REPLY (8)Jay Satiro2016-09-071-1/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-22/+22
* smtp: minor ident (white space) fixesDaniel Stenberg2016-05-231-8/+8
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-1/+1
* multi: turn Curl_done into file local multi_doneDaniel Stenberg2016-03-301-6/+1
* ftp/imap/pop3/smtp: Fixed compilation warning when /Wall enabledSteve Holme2016-03-191-2/+2
* imap/pop3/smtp: Fixed connections upgraded with TLS are not reusedSteve Holme2016-03-081-1/+9
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-2/+4
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-4/+2
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-8/+8
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+1
* sasl: implement EXTERNAL authentication mechanism.Patrick Monnerat2015-01-271-2/+3
* SASL: common state engine for imap/pop3/smtpPatrick Monnerat2015-01-201-759/+53
* SASL: common URL option and auth capabilities decoders for all protocolsPatrick Monnerat2015-01-201-55/+23
* IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters.Patrick Monnerat2015-01-201-56/+57
* IPV6: address scope != scope idPatrick Monnerat2014-12-161-1/+0
* smtp.c: Fixed compilation warningsSteve Holme2014-12-121-3/+3
* smtp.c: Fixed line longer than 79 columnsSteve Holme2014-12-121-1/+2
* smtp: Fixed inappropriate free of the scratch bufferSteve Holme2014-12-121-3/+4
* smtp: Fixed dot stuffing when EOL characters were at end of input buffersSteve Holme2014-12-121-8/+14