summaryrefslogtreecommitdiff
path: root/lib/pop3.h
Commit message (Expand)AuthorAgeFilesLines
* misc: reduce struct and struct field sizesDaniel Stenberg2023-01-041-5/+5
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* lib: save a bit of space with some structure packingErik Olsson2021-01-201-1/+1
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-2/+2
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-081-1/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* SASL: common state engine for imap/pop3/smtpPatrick Monnerat2015-01-201-14/+1
* SASL: common URL option and auth capabilities decoders for all protocolsPatrick Monnerat2015-01-201-1/+1
* IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters.Patrick Monnerat2015-01-201-4/+2
* email: Added mutual authentication flagSteve Holme2014-08-151-0/+1
* email: Introduced the GSSAPI statesSteve Holme2014-08-141-1/+4
* pop3: Fix POP3_TYPE_ANY signed compilation warningMelissa Mears2013-12-041-1/+1
* email: Added initial support for cancelling authenticationSteve Holme2013-10-271-0/+1
* pop3: Added basic SASL XOAUTH2 supportSteve Holme2013-09-201-0/+1
* pop3: Reworked authentication type constantsSteve Holme2013-04-131-3/+3
* pop3: Small consistency tidy upSteve Holme2013-04-131-1/+1
* pop3: Added support for ;auth=<mech> in the URLSteve Holme2013-04-131-0/+6
* pop3: Re-factored the final POP3_AUTH constantSteve Holme2013-02-271-1/+1
* email: Slight reordering of connection based variablesSteve Holme2013-02-261-2/+2
* pop3: Removed bytecountp from the per-request structureSteve Holme2013-02-251-1/+0
* pop3: Refactored the mailbox variable as it didn't reflect it's purposeSteve Holme2013-02-231-1/+1
* pingpong: Renamed curl_ftptransfer to curl_pp_transferSteve Holme2013-02-231-1/+1
* pop3: Removed some FTP heritage leftoversSteve Holme2013-02-231-2/+0
* pop3: Moved the per-request variables to the per-request data structureSteve Holme2013-02-231-2/+2
* pop3: Introduced a custom POP3 structure for per-request dataSteve Holme2013-02-231-0/+13
* email: Post STARTLS capability code tidy up (Part One)Steve Holme2013-02-101-1/+1
* pop3: Added support for the STLS capability (Part One)Steve Holme2013-02-101-0/+1
* email: Updated comment regarding ssldone usageSteve Holme2013-01-261-2/+1
* pop3: Added support for non-blocking SSL upgradeSteve Holme2013-01-081-1/+5
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+84
* build: rename 76 lib/*.h filesYang Tse2012-12-281-84/+0
* pop3: Added support for apop authenticationSteve Holme2012-06-091-0/+2
* pop3: Enhanced the extended authentication mechanism detectionSteve Holme2012-06-091-1/+7
* sasl: Re-factored mechanism constants in preparation for APOP workSteve Holme2012-06-081-1/+1
* pop3: Post authentication code tidy upSteve Holme2012-06-041-7/+8
* pop3: Added support for sasl digest-md5 authenticationSteve Holme2012-06-041-0/+2
* pop3: Changed the sasl mechanism detection from auth to capaSteve Holme2012-06-041-1/+1
* pop3: Added support for sasl cram-md5 authenticationSteve Holme2012-06-031-0/+1
* pop3: Added support for sasl ntlm authenticationSteve Holme2012-06-021-0/+2
* pop3: Added support for sasl login authenticationSteve Holme2012-06-011-0/+2
* pop3: Added support for sasl plain text authenticationSteve Holme2012-05-311-0/+3
* pop3: Small code tidy up following authentication work so farSteve Holme2012-05-281-1/+1
* pop3: Added support for SASL based authentication mechanism detectionSteve Holme2012-05-271-0/+2
* pop3: Code tidy up before the introduction of authentication codeSteve Holme2012-05-271-11/+11
* pop3: Reworked the command sending and handlingSteve Holme2012-04-021-2/+1
* pop3: Added support for additional pop3 commandsSteve Holme2012-03-311-1/+2