Commit Graph

9 Commits

Author SHA1 Message Date
galjonsfigur 6926c66b16 Polish Lua examples (#2846)
* Add missing globals from luacheck config

* Fix luacheck warnings in all lua files

* Re-enable luacheck in Travis

* Speed up Travis by using preinstalled LuaRocks

* Fix more luacheck warnings in httpserver lua module

* Fix DCC module and add appropriate definitions to luacheck config.

* Change inline comments from ignoring block to only ignore specific line

* Add Luacheck for Windows and enable it for both Windows and Linux

* Change luacheck exceptions and fix errors from 1st round of polishing

* Add retry and timeout params to wget
2020-06-09 22:26:52 +02:00
sergio d77666c0e8 trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
AllAboutEE 6c092e42ed Fixed bug where email text after CR and LF would not be read. Added example links, Fixed bug where send function could not be called more than once due to count variable. 2015-03-16 04:17:19 -05:00
AllAboutEE 0144e40cf0 Added comments and links to learn more about SMTP. 2015-03-16 00:39:29 -05:00
AllAboutEE be4bb14e7c Added comments to send_email_smtp and removed an unecessary variable. Fixed mispelling in comment in read_email_imap.lua 2015-03-13 20:51:19 -05:00
AllAboutEE 998f96a4d6 Added base64 module needed to encode username and password. Added SMTP send email example. 2015-03-13 14:39:14 -05:00
AllAboutEE 72f767445f Working example of IMAP read email module. 2015-03-12 11:27:01 -05:00
AllAboutEE 56aa416535 Added imap lua module and updated read_email_imap.lua example to use module. There is a bug where Examine is not sent sometimes. 2015-03-12 01:16:02 -05:00
AllAboutEE 36d42010c2 Added IMAP read email example. The example is working but the output sections are not 100% correct. Parsing the output and waiting for OK message from server is needed. 2015-03-11 08:32:00 -05:00