summaryrefslogtreecommitdiff
path: root/lib/imap.c
Commit message (Expand)AuthorAgeFilesLines
* email: Removed duplicated header fileSteve Holme2012-06-051-1/+0
* email: Moved server greeting responses into separate functionsSteve Holme2012-03-241-19/+37
* includes: remove inclusion of unused file http_proxy.hDaniel Stenberg2012-03-091-1/+0
* CONNECT: made generically not per-protocolDaniel Stenberg2012-03-081-28/+1
* URL sanitize: reject URLs containing bad dataDaniel Stenberg2012-01-241-6/+1
* Fixed use of CURLUSESSL_TRY for POP3 and IMAP based connections.Steve Holme2012-01-041-2/+6
* Fixed incorrect error code being returned in STARTTLSSteve Holme2012-01-041-1/+1
* query-part: ignore the URI part for given protocolsJonas Schnelli2011-11-241-2/+4
* rename ftp_ssl: the struct field is used for many protocolsDaniel Stenberg2011-11-031-1/+1
* curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg2011-10-211-0/+4
* fix bool variables checking and assignmentYang Tse2011-09-051-1/+1
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-1/+1
* pingpong.c: fix Curl_pp_vsendf() arbitrary restrictions on command lengthYang Tse2011-08-291-3/+0
* tcpconnect: follow-up commit after b998d95bDaniel Stenberg2011-08-191-1/+1
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-5/+0
* set_userpass: convert from protocol-specific to genericDaniel Stenberg2011-05-051-2/+2
* RTSP: convert protocol-specific checks to genericDaniel Stenberg2011-05-051-0/+4
* SSL: check for SSL, not specific protocolsDaniel Stenberg2011-05-051-7/+3
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-1/+1
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-2/+2
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-2/+0
* http-proxy: move proxy code to http_proxy.cDaniel Stenberg2011-04-041-2/+1
* protocol handler cleanup: SSL awarenessDaniel Stenberg2011-03-151-2/+11
* protocols: use CURLPROTO_ internallyDaniel Stenberg2011-03-141-6/+6
* protocol handler: added flags fieldDaniel Stenberg2011-03-141-8/+13
* state: add missing state to debug tableDaniel Stenberg2011-03-131-1/+2
* IMAP in multi mode: use Curl_ssl_connect_nonblocking() when upgrading the con...Ben Noordhuis2011-02-201-5/+31
* IMAP in multi mode: use Curl_ssl_connect_nonblocking() when connecting.Ben Noordhuis2011-02-201-2/+9
* imap: Fixed typo in a comment.Julien Chaffraix2011-02-071-1/+1
* url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka2010-12-061-3/+3
* Curl_setup_transfer: no longer returns anythingDaniel Stenberg2010-04-161-7/+5
* added a cast to silent compiler warning with 64bit systems.Guenter Knauf2010-04-121-1/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Fixed a couple of out of memory leaks and a segfault in the IMAP code.Dan Fandrich2010-02-261-2/+5
* make Curl_handler_*_proxy definition staticYang Tse2010-01-251-3/+3
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-1/+1
* free the allocated mailbox name at disconnectDaniel Stenberg2009-12-201-0/+2
* Fix compiler warningYang Tse2009-12-141-1/+1
* introducing IMAP, POP3 and SMTP support (still lots of polish left to do)Daniel Stenberg2009-12-121-0/+1026