aboutsummaryrefslogtreecommitdiff
path: root/lib/imap.c
AgeCommit message (Expand)Author
2020-05-27urldata: connect related booleans live in struct ConnectBitsDaniel Stenberg
2019-09-20imap: merged two case-branches performing the same actionDaniel Stenberg
2019-07-30cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg
2019-06-05build: fix Codacy warningsMarcel Raad
2019-05-16cleanup: remove FIXME and TODO commentsDaniel Stenberg
2019-05-14imap: Fix typo in commentDaniel Gustafsson
2019-04-11emailL Added reference to RFC8314 for implicit TLSSteve Holme
2019-03-01urldata: simplify bytecountersDaniel Stenberg
2019-01-20memcmp: avoid doing single char memcmpDaniel Gustafsson
2018-12-17pingpong: ignore regular timeout in disconnect phaseDaniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-09-22url: use the URL API internally as wellDaniel Stenberg
2018-09-08URL-APIDaniel Stenberg
2018-09-06imap: change from "FETCH" to "UID FETCH"Nicklas Avén
2018-06-11cppcheck: fix warningsMarian Klymov
2018-05-31strictness: correct {infof, failf} format specifiersRikard Falkeborn
2018-01-15smtp/pop3/imap_get_message: decrease the data length too...Daniel Stenberg
2017-12-05sasl_getmesssage: make sure we have a long enough string to passDaniel Stenberg
2017-11-09imap: deal with commands case insensitivelyDaniel Stenberg
2017-10-22imap: if a FETCH response has no size, don't call write callbackDaniel Stenberg
2017-09-22imap: quote atoms properly when escaping charactersDaniel Stenberg
2017-09-02mime: new MIME API.Patrick Monnerat
2017-08-24imap: use defined names for response codesDaniel Stenberg
2017-08-23imap: support PREAUTHDaniel Stenberg
2017-08-14strtoofft: reduce integer overflow risks globallyDaniel Stenberg
2017-06-30handler: refactor connection checkingMax Dymond
2017-06-15http-proxy: only attempt FTP over HTTP proxyDaniel Stenberg
2017-03-26spelling fixesklemens
2017-02-10URL: only accept ";options" in SMTP/POP3/IMAP URL schemesDaniel Stenberg
2017-01-12STARTTLS: Don't print response character in denied messagesJay Satiro
2016-11-24checksrc: white space edits to comply to stricter checksrcDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-09-07errors: new alias CURLE_WEIRD_SERVER_REPLY (8)Jay Satiro
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-19imap: inlined checksrc disable instead of whitelist editDaniel Stenberg
2016-04-01IMAP: check pointer before dereferencing itehlertjd@gmail.com
2016-03-31imap: remove duplicated functionDaniel Stenberg
2016-03-30multi: turn Curl_done into file local multi_doneDaniel Stenberg
2016-03-19ftp/imap/pop3/smtp: Fixed compilation warning when /Wall enabledSteve Holme
2016-03-19imap.c: Fixed compilation warning with /Wall enabledSteve Holme
2016-03-08imap/pop3/smtp: Fixed connections upgraded with TLS are not reusedSteve Holme
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-11-24Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg
2015-11-13cleanup: general removal of TODO (and similar) commentsDaniel Stenberg
2015-11-09imap: avoid freeing constant stringDaniel Stenberg
2015-11-08imap: Don't check for continuation when executing a CUSTOMREQUESTJustin Ehlert
2015-11-07imap: checksrc: remove space after while before parenDaniel Stenberg