summaryrefslogtreecommitdiff
path: root/lib/smtp.c
Commit message (Expand)AuthorAgeFilesLines
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-6/+6
* vtls: only store TIMER_APPCONNECT for non-proxy connectDaniel Stenberg2021-06-191-2/+3
* conn: add 'attach' to protocol handler, make libssh2 use itDaniel Stenberg2021-05-171-0/+2
* sasl: use 'unsigned short' to store mechanismDaniel Stenberg2021-05-121-1/+1
* http: limit the initial send amount to used upload buffer sizeDaniel Stenberg2021-05-071-1/+1
* pingpong: rename the curl_pp_transfer enum to use PP prefixDaniel Stenberg2021-02-041-3/+3
* pingpong: remove the 'conn' struct memberDaniel Stenberg2021-01-261-2/+1
* url: reduce conn->data referencesDaniel Stenberg2021-01-261-7/+7
* lib: remove conn->data usesPatrick Monnerat2021-01-241-2/+2
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-1/+1
* vtls: reduce conn->data usePatrick Monnerat2021-01-191-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