diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-17 07:00:43 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-17 07:00:43 +0000 |
| commit | eac26d2c8dafab604ef2e97e504326cfaf1033cf (patch) | |
| tree | a0b53ee062a46c471014b07185229daff2e0162e /doc/smtp.html | |
| parent | 613534c79526e313d6bfd5ffa514797b364dc185 (diff) | |
| download | luasocket-eac26d2c8dafab604ef2e97e504326cfaf1033cf.tar.gz luasocket-eac26d2c8dafab604ef2e97e504326cfaf1033cf.tar.bz2 luasocket-eac26d2c8dafab604ef2e97e504326cfaf1033cf.zip | |
Updated manual timestamps and the added stuffing filters to mime.html.
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> |
