Results 13 issues of Arnt Gulbrandsen

Hi, SMTPTransport uses SMTPUTF8 incorrectly. It sends SMTPUTF8 if the server supports it, instead of when the message/addresses require it. The RFC says that the flag should be used when...

This adds the ability to send email to addresses like grå@grå.org, but preserves phpmailer's old behaviour for all addresses that worked before (such as info@grå.org). There's one new validator, which...

Hi, this is a WIP patch to support EAI. Some remarks: 1. Dovecot generally accepts just-send-8 and passes it on. This does the same, because IMO a patch should agree...

## Location name United Kingdom ## Source URL https://coronavirus.data.gov.uk/ is an overview page. The actual data is available at https://coronavirus.data.gov.uk/downloads/json/coronavirus-cases_latest.json and https://coronavirus.data.gov.uk/downloads/json/coronavirus-deaths_latest.json ## Notes/comments FYI, your current data source is...

This adds support for unicode email addresses in is_email and sanitise_email. It is intended to be sufficient to accept unicode email addresses in contact forms etc., it does *not* aspire...

This is written so that net-imap has the option of enabling IMAP4REV2 instead, if the IMAP server has that. (IMAP4Rev2 includes the same syntax and functionality.) With this PR, mikel-mail...

RFC 6855/9755 permits IMAP servers to send UTF8 in strings such as "this", but does not ban sending literals such as {4} this instead, and some servers do, and #8772...

This gives Thunderbird the ability to send messages to/from unicode addresses such as `grå@grå.org`. The user interface is not changed by this; it will be changed in a subsequent PR....

This adds Domain tests and does enough to parse unicode email addresses. However, I'm not quite happy. This needs documentation changes, I wouldn't mind another few Domain tests, and I...