mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 14:07:38 +03: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 { }