Fixed smtp.lua loading.
Adjusted tftp module. Added some comments.
This commit is contained in:
parent
843a431ef9
commit
d46f7a09a7
20 changed files with 162 additions and 139 deletions
|
@ -14,7 +14,7 @@ source = smtp.message{
|
|||
},
|
||||
body = {
|
||||
preamble = "If your client doesn't understand attachments, \r\n" ..
|
||||
"it will still display the preamble and the epilogue.\r\n",
|
||||
"it will still display the preamble and the epilogue.\r\n" ..
|
||||
"Preamble might show up even in a MIME enabled client.",
|
||||
-- first part: No headers means plain text, us-ascii.
|
||||
-- The mime.eol low-level filter normalizes end-of-line markers.
|
||||
|
@ -55,3 +55,5 @@ r, e = smtp.send{
|
|||
source = source,
|
||||
server = "mail.cs.princeton.edu"
|
||||
}
|
||||
|
||||
print(r, e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue