summaryrefslogtreecommitdiff
path: root/lib/pop3.c
Commit message (Expand)AuthorAgeFilesLines
* Curl_setup_transfer: no longer returns anythingDaniel Stenberg2010-04-161-10/+7
* POP3: when USER command fails, don't even try PASSDaniel Stenberg2010-04-161-4/+4
* use (s)size_t for string lengths to fix compiler warnsDaniel Stenberg2010-03-291-3/+3
* pop3: Get message listing if no mailbox in URLBen Greear2010-03-281-5/+70
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Make Curl_pop3_write() additionally truncate trailing POP3_EOB from receivedYang Tse2010-01-301-0/+1
* make Curl_handler_*_proxy definition staticYang Tse2010-01-251-3/+3
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-1/+1
* Fix compiler warningsYang Tse2009-12-141-4/+2
* introducing IMAP, POP3 and SMTP support (still lots of polish left to do)Daniel Stenberg2009-12-121-0/+961