summaryrefslogtreecommitdiff
path: root/lib/smtp.c
Commit message (Expand)AuthorAgeFilesLines
* lib: more conn->data cleanupsbagder/more-data-connDaniel Stenberg2021-01-181-1/+1
* vtls: reduce conn->data usePatrick Monnerat2021-01-181-2/+3
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-180/+185
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-11/+11
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* pingpong: use a dynbuf for the *_pp_sendf() functionDaniel Stenberg2020-09-231-0/+1
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-211-0/+2
* smtp_parse_address: handle blank input string properlyDaniel Stenberg2020-08-071-2/+4
* escape: make the URL decode able to reject only %00 bytesDaniel Stenberg2020-06-251-2/+3
* urldata: connect related booleans live in struct ConnectBitsDaniel Stenberg2020-05-271-2/+2
* smtp: set auth correctlyDaniel 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