summaryrefslogtreecommitdiff
path: root/lib/smtp.c
AgeCommit message (Expand)Author
2021-01-13Merge tag 'curl-7_74_0'nikita
2020-11-23urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg
2020-11-04curl.se: new homeDaniel Stenberg
2020-09-23pingpong: use a dynbuf for the *_pp_sendf() functionDaniel Stenberg
2020-09-21Curl_handler: add 'family' to each protocolDaniel Stenberg
2020-09-14Merge tag 'curl-7_72_0' into masternikita
2020-09-14Merge tag 'curl-7_71_1'nikita
2020-08-07smtp_parse_address: handle blank input string properlyDaniel Stenberg
2020-06-25escape: make the URL decode able to reject only %00 bytesDaniel Stenberg
2020-05-27urldata: connect related booleans live in struct ConnectBitsDaniel Stenberg
2020-04-30Merge tag 'curl-7_70_0'nikita
2020-04-25smtp: set auth correctlyDaniel Stenberg
2020-04-20lib: fix typos in comments and errormessagesDaniel Gustafsson
2020-04-01Merge tag 'curl-7_69_1'nikita
2020-02-28smtp: overwriting 'from' leaks memoryDaniel Stenberg
2020-02-27smtp: fix memory leak on exit pathDaniel Stenberg
2020-02-27Curl_is_ASCII_name: handle a NULL argumentDaniel Stenberg
2020-02-26smtp: Tidy up, following recent changes, to maintain the coding styleSteve Holme
2020-02-26smtp: Support the SMTPUTF8 extension for the EXPN commandSteve Holme
2020-02-26smtp: Support the SMTPUTF8 extension in the VRFY commandSteve Holme
2020-02-26smtp: Support the SMTPUTF8 extension in the RCPT TO commandSteve Holme
2020-02-26smtp: Support the SMTPUTF8 extension in the MAIL commandSteve Holme
2020-02-26smtp: Detect server support for the UTF-8 extension as defined in RFC-6531Steve Holme
2020-02-26smtp: Support UTF-8 based host names in the VRFY commandSteve Holme
2020-02-26smtp: Support UTF-8 based host names in the RCPT TO commandSteve Holme
2020-02-26smtp: Support UTF-8 based host names in the MAIL commandSteve Holme
2020-02-09smtp: Simplify the MAIL command and avoid a duplication of send stringsSteve Holme
2020-01-21smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev
2019-09-12Merge tag 'curl-7_66_0'ng0
2019-09-03smtp: check for and bail out on too short EHLO responseDaniel Stenberg
2019-08-15Merge tag 'curl-7_65_3'ng0
2019-07-30cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg
2019-06-05build: fix Codacy warningsMarcel Raad
2019-05-22Merge tag 'curl-7_65_0' of https://github.com/curl/curlng0
2019-05-16cleanup: remove FIXME and TODO commentsDaniel Stenberg
2019-04-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
2019-04-11emailL Added reference to RFC8314 for implicit TLSSteve Holme
2019-04-04smtp: fix compiler warningRikard Falkeborn
2019-03-01urldata: simplify bytecountersDaniel Stenberg
2019-02-25Merge tag 'curl-7_64_0'ng0
2019-02-04smtp: avoid risk of buffer overflow in strtolDaniel Gustafsson
2018-12-17pingpong: ignore regular timeout in disconnect phaseDaniel Stenberg
2018-11-10Merge tag 'curl-7_62_0'Nils Gillmann
2018-09-22url: use the URL API internally as wellDaniel Stenberg
2018-09-06CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg
2018-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-07-09smtp: use the upload buffer size for scratch buffer mallocDaniel Stenberg
2018-06-11cppcheck: fix warningsMarian Klymov
2018-03-30Merge tag 'curl-7_59_0' of https://github.com/curl/curlNils Gillmann
2018-02-12smtp: fix processing of initial dot in dataPatrick Monnerat