org.conman.parsers.email

Parse RFC-5322 based email messages

$ luarocks install org.conman.parsers.email

Return a Lua table with the email headers parsed into individual
fields. Any fields not defined are returned in a field called
'generic'; the name is the raw header name, with the value the
raw value found.

This will also return the character position past the email headers
to facility reading in the body, if one exists.

Versions

1.2.1-1152 days ago12 downloads
1.2.0-1344 days ago26 downloads
1.1.1-33 years ago66 downloads
1.1.1-23 years ago31 downloads
1.1.1-16 years ago85 downloads
1.1.0-16 years ago292 downloads
1.0.1-17 years ago91 downloads
1.0.1-08 years ago188 downloads

Dependencies

LPeg >= 1.0.0, < 2.0.0
lua >= 5.1, < 5.5

Labels

Manifests