Age | Commit message (Expand) | Author |
2013-02-22 | imap: Fixed memory leak when performing multiple selects | Steve Holme |
2013-02-22 | imap.c: Fixed an incorrect variable reference | Steve Holme |
2013-02-16 | email: Tidied up result code variables | Steve Holme |
2013-02-16 | email: Removed unnecessary forward declaration | Steve Holme |
2013-02-15 | imap: Removed unnecessary state change on failure | Steve Holme |
2013-02-15 | rename "easy" statemachines: call them block instead | Daniel Stenberg |
2013-02-13 | email: Tidy up before additional IMAP work | Steve Holme |
2013-02-12 | imap: Corrected a whitespace issue from previous commit | Steve Holme |
2013-02-12 | email: Another post optimisation of endofresp() tidy up | Steve Holme |
2013-02-12 | email: Post optimisation of endofresp() tidy up | Steve Holme |
2013-02-12 | pingpong: Optimised the endofresp() function | Steve Holme |
2013-02-11 | email: Post STARTLS capability code tidy up (Part Three) | Steve Holme |
2013-02-11 | email: Post STARTLS capability code tidy up (Part Two) | Steve Holme |
2013-02-10 | email: Post STARTLS capability code tidy up (Part One) | Steve Holme |
2013-02-10 | imap: Fixed memory leak following commit f6010d9a0359 | Steve Holme |
2013-02-10 | imap: Added support for the STARTTLS capability (Part Three) | Steve Holme |
2013-02-10 | imap: Added support for the STARTTLS capability (Part Two) | Steve Holme |
2013-02-10 | imap: Added support for the STARTTLS capability (Part One) | Steve Holme |
2013-02-09 | imap: Corrected some comments | Steve Holme |
2013-02-08 | imap: Renamed state variables in imap_authenticate() | Steve Holme |
2013-02-07 | imap: Added support for SASL-IR extension (Part 2) | Steve Holme |
2013-02-07 | imap: Added support for SASL-IR extension (Part 1) | Steve Holme |
2013-02-07 | imap: Changed response tag generation to be completely unique | Steve Holme |
2013-02-06 | imap: Small variable rename in preparation for upcoming change | 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-03 | imap: Fixed no known authentication mechanism when fallback is required | Steve Holme |
2013-01-27 | imap.c: Fixed unnecessary state change if starttls fails | Steve Holme |
2013-01-24 | imap.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-19 | email: General code tidy up | 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-07 | imap.c: Small tidy up to add missing comment | Steve Holme |
2013-01-07 | imap: Added support for sasl digest-md5 authentication | Steve Holme |
2013-01-07 | imap: Added support for sasl cram-md5 authentication | Steve Holme |
2013-01-07 | imap: Added support for sasl ntlm authentication | Steve Holme |
2013-01-06 | imap: Added support for sasl login authentication | Steve Holme |
2013-01-06 | imap: Added support for sasl plain text authentication | Steve Holme |
2013-01-06 | imap: Introduced the continue response in imap_endofresp() | Steve Holme |
2013-01-06 | imap: Added support for SASL based authentication mechanism detection | 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-30 | imap.c: Minor follow up tidy up | Steve Holme |
2012-12-30 | imap: Code tidy up prior to adding support for the CAPABILITY command | Steve Holme |
2012-12-29 | imap_doing: don't call imap_dophase_done() if already failed | Steve Holme |
2012-12-29 | imap.c: Fixed bad state error when logging in with invalid credentials | Steve Holme |