This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-mime4j.git
The following commit(s) were added to refs/heads/master by this push: new c5a290de Update comments of method fold in MimeUtil c5a290de is described below commit c5a290de416d3dbbbd9658a720d13f8ee8f70166 Author: hung phan <hp...@linagora.com> AuthorDate: Wed Nov 6 14:45:59 2024 +0700 Update comments of method fold in MimeUtil --- core/src/main/java/org/apache/james/mime4j/util/MimeUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/apache/james/mime4j/util/MimeUtil.java b/core/src/main/java/org/apache/james/mime4j/util/MimeUtil.java index 9c4655fe..8c416614 100644 --- a/core/src/main/java/org/apache/james/mime4j/util/MimeUtil.java +++ b/core/src/main/java/org/apache/james/mime4j/util/MimeUtil.java @@ -211,7 +211,7 @@ public final class MimeUtil { * encoded words; see <a href='http://www.faqs.org/rfcs/rfc2047.html'>RFC * 2047</a> section 2). If the string contains non-whitespace sequences * longer than the maximum number of characters a line break is inserted at the whitespace - * character following the sequence resulting in a line longer than 76 + * character following the sequence resulting in a line longer than the maximum number of * characters. * * @param s --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org