summaryrefslogtreecommitdiff
path: root/lib/imap.c
Commit message (Expand)AuthorAgeFilesLines
* checksrc: find bad indentation in conditions without open braceDaniel Stenberg2023-04-281-1/+1
* lib: unify the upload/method handlingDaniel Stenberg2023-04-251-3/+3
* misc: reduce struct and struct field sizesDaniel Stenberg2023-01-041-4/+8
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* lib: connect/h2/h3 refactorStefan Eissing2022-12-301-2/+2
* cfilter: improve SSL connection checksStefan Eissing2022-12-081-1/+1
* 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-1/+1
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-7/+15
* misc: remove duplicated include filesDaniel Stenberg2022-10-261-1/+0
* misc: spelling fixesViktor Szakats2022-08-311-2/+2
* imap: use ISALNUM() for alphanumeric checksEmil Engler2022-08-101-11/+7
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* lib: remove exclamation marksDaniel Stenberg2022-04-161-2/+2
* urldata: remove conn->bits.user_passwdDaniel Stenberg2022-02-161-2/+2
* misc: remove strlen for Curl_checkheaders + Curl_checkProxyheadersHenrikHolst2022-02-101-1/+1
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-5/+5
* misc: s/e-mail/emailDaniel Stenberg2021-12-191-1/+1
* imap: display quota informationAxel Morawietz2021-10-281-0/+1
* sasl: binary messagesPatrick Monnerat2021-10-021-72/+82
* ftp,imap,pop3,smtp: reject STARTTLS server response pipeliningPatrick Monnerat2021-09-131-0/+4
* ftp,imap,pop3: do not ignore --ssl-reqdPatrick Monnerat2021-09-131-14/+10
* 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-10/+10
* vtls: only store TIMER_APPCONNECT for non-proxy connectDaniel Stenberg2021-06-191-3/+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
* 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
* lib: remove conn->data usesPatrick Monnerat2021-01-241-2/+3
* 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-215/+228
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-251-1/+1
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-13/+13
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* imap: make imap_send use dynbuf for the send buffer managementDaniel Stenberg2020-09-251-17/+14
* 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
* imap: set cselect_bits to CURL_CSELECT_IN initiallyAntarpreet Singh2020-09-141-0/+3
* escape: make the URL decode able to reject only %00 bytesDaniel Stenberg2020-06-251-4/+6
* urldata: connect related booleans live in struct ConnectBitsDaniel Stenberg2020-05-271-3/+3
* imap: merged two case-branches performing the same actionDaniel Stenberg2019-09-201-4/+1
* 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-8/+3