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 |