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
2011-03-14
protocols: use CURLPROTO_ internally
Daniel Stenberg
2011-03-14
protocol handler: added flags field
Daniel Stenberg
2010-12-22
SMTP: add brackets for MAIL FROM
Brad Hards
2010-12-06
url: provide dead_connection flag in Curl_handler::disconnect
Kamil Dudka
2010-12-03
fix compiler warning: assignment within conditional expression
Yang Tse
2010-12-01
fix compiler warning: conversion may lose significant bits
Yang Tse
2010-11-28
atoi: remove atoi usage
Yang Tse
2010-10-11
SMTP: debug output for no known auth mechanisms supported
Daniel Stenberg
2010-07-30
smtp_connect: always provide host name buffer
Daniel Stenberg
2010-07-30
NTLM tests: boost coverage by forcing the hostname
Kamil Dudka
2010-07-29
Changed comparison to match size_t var type.
Guenter Knauf
2010-06-18
smtp: fixed a few uses of size_t that seemed to believe it was signed
Daniel Stenberg
2010-05-31
fix compiler warning: enumerated type mixed with another type
Yang Tse
2010-05-31
smtp_authenticate: avoid compiler warnings
Patrick Monnerat
2010-05-20
Fix build warnings.
Ben Greear
2010-05-18
Fixed a memory leak in the SMTP torture tests
Dan Fandrich
2010-04-19
Remove null-effect leftover code.
monnerat
2010-04-19
Merge branch 'master' of github.com:bagder/curl
monnerat
2010-04-19
Implement SMTP authentication
monnerat
2010-04-16
Curl_setup_transfer: no longer returns anything
Daniel Stenberg
2010-04-02
fixed compiler warnings
Ben Greear
2010-03-29
use (s)size_t for string lengths to fix compiler warns
Daniel Stenberg
2010-03-29
fix smtp compile warning
Ben Greear
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-03-02
- Made the pingpong timeout code properly deal with the response timeout AND
Daniel Stenberg
2010-02-25
Fixed a couple of out of memory leaks and a segfault in the SMTP code.
Dan Fandrich
2010-02-22
_ Adjusted RFC821 HELO fallback and enabled test804
Patrick Monnerat
2010-02-22
- Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account.
Patrick Monnerat
2010-02-20
- Fixed the SMTP compliance by making sure RCPT TO addresses are specified
Daniel Stenberg
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
2010-01-25
make Curl_handler_*_proxy definition static
Yang Tse
2009-12-31
turned CURLOPT_MAIL_RCPT into a curl_slist list instead to support multiple
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-30
VMS specific preprocessor symbol checking adjustments
Yang Tse
2009-12-25
first shot at actually doing the SMTP upload as well, not doing the proper
Daniel Stenberg
2009-12-20
remove some unused code
Daniel Stenberg
2009-12-14
Fix compiler warnings
Yang Tse
2009-12-12
introducing IMAP, POP3 and SMTP support (still lots of polish left to do)
Daniel Stenberg
[prev]