summaryrefslogtreecommitdiff
path: root/test/it_mail.t
AgeCommit message (Collapse)AuthorFilesLines
2024-03-21allow unicode in local part of mail addressesUrban Müller1-1/+1
2022-07-29rename _escape functions to _encodeDavid Flatz1-11/+11
2022-07-29improve validation and escaping of e-mail addresses: use same method for ↵David Flatz1-2/+21
validation in check_email and address_error; encode and validate IDNs; make (more) robust functions to split address lists and emails
2022-03-28handle missing closing bracket, remove blanks around email (filter_var balks)Urban Müller1-2/+2
2022-03-28user filter_var instead of regex (thx chrigi), correctly ignore display namesUrban Müller1-0/+3
2022-03-15simple unit test for it_mail::address_error()Christian A. Weber1-0/+6
2020-04-21use new array syntaxUrban Müller1-2/+2
2018-10-15Extend test for bug fixed in 7.2.11Christian Schneider1-1/+3
2018-06-21no reason for different namingUrban Müller1-0/+93