This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-email.git
The following commit(s) were added to refs/heads/master by this push: new a84158c Throw more specific exceptions in MimeMessageParser #11 a84158c is described below commit a84158c25dcf61f8674fffb8c8e2cdf79802176d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 10 10:06:28 2023 -0500 Throw more specific exceptions in MimeMessageParser #11 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8de6ce9..aec5dc1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -42,6 +42,7 @@ Update conversion code #153. </action> <action type="fix" dev="sgoeschl" due-to="Alexander Lehmann">Email.setBounceAddress no longer accepts invalid email addresses.</action> + <action type="fix" dev="sgoeschl" due-to="Amir Behnam, Michael Osipov">Throw more specific exceptions in MimeMessageParser #11.</action> <!-- ADD --> <action type="add" due-to="Dependabot" dev="ggregory"> Add github/codeql-action #75.