aboutsummaryrefslogtreecommitdiff
path: root/doc/smtp.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-21 06:33:47 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-21 06:33:47 +0000
commite63f500d24ff0238425c9e13f220daf09a277ef5 (patch)
tree52dd4ac536c2dbba1284476584e79442b3dda7ef /doc/smtp.html
parent68d57dc931e3567e46fddf08036a3328df8b6d2e (diff)
downloadluasocket-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.html2
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>
39The module <tt>smtp.lua</tt> provides functionality to send e-mail 39The <tt>smtp.lua</tt> module provides functionality to send e-mail
40messages. The implementation conforms to the Simple Mail Transfer Protocol, 40messages. 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>.
42The other RFC of interest in this implementation is 42The other RFC of interest in this implementation is