aboutsummaryrefslogtreecommitdiff
path: root/lib/smtp.c
AgeCommit message (Expand)Author
2013-02-27smtp: Re-factored the final SMTP_AUTH constantSteve Holme
2013-02-26Remove unused variable in smtp_state_data_resp()Linus Nielsen Feltzing
2013-02-25email: Small tidy up following recent changesSteve Holme
2013-02-25smtp: Removed bytecountp from the per-request structureSteve Holme
2013-02-23email: Additional tidy up of comments following recent changesSteve Holme
2013-02-23smtp: Removed some FTP heritage leftoversSteve Holme
2013-02-23smtp: Moved the per-request variables to the per-request data structureSteve Holme
2013-02-23pop3: Introduced a custom SMTP structure for per-request dataSteve Holme
2013-02-23email: Minor tidy up following IMAP changesSteve Holme
2013-02-19smtp.c: fix enumerated type mixed with another typeYang Tse
2013-02-16email: Tidied up result code variablesSteve Holme
2013-02-16email: Removed unnecessary forward declarationSteve Holme
2013-02-15rename "easy" statemachines: call them block insteadDaniel Stenberg
2013-02-14smtp.c: Fixed a trailing whitespaceSteve Holme
2013-02-14smtp: Refactored the smtp_state_auth_resp() functionSteve Holme
2013-02-13email: Tidy up before additional IMAP workSteve Holme
2013-02-13smtp: Removed duplicate pingpong structure initialisationSteve Holme
2013-02-12email: Post optimisation of endofresp() tidy upSteve Holme
2013-02-12pingpong: Optimised the endofresp() functionSteve Holme
2013-02-11email: Post STARTLS capability code tidy up (Part Three)Steve Holme
2013-02-10smtp: Added support for the STARTTLS capability (Part Two)Steve Holme
2013-02-10smtp: Added support for the STLS capability (Part One)Steve Holme
2013-02-09smtp: Fixed an issue when processing EHLO failure responses (Part 3)Steve Holme
2013-02-09smtp: Fixed an issue when processing EHLO failure responses (Part 2)Steve Holme
2013-02-09smtp: Fixed an issue with missing capabilities after the AUTH lineSteve Holme
2013-02-09smtp: Fixed an issue when processing EHLO failure responsesSteve Holme
2013-02-08smtp: Reworked smtp_endofresp() to allow for extra capability detectionSteve Holme
2013-02-08smtp: Renamed smtp_state_auth_passwd_resp() functionSteve Holme
2013-02-07smtp: Updated SMTP_AUTH_PASSWD state constantSteve Holme
2013-02-06email: Moved starttls code in separate functionsSteve Holme
2013-02-05email: Reworked comments in the endofresp() functionsSteve Holme
2013-02-04email: Provided extra comments following recent pop3/imap fixesSteve Holme
2013-01-27smtp.c: Fixed unnecessary state change if starttls failsSteve Holme
2013-01-25smtp.c: Added comments to smtp_endofresp()Steve Holme
2013-01-24smtp.c: Corrected RFC referencesSteve Holme
2013-01-24smtp.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-19email: General code tidy upSteve Holme
2013-01-17always-multi: always use non-blocking internalsDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06smtp.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-29smtp_doing: don't call smtp_dophase_done() if already failedSteve Holme
2012-12-29smtp.c: Added extra comments around SMTP_STOP state changeSteve Holme
2012-12-28smtp: Minor code tidy upSteve Holme
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse