Hello,

Just want to know if this was yet dicussed (is there no "search" available via HTTP mail archive(s)??) or approved:
I like to have the URIBuilder supports https://tools.ietf.org/html/rfc6068

Currently the tested version 5.0 has a strange behavior, not preserving the (private) field "encodedSchemeSpecificPart", if e.g. .setParameter() calls used to build a "mailto:m...@email.com?subject=xyz&body=mailbody"; URLs:

    new URIBuilder("mailto:my@email.server";) only works, but
    new URIBuilder("mailto:my@email.server";).setParameter("subject", "mail subject") .setParameter("body", "mail body") fails

Also there are no setter/getter for the field "encodedSchemeSpecificPart" to add the e-mail address;
that might help to get around the current missing support.

Thanks, Torsten


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to