I didn't even know that multiple addresses were possible.
As you know, URL's can basically be anything, it does not seem possible to handle them all.
ZnUrl covers the most common cases, that is already something.
Indeed, as you can see from #testMailTo there is basic support for the mailto: scheme which seems to match the existing instance variables, other variants feel out of scope I guess.
> On 16 Jun 2018, at 15:17, Sean P. DeNigris <
[hidden email]> wrote:
>
> I have a ZnUrl subclass MailtoUrl. It was working for simple cases, but then
> I realized that ZnUrl assumes a single username. At first, I figured maybe
> mailto was such a specialized case that it wouldn't be worth reexamining,
> but then I noticed that ZnUrl implemented #mailToAddress so I figured it was
> at least worth asking about.
>
> The reason it seems important to specify the users this way is that,
> although the rfc [1] allows users to be specified in the query, it also says
> that "[that] form is NOT RECOMMENDED becauseā¦ some existing clients ignore
> "to" <hfvalue>s."
>
> 1.
https://tools.ietf.org/html/rfc6068>
>
>
> -----
> Cheers,
> Sean
> --
> Sent from:
http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html>