Age | Commit message (Expand) | Author |
2013-02-10 | email: Post STARTLS capability code tidy up (Part One) | Steve Holme |
2013-02-10 | pop3: Added support for the STLS capability (Part Three) | Steve Holme |
2013-02-10 | pop3: Added support for the STLS capability (Part Two) | Steve Holme |
2013-02-10 | pop3: Added support for the STLS capability (Part One) | Steve Holme |
2013-02-09 | pop3: Fixed SASL authentication capability detection | Steve Holme |
2013-02-09 | pop3: Fixed incorrect return value from pop3_endofresp() | Steve Holme |
2013-02-08 | pop3: Reworked pop3_endofresp() to simplify it little | Steve Holme |
2013-02-06 | email: Moved starttls code in separate functions | Steve Holme |
2013-02-05 | email: Reworked comments in the endofresp() functions | Steve Holme |
2013-02-04 | email: Provided extra comments following recent pop3/imap fixes | Steve Holme |
2013-02-04 | pop3.c: Updated variable names to use shorter / more readable variant | Steve Holme |
2013-02-03 | pop3: Fixed no known authentication mechanism when fallback is required | Steve Holme |
2013-01-27 | pop3.c: Fixed unnecessary state change if starttls fails | Steve Holme |
2013-01-24 | pop3.c: Fixed failure detection during TLS upgrade | Steve Holme |
2013-01-23 | email: Removed unnecessary return statements | Steve Holme |
2013-01-22 | email: Corrected references to SASL RFC | Steve Holme |
2013-01-20 | pop3.c: Fixed conditional compilation of the apop response function | Steve Holme |
2013-01-19 | email: General code tidy up | Steve Holme |
2013-01-18 | pop3.c: Fixed a problem with pop3s connections not connecting properly | Steve Holme |
2013-01-17 | always-multi: always use non-blocking internals | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-08 | pop3: Added support for non-blocking SSL upgrade | Steve Holme |
2013-01-06 | pop3.c: Fixed default authentication detection | Steve Holme |
2013-01-06 | pop3.c: Small code tidy up following imap changes | Steve Holme |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-12-29 | pop3_doing: Applied debug info message when function fails | Steve Holme |
2012-12-29 | pop3.c: Removed unnecessary POP3_STOP state changes | Steve Holme |
2012-12-28 | pop3.c: Minor code tidy up | Steve Holme |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-24 | pop3_doing: don't call pop3_dophase_done() if already failed | Daniel Stenberg |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-12-05 | build: fix compilation with CURL_DISABLE_CRYPTO_AUTH flag | Stanislav Ivochkin |
2012-06-09 | pop3: Post apop feature code tidy up | Steve Holme |
2012-06-09 | pop3: Added support for apop authentication | Steve Holme |
2012-06-09 | pop3: Enhanced the extended authentication mechanism detection | Steve Holme |
2012-06-09 | pop3.c: Fixed length of SASL check | Steve Holme |
2012-06-08 | sasl: Re-factored mechanism constants in preparation for APOP work | Steve Holme |
2012-06-05 | pop3: Another small code tidy up | Steve Holme |
2012-06-05 | email: Removed duplicated header file | Steve Holme |
2012-06-04 | sasl: Renamed Curl_sasl_decode_ntlm_type2_message() | Steve Holme |
2012-06-04 | pop3: Post authentication code tidy up | Steve Holme |
2012-06-04 | pop3: Added support for sasl digest-md5 authentication | Steve Holme |
2012-06-04 | pop3: Changed the sasl mechanism detection from auth to capa | Steve Holme |
2012-06-03 | pop3: Added support for sasl cram-md5 authentication | Steve Holme |
2012-06-03 | pop3.c: Added conditional compilation for NTLM function calls | Steve Holme |
2012-06-03 | pop3: Fixed an issue with changes introduced in commit c267c53017bc | Steve Holme |
2012-06-02 | pop3.c:Corrected typo in commit 69ba0da8272d | Steve Holme |
2012-06-02 | pop3: Fixed the issue of having to supply the user name for all requests | Steve Holme |