aboutsummaryrefslogtreecommitdiff
path: root/lib/pop3.c
AgeCommit message (Expand)Author
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
2012-12-29pop3_doing: Applied debug info message when function failsSteve Holme
2012-12-29pop3.c: Removed unnecessary POP3_STOP state changesSteve Holme
2012-12-28pop3.c: Minor code tidy upSteve Holme
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-24pop3_doing: don't call pop3_dophase_done() if already failedDaniel Stenberg
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-12-05build: fix compilation with CURL_DISABLE_CRYPTO_AUTH flagStanislav Ivochkin
2012-06-09pop3: Post apop feature code tidy upSteve Holme
2012-06-09pop3: Added support for apop authenticationSteve Holme
2012-06-09pop3: Enhanced the extended authentication mechanism detectionSteve Holme
2012-06-09pop3.c: Fixed length of SASL checkSteve Holme
2012-06-08sasl: Re-factored mechanism constants in preparation for APOP workSteve Holme
2012-06-05pop3: Another small code tidy upSteve Holme
2012-06-05email: Removed duplicated header fileSteve Holme
2012-06-04sasl: Renamed Curl_sasl_decode_ntlm_type2_message()Steve Holme
2012-06-04pop3: Post authentication code tidy upSteve Holme
2012-06-04pop3: Added support for sasl digest-md5 authenticationSteve Holme
2012-06-04pop3: Changed the sasl mechanism detection from auth to capaSteve Holme
2012-06-03pop3: Added support for sasl cram-md5 authenticationSteve Holme
2012-06-03pop3.c: Added conditional compilation for NTLM function callsSteve Holme
2012-06-03pop3: Fixed an issue with changes introduced in commit c267c53017bcSteve Holme
2012-06-02pop3.c:Corrected typo in commit 69ba0da8272dSteve Holme
2012-06-02pop3: Fixed the issue of having to supply the user name for all requestsSteve Holme
2012-06-02pop3.c: Small code tidy upSteve Holme
2012-06-02pop3: Added support for sasl ntlm authenticationSteve Holme
2012-06-01pop3: Added support for sasl login authenticationSteve Holme
2012-05-31pop3: Added support for sasl plain text authenticationSteve Holme
2012-05-28pop3: Introduced the continue response in pop3_endofresp()Steve Holme
2012-05-28pop3: Changed response code from O and E to + and -Steve Holme
2012-05-28pop3: Small code tidy up following authentication work so farSteve Holme
2012-05-27pop3: remove variable-not-used warningsDaniel Stenberg
2012-05-27pop3: Added support for SASL based authentication mechanism detectionSteve Holme
2012-05-27pop3: remove trailing whitespaceDaniel Stenberg
2012-05-27pop3: Code tidy up before the introduction of authentication codeSteve Holme