mirror of
https://github.com/foxcpp/maddy.git
synced 2026-02-12 02:32:56 +02:00
226 B
226 B
Email local part
The module 'table.email_localpart' extracts and unescaped local ("username") part of the email address.
E.g. test@example.org => test "test @ a"@example.org => test @ a
table.email_localpart { }