Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit b72a136

Browse files
committed
document the mail.debug.auth.username and mail.debug.auth.password properties
1 parent f6a31c6 commit b72a136

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

mail/src/main/java/javax/mail/package.html

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
77
8-
Copyright (c) 1997-2015 Oracle and/or its affiliates. All rights reserved.
8+
Copyright (c) 1997-2016 Oracle and/or its affiliates. All rights reserved.
99
1010
The contents of this file are subject to the terms of either the GNU
1111
General Public License Version 2 only ("GPL") or the Common Development
@@ -254,6 +254,26 @@ <H4>Properties</H4>
254254
</TD>
255255
</TR>
256256

257+
<A NAME="mail.debug.auth.username"></A>
258+
<TR id="mail.debug.auth.username">
259+
<TD>mail.debug.auth.username</TD>
260+
<TD>boolean</TD>
261+
<TD>
262+
Include the user name in non-protocol debug output.
263+
Default is true.
264+
</TD>
265+
</TR>
266+
267+
<A NAME="mail.debug.auth.password"></A>
268+
<TR id="mail.debug.auth.password">
269+
<TD>mail.debug.auth.password</TD>
270+
<TD>boolean</TD>
271+
<TD>
272+
Include the password in non-protocol debug output.
273+
Default is false.
274+
</TD>
275+
</TR>
276+
257277
<A NAME="mail.transport.protocol.address-type"></A>
258278
<TR id="mail.transport.protocol.address-type">
259279
<TD>mail.transport.protocol.<i>address-type</i></TD>

0 commit comments

Comments
 (0)