summaryrefslogtreecommitdiff
path: root/lib/pop3.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-25/+5
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* pop3: Added support for non-blocking SSL upgradeSteve Holme2013-01-081-6/+32
* pop3.c: Fixed default authentication detectionSteve Holme2013-01-061-4/+4
* pop3.c: Small code tidy up following imap changesSteve Holme2013-01-061-0/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+1764
* build: rename 93 lib/*.c filesYang Tse2013-01-031-1764/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-3/+3
* pop3_doing: Applied debug info message when function failsSteve Holme2012-12-291-5/+8