aboutsummaryrefslogtreecommitdiff
path: root/lib/pop3.c
AgeCommit message (Expand)Author
2013-02-27pop3: Re-factored the final POP3_AUTH constantSteve Holme
2013-02-25email: Small tidy up following recent changesSteve 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-23email: Additional tidy up of comments following recent changesSteve Holme
2013-02-23pop3: fix compiler warningDaniel Stenberg
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-23email: Minor tidy up following IMAP changesSteve Holme
2013-02-22pop3: Updated do phrase clean-up commentSteve Holme
2013-02-16email: Tidied up result code variablesSteve Holme
2013-02-16email: Removed unnecessary forward declarationSteve Holme
2013-02-16pop3.c: Added reference to RFC-5034Steve Holme
2013-02-15pop3: Removed unnecessary state changes on failureSteve Holme
2013-02-15rename "easy" statemachines: call them block insteadDaniel Stenberg
2013-02-14pop3: Fixed blocking SSL connect when connecting via POP3SSteve Holme
2013-02-13email: Tidy up before additional IMAP workSteve Holme
2013-02-12email: Another post optimisation of endofresp() tidy upSteve Holme
2013-02-12email: Post optimisation of endofresp() tidy upSteve Holme
2013-02-12pingpong: Optimised the endofresp() functionSteve Holme
2013-02-11email: Post STARTLS capability code tidy up (Part Three)Steve Holme
2013-02-11email: Post STARTLS capability code tidy up (Part Two)Steve Holme
2013-02-10email: Post STARTLS capability code tidy up (Part One)Steve Holme
2013-02-10pop3: Added support for the STLS capability (Part Three)Steve Holme
2013-02-10pop3: Added support for the STLS capability (Part Two)Steve Holme
2013-02-10pop3: Added support for the STLS capability (Part One)Steve Holme
2013-02-09pop3: Fixed SASL authentication capability detectionSteve Holme
2013-02-09pop3: Fixed incorrect return value from pop3_endofresp()Steve Holme
2013-02-08pop3: Reworked pop3_endofresp() to simplify it littleSteve Holme
2013-02-06email: Moved starttls code in separate functionsSteve Holme
2013-02-05email: Reworked comments in the endofresp() functionsSteve Holme
2013-02-04email: Provided extra comments following recent pop3/imap fixesSteve Holme
2013-02-04pop3.c: Updated variable names to use shorter / more readable variantSteve Holme
2013-02-03pop3: Fixed no known authentication mechanism when fallback is requiredSteve Holme
2013-01-27pop3.c: Fixed unnecessary state change if starttls failsSteve Holme
2013-01-24pop3.c: Fixed failure detection during TLS upgradeSteve Holme
2013-01-23email: Removed unnecessary return statementsSteve Holme
2013-01-22email: Corrected references to SASL RFCSteve Holme
2013-01-20pop3.c: Fixed conditional compilation of the apop response functionSteve Holme
2013-01-19email: General code tidy upSteve Holme
2013-01-18pop3.c: Fixed a problem with pop3s connections not connecting properlySteve Holme
2013-01-17always-multi: always use non-blocking internalsDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-08pop3: Added support for non-blocking SSL upgradeSteve Holme
2013-01-06pop3.c: Fixed default authentication detectionSteve Holme
2013-01-06pop3.c: Small code tidy up following imap changesSteve Holme
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse