This is an automated email from the ASF dual-hosted git repository.
sebbASF pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git
The following commit(s) were added to refs/heads/master by this push:
new 7e736042 Add fix for CR/LF rejection in IMAP quoteMailboxName
7e736042 is described below
commit 7e7360426b939fe91c288aaf81837895455e32f5
Author: Sebb <[email protected]>
AuthorDate: Thu Jun 25 23:34:25 2026 +0100
Add fix for CR/LF rejection in IMAP quoteMailboxName
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9cf14c96..804c4f1c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,6 +64,7 @@ The <action> type attribute can be add,update,fix,remove.
<release version="3.13.1" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Javid Khan, Gary
Gregory">Reject CR/LF in SimpleSMTPHeader and SimpleNNTPHeader fields
#397.</action>
+ <action type="fix" dev="sebb" due-to="Javid Khan">Reject CR/LF in IMAP
quoteMailboxName (#399).</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 97 to 102.</action>