summaryrefslogtreecommitdiff
path: root/lib/imap.c
Commit message (Expand)AuthorAgeFilesLines
* 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