index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
pop3.c
Age
Commit message (
Expand
)
Author
2012-01-04
Fixed use of CURLUSESSL_TRY for POP3 and IMAP based connections.
Steve Holme
2012-01-04
Fixed incorrect error code being returned in STARTTLS
Steve Holme
2011-12-13
pop3.c: fix compiler warning variable may be used uninitialized
Yang Tse
2011-12-01
POP3: fixed escaped dot not being striped out
Steve Holme
2011-11-29
pop3.c: fix compiler warning
Yang Tse
2011-11-29
POP3: detect when LIST returns no mails
Daniel Stenberg
2011-11-29
POP3: fix end of body detection
Daniel Stenberg
2011-11-24
query-part: ignore the URI part for given protocols
Jonas Schnelli
2011-11-03
rename ftp_ssl: the struct field is used for many protocols
Daniel Stenberg
2011-10-21
curl_multi_fdset: correct fdset with FTP PORT use
Daniel Stenberg
2011-09-05
fix bool variables checking and assignment
Yang Tse
2011-09-03
fix a bunch of MSVC compiler warnings
Yang Tse
2011-08-19
tcpconnect: follow-up commit after b998d95b
Daniel Stenberg
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-06-21
[pop3] remove extra space in LIST command
Ori Avtalion
2011-05-05
RTSP: convert protocol-specific checks to generic
Daniel Stenberg
2011-05-05
SSL: check for SSL, not specific protocols
Daniel Stenberg
2011-04-27
whitespace cleanup: no space first in conditionals
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-21
Fix a couple of spelling errors in lib/
Fabian Keil
2011-04-20
CURL_DOES_CONVERSIONS: cleanup
Daniel Stenberg
2011-04-05
[pop3 starttls] PASS command was not sent after upgrade to TLS.
Ben Noordhuis
2011-04-05
[pop3 starttls] the command to send is STLS, not STARTTLS.
Ben Noordhuis
2011-04-04
http-proxy: move proxy code to http_proxy.c
Daniel Stenberg
2011-03-19
pop3: add state name in debug array
Daniel Stenberg
2011-03-18
pop3: use Curl_safefree() to allow torture tests to succeed
Dan Fandrich
2011-03-18
pop3: remove unused variable
Daniel Stenberg
2011-03-17
Added support for LISTing a single POP3 message
Dan Fandrich
2011-03-17
pop3: fixed memory leak in an error retrieval case
Dan Fandrich
2011-03-15
protocol handler cleanup: SSL awareness
Daniel Stenberg
2011-03-14
protocols: use CURLPROTO_ internally
Daniel Stenberg
2011-03-14
protocol handler: added flags field
Daniel Stenberg
2010-12-06
url: provide dead_connection flag in Curl_handler::disconnect
Kamil Dudka
2010-05-19
Fixed some memory leaks in the POP3 torture tests
Dan Fandrich
2010-04-16
Curl_setup_transfer: no longer returns anything
Daniel Stenberg
2010-04-16
POP3: when USER command fails, don't even try PASS
Daniel Stenberg
2010-03-29
use (s)size_t for string lengths to fix compiler warns
Daniel Stenberg
2010-03-28
pop3: Get message listing if no mailbox in URL
Ben Greear
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-01-30
Make Curl_pop3_write() additionally truncate trailing POP3_EOB from received
Yang Tse
2010-01-25
make Curl_handler_*_proxy definition static
Yang Tse
2009-12-30
VMS specific preprocessor symbol checking adjustments
Yang Tse
2009-12-14
Fix compiler warnings
Yang Tse
2009-12-12
introducing IMAP, POP3 and SMTP support (still lots of polish left to do)
Daniel Stenberg