Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / pop3.h
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2013-12-04 Melissa Mearspop3: Fix POP3_TYPE_ANY signed compilation warning
2013-10-27 Steve Holmeemail: Added initial support for cancelling authentication
2013-09-20 Steve Holmepop3: Added basic SASL XOAUTH2 support
2013-04-13 Steve Holmepop3: Reworked authentication type constants
2013-04-13 Steve Holmepop3: Small consistency tidy up
2013-04-13 Steve Holmepop3: Added support for ;auth=<mech> in the URL
2013-02-27 Steve Holmepop3: Re-factored the final POP3_AUTH constant
2013-02-26 Steve Holmeemail: Slight reordering of connection based variables
2013-02-25 Steve Holmepop3: Removed bytecountp from the per-request structure
2013-02-23 Steve Holmepop3: Refactored the mailbox variable as it didn't...
2013-02-23 Steve Holmepingpong: Renamed curl_ftptransfer to curl_pp_transfer
2013-02-23 Steve Holmepop3: Removed some FTP heritage leftovers
2013-02-23 Steve Holmepop3: Moved the per-request variables to the per-reques...
2013-02-23 Steve Holmepop3: Introduced a custom POP3 structure for per-reques...
2013-02-10 Steve Holmeemail: Post STARTLS capability code tidy up (Part One)
2013-02-10 Steve Holmepop3: Added support for the STLS capability (Part One)
2013-01-26 Steve Holmeemail: Updated comment regarding ssldone usage
2013-01-08 Steve Holmepop3: Added support for non-blocking SSL upgrade
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2012-12-28 Yang Tsebuild: rename 76 lib/*.h files
2012-06-09 Steve Holmepop3: Added support for apop authentication
2012-06-09 Steve Holmepop3: Enhanced the extended authentication mechanism...
2012-06-08 Steve Holmesasl: Re-factored mechanism constants in preparation...
2012-06-04 Steve Holmepop3: Post authentication code tidy up
2012-06-04 Steve Holmepop3: Added support for sasl digest-md5 authentication
2012-06-04 Steve Holmepop3: Changed the sasl mechanism detection from auth...
2012-06-03 Steve Holmepop3: Added support for sasl cram-md5 authentication
2012-06-02 Steve Holmepop3: Added support for sasl ntlm authentication
2012-06-01 Steve Holmepop3: Added support for sasl login authentication
2012-05-31 Steve Holmepop3: Added support for sasl plain text authentication
2012-05-28 Steve Holmepop3: Small code tidy up following authentication work...
2012-05-27 Steve Holmepop3: Added support for SASL based authentication mecha...
2012-05-27 Steve Holmepop3: Code tidy up before the introduction of authentic...
2012-04-02 Steve Holmepop3: Reworked the command sending and handling
2012-03-31 Steve Holmepop3: Added support for additional pop3 commands
2012-03-25 Steve Holmepop3: Removed the need for the single message LIST...
2011-12-13 Yang Tsepop3.c: fix compiler warning variable may be used unini...
2011-11-29 Daniel StenbergPOP3: detect when LIST returns no mails
2011-03-17 Dan FandrichAdded support for LISTing a single POP3 message
2010-04-02 Ben Greearfixed compiler warnings
2010-03-28 Ben Greearpop3: Get message listing if no mailbox in URL
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2009-12-12 Daniel Stenbergintroducing IMAP, POP3 and SMTP support (still lots...