summaryrefslogtreecommitdiff
path: root/lib/pop3.c
Commit message (Expand)AuthorAgeFilesLines
* RTSP: convert protocol-specific checks to genericDaniel Stenberg2011-05-051-0/+4
* SSL: check for SSL, not specific protocolsDaniel Stenberg2011-05-051-3/+1
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-2/+2
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-4/+4
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-1/+1
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-2/+0
* [pop3 starttls] PASS command was not sent after upgrade to TLS.Ben Noordhuis2011-04-051-1/+4
* [pop3 starttls] the command to send is STLS, not STARTTLS.Ben Noordhuis2011-04-051-1/+1
* http-proxy: move proxy code to http_proxy.cDaniel Stenberg2011-04-041-2/+1
* pop3: add state name in debug arrayDaniel Stenberg2011-03-191-0/+1
* pop3: use Curl_safefree() to allow torture tests to succeedDan Fandrich2011-03-181-1/+1
* pop3: remove unused variableDaniel Stenberg2011-03-181-1/+0
* Added support for LISTing a single POP3 messageDan Fandrich2011-03-171-2/+27
* pop3: fixed memory leak in an error retrieval caseDan Fandrich2011-03-171-2/+4
* protocol handler cleanup: SSL awarenessDaniel Stenberg2011-03-151-1/+10
* protocols: use CURLPROTO_ internallyDaniel Stenberg2011-03-141-5/+5
* protocol handler: added flags fieldDaniel Stenberg2011-03-141-7/+11
* url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka2010-12-061-3/+3
* Fixed some memory leaks in the POP3 torture testsDan Fandrich2010-05-191-3/+5
* 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