summaryrefslogtreecommitdiff
path: root/lib/smtp.c
Commit message (Expand)AuthorAgeFilesLines
* smtp: set auth correctlybagder/smtp-auth-fixDaniel Stenberg2020-04-251-4/+1
* lib: fix typos in comments and errormessagesDaniel Gustafsson2020-04-201-3/+3
* smtp: overwriting 'from' leaks memoryDaniel Stenberg2020-02-281-0/+3
* smtp: fix memory leak on exit pathDaniel Stenberg2020-02-271-1/+3
* Curl_is_ASCII_name: handle a NULL argumentDaniel Stenberg2020-02-271-2/+0
* smtp: Tidy up, following recent changes, to maintain the coding styleSteve Holme2020-02-261-4/+4
* smtp: Support the SMTPUTF8 extension for the EXPN commandSteve Holme2020-02-261-9/+16
* smtp: Support the SMTPUTF8 extension in the VRFY commandSteve Holme2020-02-261-2/+15
* smtp: Support the SMTPUTF8 extension in the RCPT TO commandSteve Holme2020-02-261-1/+18
* smtp: Support the SMTPUTF8 extension in the MAIL commandSteve Holme2020-02-261-13/+36
* smtp: Detect server support for the UTF-8 extension as defined in RFC-6531Steve Holme2020-02-261-0/+5
* smtp: Support UTF-8 based host names in the VRFY commandSteve Holme2020-02-261-6/+28
* smtp: Support UTF-8 based host names in the RCPT TO commandSteve Holme2020-02-261-5/+19
* smtp: Support UTF-8 based host names in the MAIL commandSteve Holme2020-02-261-6/+121
* smtp: Simplify the MAIL command and avoid a duplication of send stringsSteve Holme2020-02-091-12/+7
* smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev2020-01-211-8/+42
* 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