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.h
Age
Commit message (
Expand
)
Author
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-03-15
SMTP-multi: non-blocking connect
Ben Noordhuis
2011-03-15
SMTP in multi mode: use Curl_ssl_connect_nonblocking() when connecting.
Ben Noordhuis
2010-04-19
Implement SMTP authentication
monnerat
2010-04-02
fixed compiler warnings
Ben Greear
2010-03-29
fix smtp compile warning
Ben Greear
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-02-22
- Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account.
Patrick Monnerat
2010-02-20
- I made the SMTP code expect a 250 response back from the server after the
Daniel Stenberg
2010-02-12
- Jack Zhang reported a problem with SMTP: we wrongly used multiple addresses
Daniel Stenberg
2009-12-30
modified to get the EHLO domain from the path part of the URL instead of the
Daniel Stenberg
2009-12-30
moved the SMTP payload escape function into Curl_smtp_escape_eob and put
Daniel Stenberg
2009-12-30
(SMTP) support DATA better in the server and make sure to "escape" CRLF.CRLF
Daniel Stenberg
2009-12-12
introducing IMAP, POP3 and SMTP support (still lots of polish left to do)
Daniel Stenberg