diff options
author | monnerat <pm@datasphere.ch> | 2010-04-19 11:16:30 +0200 |
---|---|---|
committer | monnerat <pm@datasphere.ch> | 2010-04-19 11:16:30 +0200 |
commit | 4bfe07640c93f8dfd3af4bb76c8346ef4a129cc8 (patch) | |
tree | ad0163b0560ab8fb593b7f98a6c53822a57d08a4 /docs/RESOURCES | |
parent | c5e539c312af011e312bd82a9fef6c2c44061ca9 (diff) | |
download | curl-4bfe07640c93f8dfd3af4bb76c8346ef4a129cc8.tar.gz |
Implement SMTP authentication
Diffstat (limited to 'docs/RESOURCES')
-rw-r--r-- | docs/RESOURCES | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/RESOURCES b/docs/RESOURCES index 4d6465d6e..760e75975 100644 --- a/docs/RESOURCES +++ b/docs/RESOURCES @@ -32,12 +32,16 @@ This document lists documents and standards used by curl. RFC 2068 - HTTP 1.1 (obsoleted by RFC 2616) + RFC 2104 - Keyed-Hashing for Message Authentication + RFC 2109 - HTTP State Management Mechanism (cookie stuff) - Also, read Netscape's specification at http://curl.haxx.se/rfc/cookie_spec.html RFC 2183 - The Content-Disposition Header Field + RFC 2195 - CRAM-MD5 authentication + RFC 2229 - A Dictionary Server Protocol RFC 2255 - Newer LDAP URL syntax document. @@ -73,3 +77,7 @@ This document lists documents and standards used by curl. RFC 2965 - HTTP State Management Mechanism. Cookies. Obsoletes RFC2109 RFC 3207 - SMTP over TLS + + RFC 4616 - PLAIN authentication + + RFC 4954 - SMTP Authentication |