diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luasocket/doc/smtp.html')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luasocket/doc/smtp.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luasocket/doc/smtp.html b/Build/source/texk/web2c/luatexdir/luasocket/doc/smtp.html index 27dd4736b4b..bbbff8047b9 100644 --- a/Build/source/texk/web2c/luatexdir/luasocket/doc/smtp.html +++ b/Build/source/texk/web2c/luatexdir/luasocket/doc/smtp.html @@ -25,8 +25,8 @@ Library, Support"> </td></tr> </table> <p class=bar> -<a href="home.html">home</a> · -<a href="home.html#download">download</a> · +<a href="index.html">home</a> · +<a href="index.html#download">download</a> · <a href="installation.html">installation</a> · <a href="introduction.html">introduction</a> · <a href="reference.html">reference</a> @@ -48,14 +48,13 @@ control (if you bother to read the code). </p> <p>The implementation conforms to the Simple Mail Transfer Protocol, -<a href="http://www.cs.princeton.edu/~diego/rfc/rfc2821.txt">RFC 2821</a>. +<a href="http://www.ietf.org/rfc/rfc2821.txt">RFC 2821</a>. Another RFC of interest is <a -href="http://www.cs.princeton.edu/~diego/rfc/rfc2822.txt">RFC 2822</a>, +href="http://www.ietf.org/rfc/rfc2822.txt">RFC 2822</a>, which governs the Internet Message Format. Multipart messages (those that contain attachments) are part of the MIME standard, but described mainly -in <a href="http://www.cs.princeton.edu/~diego/rfc/rfc2046.txt">RFC -2046</a> +in <a href="http://www.ietf.org/rfc/rfc2046.txt">RFC 2046</a> <p> In the description below, good understanding of <a href="http://lua-users.org/wiki/FiltersSourcesAndSinks"> LTN012, Filters @@ -91,8 +90,9 @@ headers = {<br> </blockquote> <p> -Field names are case insensitive (as specified by the standard) and all -functions work with lowercase field names. +Field names are case insensitive (as specified by the standard) and all +functions work with lowercase field names (but see +<a href=socket.html#headers.canonic><tt>socket.headers.canonic</tt></a>). Field values are left unmodified. </p> @@ -196,7 +196,7 @@ part of the message and will not be sent to anyone. </p> <p class=note> -<a href="http://www.cs.princeton.edu/~diego/rfc/rfc2822.txt">RFC 2822</a> +<a href="http://www.ietf.org/rfc/rfc2822.txt">RFC 2822</a> has two <em>important and short</em> sections, "3.6.3. Destination address fields" and "5. Security considerations", explaining the proper use of these headers. Here is a summary of what it says: @@ -236,9 +236,9 @@ exactly what you <em>don't</em> want to happen! <p class=note> I hope this clarifies the issue. Otherwise, please refer to -<a href="http://www.cs.princeton.edu/~diego/rfc/rfc2821.txt">RFC 2821</a> +<a href="http://www.ietf.org/rfc/rfc2821.txt">RFC 2821</a> and -<a href="http://www.cs.princeton.edu/~diego/rfc/rfc2822.txt">RFC 2822</a>. +<a href="http://www.ietf.org/rfc/rfc2822.txt">RFC 2822</a>. </p> <pre class=example> @@ -398,8 +398,8 @@ r, e = smtp.send{ <hr> <center> <p class=bar> -<a href="home.html">home</a> · -<a href="home.html#down">download</a> · +<a href="index.html">home</a> · +<a href="index.html#down">download</a> · <a href="installation.html">installation</a> · <a href="introduction.html">introduction</a> · <a href="reference.html">reference</a> |