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 |