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.h
Age
Commit message (
Expand
)
Author
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-01-20
SASL: common state engine for imap/pop3/smtp
Patrick Monnerat
2015-01-20
SASL: common URL option and auth capabilities decoders for all protocols
Patrick Monnerat
2015-01-20
IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters.
Patrick Monnerat
2014-08-15
email: Added mutual authentication flag
Steve Holme
2014-08-14
email: Introduced the GSSAPI states
Steve Holme
2013-12-04
pop3: Fix POP3_TYPE_ANY signed compilation warning
Melissa Mears
2013-10-27
email: Added initial support for cancelling authentication
Steve Holme
2013-09-20
pop3: Added basic SASL XOAUTH2 support
Steve Holme
2013-04-13
pop3: Reworked authentication type constants
Steve Holme
2013-04-13
pop3: Small consistency tidy up
Steve Holme
2013-04-13
pop3: Added support for ;auth=<mech> in the URL
Steve Holme
2013-02-27
pop3: Re-factored the final POP3_AUTH constant
Steve Holme
2013-02-26
email: Slight reordering of connection based variables
Steve Holme
2013-02-25
pop3: Removed bytecountp from the per-request structure
Steve Holme
2013-02-23
pop3: Refactored the mailbox variable as it didn't reflect it's purpose
Steve Holme
2013-02-23
pingpong: Renamed curl_ftptransfer to curl_pp_transfer
Steve Holme
2013-02-23
pop3: Removed some FTP heritage leftovers
Steve Holme
2013-02-23
pop3: Moved the per-request variables to the per-request data structure
Steve Holme
2013-02-23
pop3: Introduced a custom POP3 structure for per-request data
Steve Holme
2013-02-10
email: Post STARTLS capability code tidy up (Part One)
Steve Holme
2013-02-10
pop3: Added support for the STLS capability (Part One)
Steve Holme
2013-01-26
email: Updated comment regarding ssldone usage
Steve Holme
2013-01-08
pop3: Added support for non-blocking SSL upgrade
Steve Holme
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: rename 76 lib/*.h files
Yang Tse
2012-06-09
pop3: Added support for apop authentication
Steve Holme
2012-06-09
pop3: Enhanced the extended authentication mechanism detection
Steve Holme
2012-06-08
sasl: Re-factored mechanism constants in preparation for APOP work
Steve Holme
2012-06-04
pop3: Post authentication code tidy up
Steve Holme
2012-06-04
pop3: Added support for sasl digest-md5 authentication
Steve Holme
2012-06-04
pop3: Changed the sasl mechanism detection from auth to capa
Steve Holme
2012-06-03
pop3: Added support for sasl cram-md5 authentication
Steve Holme
2012-06-02
pop3: Added support for sasl ntlm authentication
Steve Holme
2012-06-01
pop3: Added support for sasl login authentication
Steve Holme
2012-05-31
pop3: Added support for sasl plain text authentication
Steve Holme
2012-05-28
pop3: Small code tidy up following authentication work so far
Steve Holme
2012-05-27
pop3: Added support for SASL based authentication mechanism detection
Steve Holme
2012-05-27
pop3: Code tidy up before the introduction of authentication code
Steve Holme
2012-04-02
pop3: Reworked the command sending and handling
Steve Holme
2012-03-31
pop3: Added support for additional pop3 commands
Steve Holme
2012-03-25
pop3: Removed the need for the single message LIST command handler
Steve Holme
2011-12-13
pop3.c: fix compiler warning variable may be used uninitialized
Yang Tse
2011-11-29
POP3: detect when LIST returns no mails
Daniel Stenberg
2011-03-17
Added support for LISTing a single POP3 message
Dan Fandrich
2010-04-02
fixed compiler warnings
Ben Greear
2010-03-28
pop3: Get message listing if no mailbox in URL
Ben Greear
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2009-12-12
introducing IMAP, POP3 and SMTP support (still lots of polish left to do)
Daniel Stenberg