lua-users home
lua-l archive

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


David Given wrote:
> Does anyone know where I might be able to get a library that will let me
> write Lua scripts that can talk to IMAP servers? i.e. make connections,
> list folders, download email, etc. I need encrypted authentication (but
> plain-text authentication via TLS/SSL counts).
> 
> I'm happy with either pure Lua or via C bindings.

You may check imapfilter:
http://imapfilter.hellug.gr

It is a standalone program with embedded lua, but the autor had a plan
to make it a loadable lua module. In the meantime someone else made the
patch:

http://lists.hellug.gr/pipermail/imapfilter-devel/2007/000529.html

Regards,
miko