Am 2020-04-17 um 17:54 schrieb Torsten Rendelmann:
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:[email protected]?subject=xyz&body=mailbody" URLs:
new URIBuilder("mailto:[email protected]") only works, but
new URIBuilder("mailto:[email protected]").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.
You should open a JIRA issue for this. Otherwise this will get lost...
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]