aboutsummaryrefslogtreecommitdiff
path: root/lib/smtp.c
AgeCommit message (Expand)Author
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
2012-09-04SMTP: only send SIZE if supportedFrantišek Kučera
2012-06-24smtp: Corrected result code for MAIL, RCPT and DATA commandsSteve Holme
2012-06-09smtp.c: Removed unused variableSteve Holme
2012-06-09smtp: Post apop feature code tidy upSteve Holme
2012-06-08sasl: Re-factored mechanism constants in preparation for APOP workSteve Holme
2012-06-07smtp.c: Re-factored the smtp_state_*_resp() functionsSteve Holme
2012-06-06smtp: Re-factored the SMTP_AUTH* state machine constantsSteve Holme
2012-06-05smtp.c: Removed whitespaceSteve Holme
2012-06-05smtp: Post authentication 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-04sasl: Added service parameter to Curl_sasl_create_digest_md5_message()Steve Holme
2012-06-04sasl: Moved digest-md5 authentication message creation from smtp.cSteve Holme
2012-06-03sasl: Moved cram-md5 authentication message creation from smtp.cSteve Holme