aboutsummaryrefslogtreecommitdiff
path: root/lib/imap.c
AgeCommit message (Expand)Author
2011-08-19tcpconnect: follow-up commit after b998d95bDaniel Stenberg
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-05-05set_userpass: convert from protocol-specific to genericDaniel Stenberg
2011-05-05RTSP: convert protocol-specific checks to genericDaniel Stenberg
2011-05-05SSL: check for SSL, not specific protocolsDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-21Fix a couple of spelling errors in lib/Fabian Keil
2011-04-20CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg
2011-04-04http-proxy: move proxy code to http_proxy.cDaniel Stenberg
2011-03-15protocol handler cleanup: SSL awarenessDaniel Stenberg
2011-03-14protocols: use CURLPROTO_ internallyDaniel Stenberg
2011-03-14protocol handler: added flags fieldDaniel Stenberg
2011-03-13state: add missing state to debug tableDaniel Stenberg
2011-02-20IMAP in multi mode: use Curl_ssl_connect_nonblocking() when upgrading the con...Ben Noordhuis
2011-02-20IMAP in multi mode: use Curl_ssl_connect_nonblocking() when connecting.Ben Noordhuis
2011-02-07imap: Fixed typo in a comment.Julien Chaffraix
2010-12-06url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka
2010-04-16Curl_setup_transfer: no longer returns anythingDaniel Stenberg
2010-04-12added a cast to silent compiler warning with 64bit systems.Guenter Knauf
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-26Fixed a couple of out of memory leaks and a segfault in the IMAP code.Dan Fandrich
2010-01-25make Curl_handler_*_proxy definition staticYang Tse
2009-12-30VMS specific preprocessor symbol checking adjustmentsYang Tse
2009-12-20free the allocated mailbox name at disconnectDaniel Stenberg
2009-12-14Fix compiler warningYang Tse
2009-12-12introducing IMAP, POP3 and SMTP support (still lots of polish left to do)Daniel Stenberg