summaryrefslogtreecommitdiff
path: root/lib/smtp.c
Commit message (Expand)AuthorAgeFilesLines
* email: Tidied up result code variablesSteve Holme2013-02-161-17/+16
* email: Removed unnecessary forward declarationSteve Holme2013-02-161-1/+0
* rename "easy" statemachines: call them block insteadDaniel Stenberg2013-02-151-5/+5
* smtp.c: Fixed a trailing whitespaceSteve Holme2013-02-141-1/+1
* smtp: Refactored the smtp_state_auth_resp() functionSteve Holme2013-02-141-3/+4
* email: Tidy up before additional IMAP workSteve Holme2013-02-131-8/+11
* smtp: Removed duplicate pingpong structure initialisationSteve Holme2013-02-131-6/+0
* email: Post optimisation of endofresp() tidy upSteve Holme2013-02-121-3/+0
* pingpong: Optimised the endofresp() functionSteve Holme2013-02-121-4/+2
* email: Post STARTLS capability code tidy up (Part Three)Steve Holme2013-02-111-36/+36
* smtp: Added support for the STARTTLS capability (Part Two)Steve Holme2013-02-101-3/+13
* smtp: Added support for the STLS capability (Part One)Steve Holme2013-02-101-1/+6
* smtp: Fixed an issue when processing EHLO failure responses (Part 3)Steve Holme2013-02-091-1/+1
* smtp: Fixed an issue when processing EHLO failure responses (Part 2)Steve Holme2013-02-091-5/+4
* smtp: Fixed an issue with missing capabilities after the AUTH lineSteve Holme2013-02-091-1/+5
* smtp: Fixed an issue when processing EHLO failure responsesSteve Holme2013-02-091-5/+6
* smtp: Reworked smtp_endofresp() to allow for extra capability detectionSteve Holme2013-02-081-51/+52
* smtp: Renamed smtp_state_auth_passwd_resp() functionSteve Holme2013-02-081-4/+5
* smtp: Updated SMTP_AUTH_PASSWD state constantSteve Holme2013-02-071-5/+5
* email: Moved starttls code in separate functionsSteve Holme2013-02-061-3/+14
* email: Reworked comments in the endofresp() functionsSteve Holme2013-02-051-2/+2
* email: Provided extra comments following recent pop3/imap fixesSteve Holme2013-02-041-3/+6
* smtp.c: Fixed unnecessary state change if starttls failsSteve Holme2013-01-271-1/+2
* smtp.c: Added comments to smtp_endofresp()Steve Holme2013-01-251-0/+4
* smtp.c: Corrected RFC referencesSteve Holme2013-01-241-3/+4
* smtp.c: Fixed failure detection during TLS upgradeSteve Holme2013-01-241-6/+9
* email: Removed unnecessary return statementsSteve Holme2013-01-231-3/+1
* email: Corrected references to SASL RFCSteve Holme2013-01-221-1/+1
* email: General code tidy upSteve Holme2013-01-191-16/+8
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-35/+6
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* smtp.c: Small code tidy up following imap changesSteve Holme2013-01-061-3/+5
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+1750
* build: rename 93 lib/*.c filesYang Tse2013-01-031-1750/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-3/+3
* smtp_doing: don't call smtp_dophase_done() if already failedSteve Holme2012-12-291-4/+6
* smtp.c: Added extra comments around SMTP_STOP state changeSteve Holme2012-12-291-0/+2
* smtp: Minor code tidy upSteve Holme2012-12-281-12/+22
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-23/+23
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-7/+0
* SMTP: only send SIZE if supportedFrantišek Kučera2012-09-041-1/+6
* smtp: Corrected result code for MAIL, RCPT and DATA commandsSteve Holme2012-06-241-5/+5
* smtp.c: Removed unused variableSteve Holme2012-06-091-1/+1
* smtp: Post apop feature code tidy upSteve Holme2012-06-091-3/+3
* sasl: Re-factored mechanism constants in preparation for APOP workSteve Holme2012-06-081-18/+18
* smtp.c: Re-factored the smtp_state_*_resp() functionsSteve Holme2012-06-071-24/+24
* smtp: Re-factored the SMTP_AUTH* state machine constantsSteve Holme2012-06-061-26/+26
* smtp.c: Removed whitespaceSteve Holme2012-06-051-1/+1
* smtp: Post authentication code tidy upSteve Holme2012-06-051-65/+78
* email: Removed duplicated header fileSteve Holme2012-06-051-1/+0