summaryrefslogtreecommitdiff
path: root/lib/imap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* imap: Fixed double quote in LIST command when mailbox contains spacesSteve Holme2015-11-071-8/+8
* imap: fix compiler warningDaniel Stenberg2015-11-061-1/+1
* imap: Don't call imap_atom() when no mailbox specified in LIST commandSteve Holme2015-11-061-2/+2
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-11/+11
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-3/+1
* imap: remove automatic password setting: it breaks external sasl authenticationPatrick Monnerat2015-01-271-3/+2
* sasl: implement EXTERNAL authentication mechanism.Patrick Monnerat2015-01-271-3/+3
* SASL: common state engine for imap/pop3/smtpPatrick Monnerat2015-01-201-774/+64
* SASL: common URL option and auth capabilities decoders for all protocolsPatrick Monnerat2015-01-201-70/+33
* IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters.Patrick Monnerat2015-01-201-52/+52
* ldap/imap: Fixed spelling mistake in comments and variable namesSteve Holme2015-01-071-3/+3
* IPV6: address scope != scope idPatrick Monnerat2014-12-161-1/+0
* kerberos: Use symbol qualified with _KERBEROS5Michael Osipov2014-11-161-3/+3
* sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is usedSteve Holme2014-11-021-3/+3
* imap_perform_authentication: fix memory leakDaniel Stenberg2014-10-021-2/+2
* Ensure progress.size_dl/progress.size_ul are always >= 0Brandon Casey2014-09-071-3/+3
* imap: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPISteve Holme2014-08-151-0/+186
* email: Introduced the GSSAPI statesSteve Holme2014-08-141-0/+4
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-221-2/+2
* INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg2014-04-261-3/+3
* handler: make 'protocol' always specified as a single bitDaniel Stenberg2014-04-231-1/+1
* imap: Extended FETCH support to include PARTIAL URL specifierSteve Holme2014-04-181-5/+19
* imap: Expanded mailbox SEARCH support to use URL query stringsSteve Holme2014-04-181-1/+67
* imap: Added support for parsing URL query stringsSteve Holme2014-04-181-4/+19
* imap: Introduced the SEARCH stateSteve Holme2014-04-181-0/+1
* imap: Fixed untagged response detection when no data after commandSteve Holme2014-04-181-1/+1