Results 67 comments of Arnt Gulbrandsen

Thanks for your quick response. The patch doesn't do anything about the UTF8 because RFCs 589x, 6531 and 6855 demand nothing of a server such as Dovecot. To name three...

Actually, let's do it differently. Why don't you just make some imaptest tests that fail, and I'll make them pass. That'll explain concisely what you have in mind. Does that...

One more question. This PR's goal ist limited in scope to EAI support like gmail's: Users can receive mail from and send mail to grå@grå.org and deal with that mail...

I know both of them. I should ;) I believe Dovecot escapes the requirements in 8265 at present. (Being able to host grå.org would change this.) 8265 applies to software...

I could make a followup PR to support local users with UTF8 names. The goal of this PR is more restricted (the same level of support as gmail currently has...

I absolutely agree that SEARCH FROM has to work. (It's a bit tricky, e.g. if the message contains a DKIM or PGP signature over the bytes as received.) How do...

Could you possibly link to an example in the style you most prefer?

Sadly, RFC 8625 is required even in the gmail-level support I had in mind for this PR. Sieve tests such as `address "from" :is :all` require it.

Hi, I wrote automatic tests for this (and did a little more work on the PR too). I believe that the optimal way to support EAI in Dovecot is with...

You don't really need to disable SMTPUTF8 in postfix — senders get the same error message in both cases. Disabling and enabling both have advantages, and both are _really small_...