summaryrefslogtreecommitdiff
path: root/lib/imap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* spelling fixesklemens2017-03-261-1/+1
* URL: only accept ";options" in SMTP/POP3/IMAP URL schemesDaniel Stenberg2017-02-101-2/+3
* STARTTLS: Don't print response character in denied messagesJay Satiro2017-01-121-1/+1
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-2/+2
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-1/+1
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-6/+6
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-3/+2
* errors: new alias CURLE_WEIRD_SERVER_REPLY (8)Jay Satiro2016-09-071-4/+4
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-18/+18
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+2
* imap: inlined checksrc disable instead of whitelist editDaniel Stenberg2016-04-191-0/+1
* IMAP: check pointer before dereferencing itehlertjd@gmail.com2016-04-011-1/+1
* imap: remove duplicated functionDaniel Stenberg2016-03-311-30/+6
* multi: turn Curl_done into file local multi_doneDaniel Stenberg2016-03-301-6/+1
* ftp/imap/pop3/smtp: Fixed compilation warning when /Wall enabledSteve Holme2016-03-191-2/+2
* imap.c: Fixed compilation warning with /Wall enabledSteve Holme2016-03-191-1/+1
* imap/pop3/smtp: Fixed connections upgraded with TLS are not reusedSteve Holme2016-03-081-1/+9
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-10/+10
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-10/+10
* imap: avoid freeing constant stringDaniel Stenberg2015-11-091-1/+1
* imap: Don't check for continuation when executing a CUSTOMREQUESTJustin Ehlert2015-11-081-2/+2
* imap: checksrc: remove space after while before parenDaniel Stenberg2015-11-071-1/+1
* imap: Quote other 'atom-specials' and not just the space characterSteve Holme2015-11-071-8/+18