summaryrefslogtreecommitdiff
path: root/lib/smtp.c
Commit message (Expand)AuthorAgeFilesLines
* lib: unify the upload/method handlingDaniel Stenberg2023-04-251-2/+2
* misc: reduce struct and struct field sizesDaniel Stenberg2023-01-041-2/+6
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* lib: connect/h2/h3 refactorStefan Eissing2022-12-301-3/+3
* idn: rename the files to idn.[ch] and hold all IDN functionsDaniel Stenberg2022-12-151-8/+9
* cfilter: improve SSL connection checksStefan Eissing2022-12-081-2/+3
* tls: backends use connection filters for IO, enabling HTTPS-proxyStefan Eissing2022-11-281-1/+1
* mime: relax easy/mime structures bindingPatrick Monnerat2022-11-281-1/+1
* cfilter: re-add `conn` as parameter to cfilter setup methodsStefan Eissing2022-11-261-1/+1
* netware: remove leftover tracesDaniel Gustafsson2022-11-231-5/+0
* vtls: localization of state data in filtersStefan Eissing2022-11-221-7/+5
* lib: remove bad set.opt_no_body assignmentsDaniel Stenberg2022-11-111-2/+2
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-10/+16
* transfer: upload performance; avoid tiny sendGlenn Strauss2022-06-201-2/+6
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* lib: remove exclamation marksDaniel Stenberg2022-04-161-2/+2
* pop3/smtp: return *WEIRD_SERVER_REPLY when not understoodDaniel Stenberg2022-03-291-2/+2
* urldata: remove conn->bits.user_passwdDaniel Stenberg2022-02-161-1/+1
* misc: remove strlen for Curl_checkheaders + Curl_checkProxyheadersHenrikHolst2022-02-101-1/+1
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-4/+3
* misc: s/e-mail/emailDaniel Stenberg2021-12-191-1/+1
* lib: fixing comment spelling typos in lib filesEddie Lumpkin2021-10-221-3/+3
* sasl: binary messagesPatrick Monnerat2021-10-021-38/+57
* ftp,imap,pop3,smtp: reject STARTTLS server response pipeliningPatrick Monnerat2021-09-131-0/+4
* strerror.h: remove the #include from files not using itDaniel Stenberg2021-09-091-1/+0
* 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