diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-21 06:33:47 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-21 06:33:47 +0000 |
commit | e63f500d24ff0238425c9e13f220daf09a277ef5 (patch) | |
tree | 52dd4ac536c2dbba1284476584e79442b3dda7ef /doc/smtp.html | |
parent | 68d57dc931e3567e46fddf08036a3328df8b6d2e (diff) | |
download | luasocket-e63f500d24ff0238425c9e13f220daf09a277ef5.tar.gz luasocket-e63f500d24ff0238425c9e13f220daf09a277ef5.tar.bz2 luasocket-e63f500d24ff0238425c9e13f220daf09a277ef5.zip |
Adding the callback.lua documentation.
Diffstat (limited to 'doc/smtp.html')
-rw-r--r-- | doc/smtp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/smtp.html b/doc/smtp.html index 3a30a07..aa92149 100644 --- a/doc/smtp.html +++ b/doc/smtp.html | |||
@@ -36,7 +36,7 @@ | |||
36 | <h2 id=smtp>SMTP</h2> | 36 | <h2 id=smtp>SMTP</h2> |
37 | 37 | ||
38 | <p> | 38 | <p> |
39 | The module <tt>smtp.lua</tt> provides functionality to send e-mail | 39 | The <tt>smtp.lua</tt> module provides functionality to send e-mail |
40 | messages. The implementation conforms to the Simple Mail Transfer Protocol, | 40 | messages. The implementation conforms to the Simple Mail Transfer Protocol, |
41 | <a href="http://www.cs.princeton.edu/~diego/rfc/rfc2821.txt">RFC 2821</a>. | 41 | <a href="http://www.cs.princeton.edu/~diego/rfc/rfc2821.txt">RFC 2821</a>. |
42 | The other RFC of interest in this implementation is | 42 | The other RFC of interest in this implementation is |