index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
smtp.c
Age
Commit message (
Expand
)
Author
2013-05-04
smtp: Fix trailing whitespace warning
Steve Holme
2013-05-04
smtp: Fix compilation warning
Steve Holme
2013-05-04
smtp: Updated RFC-2821 references to RFC-5321
Steve Holme
2013-05-04
smtp: Fixed sending of double CRLF caused by first in EOB
Steve Holme
2013-04-30
smtp: Tidy up to move the eob counter to the per-request structure
Steve Holme
2013-04-29
smtp: Fixed unknown percentage complete in progress bar
Steve Holme
2013-04-28
email: Tidy up of *_perform_authenticate()
Steve Holme
2013-04-28
smtp: Updated limit check to be more readable like the check in pop3
Steve Holme
2013-04-27
smtp: Added support for disabling the SASL initial response
Steve Holme
2013-04-16
smtp: Re-factored all perform based functions
Steve Holme
2013-04-16
smtp: Added description comments to all perform based functions
Steve Holme
2013-04-16
smtp: Moved smtp_quit() to be with the other perform functions
Steve Holme
2013-04-16
smtp: Moved smtp_rcpt_to() to be with the other perform functions
Steve Holme
2013-04-16
smtp: Moved smtp_mail() to be with the other perform functions
Steve Holme
2013-04-15
smtp: Updated the coding style of smtp_state_servergreet_resp()
Steve Holme
2013-04-13
smtp: Added support for ;auth=<mech> in the URL
Steve Holme
2013-04-13
smtp: Fix compiler warning
Steve Holme
2013-04-12
smtp: Moved parsing of url path into separate function
Steve Holme
2013-03-09
email: Removed hard returns from init functions
Steve Holme
2013-03-09
email: Updated the function descriptions for the logout / quit functions
Steve Holme
2013-03-09
email: Simplified the logout / quit functions
Steve Holme
2013-03-08
email: Tidied up the *_regular_transfer() functions
Steve Holme
2013-03-08
email: Simplified nesting of if statements in *_doing() functions
Steve Holme
2013-03-07
email: Minor code tidy up following recent changes
Steve Holme
2013-03-07
email: Optimised block_statemach() functions
Steve Holme
2013-03-03
smtp: Updated the coding style for state changes after a send operation
Steve Holme
2013-02-28
pop3 / smtp: Small comment tidy up
Steve Holme
2013-02-28
smtp: Corrected debug message for POP3_AUTH_FINAL constant
Steve Holme
2013-02-27
smtp: Re-factored the final SMTP_AUTH constant
Steve Holme
2013-02-26
Remove unused variable in smtp_state_data_resp()
Linus Nielsen Feltzing
2013-02-25
email: Small tidy up following recent changes
Steve Holme
2013-02-25
smtp: Removed bytecountp from the per-request structure
Steve Holme
2013-02-23
email: Additional tidy up of comments following recent changes
Steve Holme
2013-02-23
smtp: Removed some FTP heritage leftovers
Steve Holme
2013-02-23
smtp: Moved the per-request variables to the per-request data structure
Steve Holme
2013-02-23
pop3: Introduced a custom SMTP structure for per-request data
Steve Holme
2013-02-23
email: Minor tidy up following IMAP changes
Steve Holme
2013-02-19
smtp.c: fix enumerated type mixed with another type
Yang Tse
2013-02-16
email: Tidied up result code variables
Steve Holme
2013-02-16
email: Removed unnecessary forward declaration
Steve Holme
2013-02-15
rename "easy" statemachines: call them block instead
Daniel Stenberg
2013-02-14
smtp.c: Fixed a trailing whitespace
Steve Holme
2013-02-14
smtp: Refactored the smtp_state_auth_resp() function
Steve Holme
2013-02-13
email: Tidy up before additional IMAP work
Steve Holme
2013-02-13
smtp: Removed duplicate pingpong structure initialisation
Steve Holme
2013-02-12
email: Post optimisation of endofresp() tidy up
Steve Holme
2013-02-12
pingpong: Optimised the endofresp() function
Steve Holme
2013-02-11
email: Post STARTLS capability code tidy up (Part Three)
Steve Holme
2013-02-10
smtp: Added support for the STARTTLS capability (Part Two)
Steve Holme
2013-02-10
smtp: Added support for the STLS capability (Part One)
Steve Holme
[next]