On Thursday, 3 September 2020 15:58:53 BST Xeno Amess wrote:
> > Is there a version of commons-email which uses
> >
> > the new jakarta-mail API rather than the old
> > javax.mail API?
>
> of course not.
> They just released 5.0.0, which use the new API, at just 4 days ago...
I was not expecting
Is there a version of commons-email which uses
the new jakarta-mail API rather than the old
javax.mail API?
If not is one planned?
https://issues.apache.org/jira/browse/CLI-249[1]
On Monday 06 April 2015 13:22:09 sebb wrote:
> I suggest you create a JIRA enhancement request so this can be tracked
> properly.
>
> On 5 April 2015 at 11:41, David Goodenough
>
> wrote:
> &g
Currently the code in org.apache.commons.cli.OptionValidator generates an
IllegalArgumentException which contains the message:-
"illegal option value '" + ch + "'"
This is generated in two places, one for single character options and one for
multi character options.
However this does not tell th