URL sanitize: reject URLs containing bad data
[platform/upstream/curl.git] / lib / pop3.c
2012-01-24 Daniel StenbergURL sanitize: reject URLs containing bad data
2012-01-03 Steve HolmeFixed use of CURLUSESSL_TRY for POP3 and IMAP based...
2012-01-03 Steve HolmeFixed incorrect error code being returned in STARTTLS
2011-12-13 Yang Tsepop3.c: fix compiler warning variable may be used unini...
2011-11-30 Steve HolmePOP3: fixed escaped dot not being striped out
2011-11-29 Yang Tsepop3.c: fix compiler warning
2011-11-29 Daniel StenbergPOP3: detect when LIST returns no mails
2011-11-28 Daniel StenbergPOP3: fix end of body detection
2011-11-24 Jonas Schnelliquery-part: ignore the URI part for given protocols
2011-11-03 Daniel Stenbergrename ftp_ssl: the struct field is used for many protocols
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-21 Daniel Stenbergcurl_multi_fdset: correct fdset with FTP PORT use
2011-09-05 Yang Tsefix bool variables checking and assignment
2011-09-03 Yang Tsefix a bunch of MSVC compiler warnings
2011-08-19 Daniel Stenbergtcpconnect: follow-up commit after b998d95b
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-06-21 Daniel StenbergMerge pull request #23 from salty-horse/pop3_list_space
2011-06-21 Ori Avtalion[pop3] remove extra space in LIST command
2011-05-05 Daniel StenbergRTSP: convert protocol-specific checks to generic
2011-05-05 Daniel StenbergSSL: check for SSL, not specific protocols
2011-04-27 Daniel Stenbergwhitespace cleanup: no space first in conditionals
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-21 Fabian KeilFix a couple of spelling errors in lib/
2011-04-19 Daniel StenbergCURL_DOES_CONVERSIONS: cleanup
2011-04-05 Ben Noordhuis[pop3 starttls] PASS command was not sent after upgrade...
2011-04-05 Ben Noordhuis[pop3 starttls] the command to send is STLS, not STARTTLS.
2011-04-04 Daniel Stenberghttp-proxy: move proxy code to http_proxy.c
2011-03-19 Daniel Stenbergpop3: add state name in debug array
2011-03-18 Dan Fandrichpop3: use Curl_safefree() to allow torture tests to...
2011-03-18 Daniel Stenbergpop3: remove unused variable
2011-03-17 Dan FandrichAdded support for LISTing a single POP3 message
2011-03-17 Dan Fandrichpop3: fixed memory leak in an error retrieval case
2011-03-15 Daniel Stenbergprotocol handler cleanup: SSL awareness
2011-03-14 Daniel Stenbergprotocols: use CURLPROTO_ internally
2011-03-14 Daniel Stenbergprotocol handler: added flags field
2010-12-06 Kamil Dudkaurl: provide dead_connection flag in Curl_handler:...
2010-05-19 Dan FandrichFixed some memory leaks in the POP3 torture tests
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-16 Daniel StenbergCurl_setup_transfer: no longer returns anything
2010-04-16 Daniel StenbergPOP3: when USER command fails, don't even try PASS
2010-03-29 Daniel Stenberguse (s)size_t for string lengths to fix compiler warns
2010-03-28 Ben Greearpop3: Get message listing if no mailbox in URL
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-01-30 Yang TseMake Curl_pop3_write() additionally truncate trailing...
2010-01-25 Yang Tsemake Curl_handler_*_proxy definition static
2009-12-30 Yang TseVMS specific preprocessor symbol checking adjustments
2009-12-14 Yang TseFix compiler warnings
2009-12-12 Daniel Stenbergintroducing IMAP, POP3 and SMTP support (still lots...