summaryrefslogtreecommitdiff
path: root/lib/pop3.c
Commit message (Expand)AuthorAgeFilesLines
...
* email: Simplified nesting of if statements in *_doing() functionsSteve Holme2013-03-081-5/+3
* email: Minor code tidy up following recent changesSteve Holme2013-03-071-2/+1
* email: Optimised block_statemach() functionsSteve Holme2013-03-071-3/+1
* pop3: Updated the coding style for state changes after a send operationSteve Holme2013-03-031-18/+10
* pop3: Fixed unnecessary parent structure referenceSteve Holme2013-03-031-1/+1
* pop3 / smtp: Small comment tidy upSteve Holme2013-02-281-1/+1
* pop3: Small tidy up of function argumentsSteve Holme2013-02-281-1/+1
* pop3: Corrected debug message for POP3_AUTH_FINAL constantSteve Holme2013-02-281-1/+1
* pop3: Re-factored the final POP3_AUTH constantSteve Holme2013-02-271-6/+6
* email: Small tidy up following recent changesSteve Holme2013-02-251-3/+1
* pop3: Removed bytecountp from the per-request structureSteve Holme2013-02-251-4/+1
* pop3: Refactored the mailbox variable as it didn't reflect it's purposeSteve Holme2013-02-231-7/+7
* email: Additional tidy up of comments following recent changesSteve Holme2013-02-231-13/+11
* pop3: fix compiler warningDaniel Stenberg2013-02-231-3/+1
* pop3: Removed some FTP heritage leftoversSteve Holme2013-02-231-12/+3
* pop3: Moved the per-request variables to the per-request data structureSteve Holme2013-02-231-15/+15
* pop3: Introduced a custom POP3 structure for per-request dataSteve Holme2013-02-231-9/+9
* email: Minor tidy up following IMAP changesSteve Holme2013-02-231-2/+2
* pop3: Updated do phrase clean-up commentSteve Holme2013-02-221-1/+1
* email: Tidied up result code variablesSteve Holme2013-02-161-20/+19
* email: Removed unnecessary forward declarationSteve Holme2013-02-161-1/+0
* pop3.c: Added reference to RFC-5034Steve Holme2013-02-161-0/+1
* pop3: Removed unnecessary state changes on failureSteve Holme2013-02-151-9/+9
* rename "easy" statemachines: call them block insteadDaniel Stenberg2013-02-151-4/+4
* pop3: Fixed blocking SSL connect when connecting via POP3SSteve Holme2013-02-141-8/+0
* email: Tidy up before additional IMAP workSteve Holme2013-02-131-9/+12
* email: Another post optimisation of endofresp() tidy upSteve Holme2013-02-121-10/+10
* email: Post optimisation of endofresp() tidy upSteve Holme2013-02-121-3/+0
* pingpong: Optimised the endofresp() functionSteve Holme2013-02-121-4/+2
* email: Post STARTLS capability code tidy up (Part Three)Steve Holme2013-02-111-36/+35
* email: Post STARTLS capability code tidy up (Part Two)Steve Holme2013-02-111-44/+45
* email: Post STARTLS capability code tidy up (Part One)Steve Holme2013-02-101-5/+5
* pop3: Added support for the STLS capability (Part Three)Steve Holme2013-02-101-3/+12
* pop3: Added support for the STLS capability (Part Two)Steve Holme2013-02-101-20/+38
* pop3: Added support for the STLS capability (Part One)Steve Holme2013-02-101-1/+5
* pop3: Fixed SASL authentication capability detectionSteve Holme2013-02-091-3/+3
* pop3: Fixed incorrect return value from pop3_endofresp()Steve Holme2013-02-091-1/+1
* pop3: Reworked pop3_endofresp() to simplify it littleSteve Holme2013-02-081-50/+47
* email: Moved starttls code in separate functionsSteve Holme2013-02-061-4/+14
* email: Reworked comments in the endofresp() functionsSteve Holme2013-02-051-3/+3
* email: Provided extra comments following recent pop3/imap fixesSteve Holme2013-02-041-2/+6
* pop3.c: Updated variable names to use shorter / more readable variantSteve Holme2013-02-041-3/+3
* pop3: Fixed no known authentication mechanism when fallback is requiredSteve Holme2013-02-031-46/+41
* pop3.c: Fixed unnecessary state change if starttls failsSteve Holme2013-01-271-1/+2
* pop3.c: Fixed failure detection during TLS upgradeSteve Holme2013-01-241-6/+9
* email: Removed unnecessary return statementsSteve Holme2013-01-231-2/+0
* email: Corrected references to SASL RFCSteve Holme2013-01-221-1/+1
* pop3.c: Fixed conditional compilation of the apop response functionSteve Holme2013-01-201-0/+4
* email: General code tidy upSteve Holme2013-01-191-10/+5
* pop3.c: Fixed a problem with pop3s connections not connecting properlySteve Holme2013-01-181-1/+6