summaryrefslogtreecommitdiff
path: root/lib/pop3.c
Commit message (Expand)AuthorAgeFilesLines
* pop3.c: fix compiler warning variable may be used uninitializedYang Tse2011-12-131-1/+1
* POP3: fixed escaped dot not being striped outSteve Holme2011-12-011-44/+65
* pop3.c: fix compiler warningYang Tse2011-11-291-1/+1
* POP3: detect when LIST returns no mailsDaniel Stenberg2011-11-291-6/+35
* POP3: fix end of body detectionDaniel Stenberg2011-11-291-19/+53
* query-part: ignore the URI part for given protocolsJonas Schnelli2011-11-241-2/+3
* 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
* 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
* [pop3] remove extra space in LIST commandOri Avtalion2011-06-211-2/+5
* 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