aboutsummaryrefslogtreecommitdiff
path: root/lib/pop3.c
AgeCommit message (Expand)Author
2013-04-14pop3: Re-factored all perform based functionsSteve Holme
2013-04-14pop3: Added description comments to all perform based functionsSteve Holme
2013-04-14pop3: Moved pop3_quit() to be with the other perform functionsSteve Holme
2013-04-14pop3: Moved pop3_command() to be with the other perform functionsSteve Holme
2013-04-13pop3: Added support for ;auth=<mech> in the URLSteve Holme
2013-04-12pop3: Reworked the function description for Curl_pop3_write()Steve Holme
2013-04-12pop3: Added function description to pop3_parse_custom_request()Steve Holme
2013-04-12pop3: Moved utility functions to end of pop3.cSteve Holme
2013-03-13pop3: Removed unnecessary transfer cancellationSteve Holme
2013-03-12pop3: Fixed continuous wait when using --ftp-listSteve Holme
2013-03-09email: Removed hard returns from init functionsSteve Holme
2013-03-09email: Updated the function descriptions for the logout / quit functionsSteve Holme
2013-03-09email: Simplified the logout / quit functionsSteve Holme
2013-03-08email: Tidied up the *_regular_transfer() functionsSteve Holme
2013-03-08email: Simplified nesting of if statements in *_doing() functionsSteve Holme
2013-03-07email: Minor code tidy up following recent changesSteve Holme
2013-03-07email: Optimised block_statemach() functionsSteve Holme
2013-03-03pop3: Updated the coding style for state changes after a send operationSteve Holme
2013-03-03pop3: Fixed unnecessary parent structure referenceSteve Holme
2013-02-28pop3 / smtp: Small comment tidy upSteve Holme
2013-02-28pop3: Small tidy up of function argumentsSteve Holme
2013-02-28pop3: Corrected debug message for POP3_AUTH_FINAL constantSteve Holme
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