commits@javamail.java.net

[mercurial:124] Document mail.mime.multipart.ignoreexistingboundaryparameter.

From: <shannon_at_kenai.com>
Date: Sat, 28 Feb 2009 01:44:45 +0000 (GMT)

Repository: mercurial
Revision: 124
Author: Bill Shannon <bill.shannon_at_sun.com>
Date: 2009-02-16 18:31:51 UTC
Link:
http://kenai.com/projects/javamail/sources/mercurial/revision/124

Log Message:
-----------
Document mail.mime.multipart.ignoreexistingboundaryparameter.

Modified Paths:
--------------
    mail/src/main/java/javax/mail/internet/package.html

Diffs:
-----
diff -r 863d5589c0b9 -r 9ecfecfdfa41
mail/src/main/java/javax/mail/internet/package.html
--- a/mail/src/main/java/javax/mail/internet/package.html Thu Feb
12 14:55:24 2009 -0800
+++ b/mail/src/main/java/javax/mail/internet/package.html Mon Feb
16 10:31:51 2009 -0800
@@ -5,7 +5,7 @@
 
   DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  
- Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
+ Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
  
   The contents of this file are subject to the terms of either the GNU
   General Public License Version 2 only ("GPL") or the Common
Development
@@ -357,6 +357,22 @@
 </TR>
 
 <TR>
+<TD>mail.mime.multipart. ignoreexistingboundaryparameter</TD>
+<TD>boolean</TD>
+<TD>
+Normally the boundary parameter in the Content-Type header of a
multipart
+body part is used to specify the separator between parts of the
multipart
+body. This System property may be set to <code>"true"</code> to cause
+the parser to look for a line in the multipart body that looks like a
+boundary line and use that value as the separator between subsequent
parts.
+This may be useful in cases where a broken anti-virus product has
rewritten
+the message incorrectly such that the boundary parameter and the
actual
+boundary value no longer match.
+The default value of this property is false.
+</TD>
+</TR>
+
+<TR>
 <TD>mail.alternates</TD>
 <TD>String</TD>
 <TD>