| Commit message (Expand) | Author | Age | Files | Lines |
* | smtp.c: fix enumerated type mixed with another type | Yang Tse | 2013-02-19 | 1 | -2/+3 |
* | email: Tidied up result code variables | Steve Holme | 2013-02-16 | 1 | -17/+16 |
* | email: Removed unnecessary forward declaration | Steve Holme | 2013-02-16 | 1 | -1/+0 |
* | rename "easy" statemachines: call them block instead | Daniel Stenberg | 2013-02-15 | 1 | -5/+5 |
* | smtp.c: Fixed a trailing whitespace | Steve Holme | 2013-02-14 | 1 | -1/+1 |
* | smtp: Refactored the smtp_state_auth_resp() function | Steve Holme | 2013-02-14 | 1 | -3/+4 |
* | email: Tidy up before additional IMAP work | Steve Holme | 2013-02-13 | 1 | -8/+11 |
* | smtp: Removed duplicate pingpong structure initialisation | Steve Holme | 2013-02-13 | 1 | -6/+0 |
* | email: Post optimisation of endofresp() tidy up | Steve Holme | 2013-02-12 | 1 | -3/+0 |
* | pingpong: Optimised the endofresp() function | Steve Holme | 2013-02-12 | 1 | -4/+2 |
* | email: Post STARTLS capability code tidy up (Part Three) | Steve Holme | 2013-02-11 | 1 | -36/+36 |
* | smtp: Added support for the STARTTLS capability (Part Two) | Steve Holme | 2013-02-10 | 1 | -3/+13 |
* | smtp: Added support for the STLS capability (Part One) | Steve Holme | 2013-02-10 | 1 | -1/+6 |
* | smtp: Fixed an issue when processing EHLO failure responses (Part 3) | Steve Holme | 2013-02-09 | 1 | -1/+1 |
* | smtp: Fixed an issue when processing EHLO failure responses (Part 2) | Steve Holme | 2013-02-09 | 1 | -5/+4 |
* | smtp: Fixed an issue with missing capabilities after the AUTH line | Steve Holme | 2013-02-09 | 1 | -1/+5 |
* | smtp: Fixed an issue when processing EHLO failure responses | Steve Holme | 2013-02-09 | 1 | -5/+6 |
* | smtp: Reworked smtp_endofresp() to allow for extra capability detection | Steve Holme | 2013-02-08 | 1 | -51/+52 |
* | smtp: Renamed smtp_state_auth_passwd_resp() function | Steve Holme | 2013-02-08 | 1 | -4/+5 |
* | smtp: Updated SMTP_AUTH_PASSWD state constant | Steve Holme | 2013-02-07 | 1 | -5/+5 |
* | email: Moved starttls code in separate functions | Steve Holme | 2013-02-06 | 1 | -3/+14 |
* | email: Reworked comments in the endofresp() functions | Steve Holme | 2013-02-05 | 1 | -2/+2 |
* | email: Provided extra comments following recent pop3/imap fixes | Steve Holme | 2013-02-04 | 1 | -3/+6 |
* | smtp.c: Fixed unnecessary state change if starttls fails | Steve Holme | 2013-01-27 | 1 | -1/+2 |
* | smtp.c: Added comments to smtp_endofresp() | Steve Holme | 2013-01-25 | 1 | -0/+4 |
* | smtp.c: Corrected RFC references | Steve Holme | 2013-01-24 | 1 | -3/+4 |
* | smtp.c: Fixed failure detection during TLS upgrade | Steve Holme | 2013-01-24 | 1 | -6/+9 |
* | email: Removed unnecessary return statements | Steve Holme | 2013-01-23 | 1 | -3/+1 |
* | email: Corrected references to SASL RFC | Steve Holme | 2013-01-22 | 1 | -1/+1 |
* | email: General code tidy up | Steve Holme | 2013-01-19 | 1 | -16/+8 |
* | always-multi: always use non-blocking internals | Daniel Stenberg | 2013-01-17 | 1 | -35/+6 |
* | build: fix circular header inclusion with other packages | Yang Tse | 2013-01-09 | 1 | -1/+1 |
* | smtp.c: Small code tidy up following imap changes | Steve Holme | 2013-01-06 | 1 | -3/+5 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -0/+1750 |
* | build: rename 93 lib/*.c files | Yang Tse | 2013-01-03 | 1 | -1750/+0 |
* | build: make use of 93 lib/*.c renamed files | Yang Tse | 2013-01-03 | 1 | -3/+3 |
* | smtp_doing: don't call smtp_dophase_done() if already failed | Steve Holme | 2012-12-29 | 1 | -4/+6 |
* | smtp.c: Added extra comments around SMTP_STOP state change | Steve Holme | 2012-12-29 | 1 | -0/+2 |
* | smtp: Minor code tidy up | Steve Holme | 2012-12-28 | 1 | -12/+22 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -23/+23 |
* | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse | 2012-12-14 | 1 | -7/+0 |
* | SMTP: only send SIZE if supported | František Kučera | 2012-09-04 | 1 | -1/+6 |
* | smtp: Corrected result code for MAIL, RCPT and DATA commands | Steve Holme | 2012-06-24 | 1 | -5/+5 |
* | smtp.c: Removed unused variable | Steve Holme | 2012-06-09 | 1 | -1/+1 |
* | smtp: Post apop feature code tidy up | Steve Holme | 2012-06-09 | 1 | -3/+3 |
* | sasl: Re-factored mechanism constants in preparation for APOP work | Steve Holme | 2012-06-08 | 1 | -18/+18 |
* | smtp.c: Re-factored the smtp_state_*_resp() functions | Steve Holme | 2012-06-07 | 1 | -24/+24 |
* | smtp: Re-factored the SMTP_AUTH* state machine constants | Steve Holme | 2012-06-06 | 1 | -26/+26 |
* | smtp.c: Removed whitespace | Steve Holme | 2012-06-05 | 1 | -1/+1 |
* | smtp: Post authentication code tidy up | Steve Holme | 2012-06-05 | 1 | -65/+78 |