URL sanitize: reject URLs containing bad data
[platform/upstream/curl.git] / lib / imap.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-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-29 Yang Tsepingpong.c: fix Curl_pp_vsendf() arbitrary restrictions...
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-05-05 Daniel Stenbergset_userpass: convert from protocol-specific to generic
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 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-04 Daniel Stenberghttp-proxy: move proxy code to http_proxy.c
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
2011-03-13 Daniel Stenbergstate: add missing state to debug table
2011-03-12 Daniel StenbergMerge branch 'imap' of https://github.com/bnoordhuis...
2011-02-20 Ben NoordhuisIMAP in multi mode: use Curl_ssl_connect_nonblocking...
2011-02-20 Ben NoordhuisIMAP in multi mode: use Curl_ssl_connect_nonblocking...
2011-02-08 Julien Chaffraiximap: Fixed typo in a comment.
2010-12-06 Kamil Dudkaurl: provide dead_connection flag in Curl_handler:...
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-16 Daniel StenbergCurl_setup_transfer: no longer returns anything
2010-04-12 Guenter Knaufadded a cast to silent compiler warning with 64bit...
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-26 Dan FandrichFixed a couple of out of memory leaks and a segfault...
2010-01-25 Yang Tsemake Curl_handler_*_proxy definition static
2009-12-30 Yang TseVMS specific preprocessor symbol checking adjustments
2009-12-20 Daniel Stenbergfree the allocated mailbox name at disconnect
2009-12-14 Yang TseFix compiler warning
2009-12-12 Daniel Stenbergintroducing IMAP, POP3 and SMTP support (still lots...