aboutsummaryrefslogtreecommitdiff
path: root/lib/smtp.c
AgeCommit message (Expand)Author
2013-07-24string formatting: fix zero-length printf format stringYang Tse
2013-07-24string formatting: fix 25+ printf-style format stringsYang Tse
2013-05-04smtp: Fix trailing whitespace warningSteve Holme
2013-05-04smtp: Fix compilation warningSteve Holme
2013-05-04smtp: Updated RFC-2821 references to RFC-5321Steve Holme
2013-05-04smtp: Fixed sending of double CRLF caused by first in EOBSteve Holme
2013-04-30smtp: Tidy up to move the eob counter to the per-request structureSteve Holme
2013-04-29smtp: Fixed unknown percentage complete in progress barSteve Holme
2013-04-28email: Tidy up of *_perform_authenticate()Steve Holme
2013-04-28smtp: Updated limit check to be more readable like the check in pop3Steve Holme
2013-04-27smtp: Added support for disabling the SASL initial responseSteve Holme
2013-04-16smtp: Re-factored all perform based functionsSteve Holme
2013-04-16smtp: Added description comments to all perform based functionsSteve Holme
2013-04-16smtp: Moved smtp_quit() to be with the other perform functionsSteve Holme
2013-04-16smtp: Moved smtp_rcpt_to() to be with the other perform functionsSteve Holme
2013-04-16smtp: Moved smtp_mail() to be with the other perform functionsSteve Holme
2013-04-15smtp: Updated the coding style of smtp_state_servergreet_resp()Steve Holme
2013-04-13smtp: Added support for ;auth=<mech> in the URLSteve Holme
2013-04-13smtp: Fix compiler warningSteve Holme
2013-04-12smtp: Moved parsing of url path into separate functionSteve Holme
2013-03-09email: Removed hard returns from init functionsSteve Holme
2013-03-09email: Updated the function descriptions for the logout / quit functionsSteve Holme
2013-03-09email: Simplified the logout / quit functionsSteve Holme
2013-03-08email: Tidied up the *_regular_transfer() functionsSteve Holme
2013-03-08email: Simplified nesting of if statements in *_doing() functionsSteve Holme
2013-03-07email: Minor code tidy up following recent changesSteve Holme
2013-03-07email: Optimised block_statemach() functionsSteve Holme
2013-03-03smtp: Updated the coding style for state changes after a send operationSteve Holme
2013-02-28pop3 / smtp: Small comment tidy upSteve Holme
2013-02-28smtp: Corrected debug message for POP3_AUTH_FINAL constantSteve Holme
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