lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Jul 30, 2013, at 12:19 AM, Michal Kottman <michal.kottman@gmail.com> wrote:

> There are some IMAP libraries for Lua, search for "Lua IMAP", for example pointing to here [1].

Specifically, Robert Raschke posted an UW IMAP binding here:

http://lua-users.org/lists/lua-l/2009-03/msg00352.html

Works rather well.

> [2] https://gist.github.com/mkottman/6108316

That link seems to point to a rater involved 'date.lua'… nothing related to IMAP at first glance… thoughts?

Oh… ah… here it it:

https://gist.github.com/mkottman/6108316#file-imap-lua

However… the code above seems to have none of the IMAP methods aside from a basic 'connect'… hmmm…