lua-users home
lua-l archive

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


 > > Has anybody got a Lua library for parsing Internet mail messages?
 > > I'm especially interested in parsing RFC 821 addresses.
 >
 > Can specify the kind of problem you are trying to solve?

I want a library to build, send, and parse email messages.
For example, I would like to parse my entire existing email archives
and build a Lua table mapping full name to most recent email address.


Norman