Arnt Gulbrandsen
Arnt Gulbrandsen
I have an example. I'm on an IRC channel for a busy software project, to which some well-meaning people feed the output of the project's build bots. The channel is...
But RCPT should not have an SMTPUTF8 argument, only MAIL FROM should have that.
The argument SMTPUTF8 is sent only for MAIL FROM, and once sent, it extends the address format used in both MAIL FROM and RCPT TO (the reverse-path and forward-path syntax...
Hi, why was this closed? It looks quite nifty.
Oh, it's not necessary. Fuel uses OkHttp, which added IDNA2008 support a month or two ago. Fuel should then not need anything itself, AIUI. Agree?
I came back to this after several years because someone else has reported a similar problem, which was solved for now by setting their "use smtputf8" variable if *both* any...
FWIW, such a function would have both advantages and disadvantages. Advantages: It would help with sending mail to some addresses, I don't know how many. I suspect few. In my...
Hi, having an ASCII represenation would certainly make some things simpler, but it doesn't exist. Converting the localpart to ASCII isn't possible. Converting to ASCII poses some very big problems,...
Hi, I force-pushed with most things fixed. Remaining issues: 1. The code doesn't check whether SMTPUTF8 is supported before using it, to be similar to XVERT and because it doesn't...
The more I think about it, the better I like that approach.