diff options
Diffstat (limited to 'doc/smtp.html')
| -rw-r--r-- | doc/smtp.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/smtp.html b/doc/smtp.html index 6b348e0..89f4757 100644 --- a/doc/smtp.html +++ b/doc/smtp.html | |||
| @@ -347,8 +347,9 @@ source = smtp.message{ | |||
| 347 | [1] = { | 347 | [1] = { |
| 348 | body = mime.eol(0, [[ | 348 | body = mime.eol(0, [[ |
| 349 | Lines in a message body should always end with CRLF. | 349 | Lines in a message body should always end with CRLF. |
| 350 | The smtp module will *NOT* perform translation. It will | 350 | The smtp module will *NOT* perform translation. However, the |
| 351 | perform necessary stuffing or '.' characters, though. | 351 | send function *DOES* perform SMTP stuffing, whereas the message |
| 352 | function does *NOT*. | ||
| 352 | ]]) | 353 | ]]) |
| 353 | }, | 354 | }, |
| 354 | -- second part: headers describe content to be a png image, | 355 | -- second part: headers describe content to be a png image, |
| @@ -397,7 +398,7 @@ r, e = smtp.send{ | |||
| 397 | <p> | 398 | <p> |
| 398 | <small> | 399 | <small> |
| 399 | Last modified by Diego Nehab on <br> | 400 | Last modified by Diego Nehab on <br> |
| 400 | Sat Aug 9 01:00:41 PDT 2003 | 401 | Thu Jun 17 02:47:21 EDT 2004 |
| 401 | </small> | 402 | </small> |
| 402 | </p> | 403 | </p> |
| 403 | </center> | 404 | </center> |
