aboutsummaryrefslogtreecommitdiff
path: root/lib/pop3.h
AgeCommit message (Expand)Author
2019-11-08copyrights: fix copyright year rangeDaniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-01-20SASL: common state engine for imap/pop3/smtpPatrick Monnerat
2015-01-20SASL: common URL option and auth capabilities decoders for all protocolsPatrick Monnerat
2015-01-20IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters.Patrick Monnerat
2014-08-15email: Added mutual authentication flagSteve Holme
2014-08-14email: Introduced the GSSAPI statesSteve Holme
2013-12-04pop3: Fix POP3_TYPE_ANY signed compilation warningMelissa Mears
2013-10-27email: Added initial support for cancelling authenticationSteve Holme
2013-09-20pop3: Added basic SASL XOAUTH2 supportSteve Holme
2013-04-13pop3: Reworked authentication type constantsSteve Holme
2013-04-13pop3: Small consistency tidy upSteve Holme
2013-04-13pop3: Added support for ;auth=<mech> in the URLSteve Holme
2013-02-27pop3: Re-factored the final POP3_AUTH constantSteve Holme
2013-02-26email: Slight reordering of connection based variablesSteve Holme
2013-02-25pop3: Removed bytecountp from the per-request structureSteve Holme
2013-02-23pop3: Refactored the mailbox variable as it didn't reflect it's purposeSteve Holme
2013-02-23pingpong: Renamed curl_ftptransfer to curl_pp_transferSteve Holme
2013-02-23pop3: Removed some FTP heritage leftoversSteve Holme
2013-02-23pop3: Moved the per-request variables to the per-request data structureSteve Holme
2013-02-23pop3: Introduced a custom POP3 structure for per-request dataSteve Holme
2013-02-10email: Post STARTLS capability code tidy up (Part One)Steve Holme
2013-02-10pop3: Added support for the STLS capability (Part One)Steve Holme
2013-01-26email: Updated comment regarding ssldone usageSteve Holme
2013-01-08pop3: Added support for non-blocking SSL upgradeSteve Holme
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: rename 76 lib/*.h filesYang Tse
2012-06-09pop3: Added support for apop authenticationSteve Holme
2012-06-09pop3: Enhanced the extended authentication mechanism detectionSteve Holme
2012-06-08sasl: Re-factored mechanism constants in preparation for APOP workSteve Holme
2012-06-04pop3: Post authentication code tidy upSteve Holme
2012-06-04pop3: Added support for sasl digest-md5 authenticationSteve Holme
2012-06-04pop3: Changed the sasl mechanism detection from auth to capaSteve Holme
2012-06-03pop3: Added support for sasl cram-md5 authenticationSteve Holme
2012-06-02pop3: Added support for sasl ntlm authenticationSteve Holme
2012-06-01pop3: Added support for sasl login authenticationSteve Holme
2012-05-31pop3: Added support for sasl plain text authenticationSteve Holme
2012-05-28pop3: Small code tidy up following authentication work so farSteve Holme
2012-05-27pop3: Added support for SASL based authentication mechanism detectionSteve Holme
2012-05-27pop3: Code tidy up before the introduction of authentication codeSteve Holme
2012-04-02pop3: Reworked the command sending and handlingSteve Holme
2012-03-31pop3: Added support for additional pop3 commandsSteve Holme
2012-03-25pop3: Removed the need for the single message LIST command handlerSteve Holme
2011-12-13pop3.c: fix compiler warning variable may be used uninitializedYang Tse
2011-11-29POP3: detect when LIST returns no mailsDaniel Stenberg
2011-03-17Added support for LISTing a single POP3 messageDan Fandrich
2010-04-02fixed compiler warningsBen Greear
2010-03-28pop3: Get message listing if no mailbox in URLBen Greear
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg