summaryrefslogtreecommitdiff
path: root/lib/imap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* imap: Fix typo in commentDaniel Gustafsson2019-05-141-1/+1
* emailL Added reference to RFC8314 for implicit TLSSteve Holme2019-04-111-0/+1
* urldata: simplify bytecountersDaniel Stenberg2019-03-011-4/+4
* memcmp: avoid doing single char memcmpDaniel Gustafsson2019-01-201-2/+2
* pingpong: ignore regular timeout in disconnect phaseDaniel Stenberg2018-12-171-5/+6
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-2/+2
* url: use the URL API internally as wellDaniel Stenberg2018-09-221-15/+5
* URL-APIDaniel Stenberg2018-09-081-1/+2
* imap: change from "FETCH" to "UID FETCH"Nicklas Avén2018-09-061-21/+42
* cppcheck: fix warningsMarian Klymov2018-06-111-4/+4
* strictness: correct {infof, failf} format specifiersRikard Falkeborn2018-05-311-5/+3
* 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
* imap: deal with commands case insensitivelyDaniel Stenberg2017-11-091-11/+11
* imap: if a FETCH response has no size, don't call write callbackDaniel Stenberg2017-10-221-0/+5
* imap: quote atoms properly when escaping charactersDaniel Stenberg2017-09-221-2/+2
* mime: new MIME API.Patrick Monnerat2017-09-021-8/+40
* imap: use defined names for response codesDaniel Stenberg2017-08-241-20/+18
* imap: support PREAUTHDaniel Stenberg2017-08-231-10/+15
* strtoofft: reduce integer overflow risks globallyDaniel Stenberg2017-08-141-4/+5
* handler: refactor connection checkingMax Dymond2017-06-301-0/+2
* http-proxy: only attempt FTP over HTTP proxyDaniel Stenberg2017-06-151-77/+0