summaryrefslogtreecommitdiff
path: root/lib/smtp.c
Commit message (Expand)AuthorAgeFilesLines
* SASL: fix compiler warningsDaniel Stenberg2013-09-041-3/+3
* imap/smtp: Fixed incorrect SASL mechanism selection with XOAUTH2 serversSteve Holme2013-09-041-2/+2
* smtp: added basic SASL XOAUTH2 supportKyle L. Huff2013-08-261-1/+61
* SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg2013-08-121-8/+8
* urldata: clean up the use of the protocol specific structsDaniel Stenberg2013-08-121-30/+14
* comments: remove old and wrong multi/easy interface statementsDaniel Stenberg2013-08-091-2/+1
* string formatting: fix zero-length printf format stringYang Tse2013-07-241-4/+4
* string formatting: fix 25+ printf-style format stringsYang Tse2013-07-241-1/+1
* smtp: Fix trailing whitespace warningSteve Holme2013-05-041-1/+1
* smtp: Fix compilation warningSteve Holme2013-05-041-1/+1
* smtp: Updated RFC-2821 references to RFC-5321Steve Holme2013-05-041-3/+3
* smtp: Fixed sending of double CRLF caused by first in EOBSteve Holme2013-05-041-13/+28
* smtp: Tidy up to move the eob counter to the per-request structureSteve Holme2013-04-301-15/+15
* smtp: Fixed unknown percentage complete in progress barSteve Holme2013-04-291-1/+6
* email: Tidy up of *_perform_authenticate()Steve Holme2013-04-281-17/+19
* smtp: Updated limit check to be more readable like the check in pop3Steve Holme2013-04-281-1/+1
* smtp: Added support for disabling the SASL initial responseSteve Holme2013-04-271-8/+15
* smtp: Re-factored all perform based functionsSteve Holme2013-04-161-29/+29
* smtp: Added description comments to all perform based functionsSteve Holme2013-04-161-5/+59
* smtp: Moved smtp_quit() to be with the other perform functionsSteve Holme2013-04-161-19/+19
* smtp: Moved smtp_rcpt_to() to be with the other perform functionsSteve Holme2013-04-161-21/+21
* smtp: Moved smtp_mail() to be with the other perform functionsSteve Holme2013-04-161-72/+72
* smtp: Updated the coding style of smtp_state_servergreet_resp()Steve Holme2013-04-151-3/+3
* smtp: Added support for ;auth=<mech> in the URLSteve Holme2013-04-131-5/+66
* smtp: Fix compiler warningSteve Holme2013-04-131-1/+0
* smtp: Moved parsing of url path into separate functionSteve Holme2013-04-121-12/+30
* email: Removed hard returns from init functionsSteve Holme2013-03-091-2/+3
* email: Updated the function descriptions for the logout / quit functionsSteve Holme2013-03-091-3/+1
* email: Simplified the logout / quit functionsSteve Holme2013-03-091-6/+4
* email: Tidied up the *_regular_transfer() functionsSteve Holme2013-03-081-6/+4
* email: Simplified nesting of if statements in *_doing() functionsSteve Holme2013-03-081-5/+3
* email: Minor code tidy up following recent changesSteve Holme2013-03-071-2/+1
* email: Optimised block_statemach() functionsSteve Holme2013-03-071-3/+1
* smtp: Updated the coding style for state changes after a send operationSteve Holme2013-03-031-18/+10
* pop3 / smtp: Small comment tidy upSteve Holme2013-02-281-2/+2
* smtp: Corrected debug message for POP3_AUTH_FINAL constantSteve Holme2013-02-281-1/+1
* smtp: Re-factored the final SMTP_AUTH constantSteve Holme2013-02-271-7/+7
* Remove unused variable in smtp_state_data_resp()Linus Nielsen Feltzing2013-02-261-2/+0
* email: Small tidy up following recent changesSteve Holme2013-02-251-2/+1
* smtp: Removed bytecountp from the per-request structureSteve Holme2013-02-251-5/+1
* email: Additional tidy up of comments following recent changesSteve Holme2013-02-231-12/+10
* smtp: Removed some FTP heritage leftoversSteve Holme2013-02-231-9/+2
* smtp: Moved the per-request variables to the per-request data structureSteve Holme2013-02-231-12/+12
* pop3: Introduced a custom SMTP structure for per-request dataSteve Holme2013-02-231-6/+6
* email: Minor tidy up following IMAP changesSteve Holme2013-02-231-2/+2
* smtp.c: fix enumerated type mixed with another typeYang Tse2013-02-191-2/+3
* 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