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

Commit 1ccd6b4

Browse files
committed
Document mail.<protocol>.proxy.user and mail.<protocol>.proxy.password props.
1 parent b498233 commit 1ccd6b4

3 files changed

Lines changed: 54 additions & 0 deletions

File tree

mail/src/main/java/com/sun/mail/imap/package.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,24 @@
754754
</TD>
755755
</TR>
756756

757+
<TR>
758+
<TD><A NAME="mail.imap.proxy.user">mail.imap.proxy.user</A></TD>
759+
<TD>string</TD>
760+
<TD>
761+
Specifies the user name to use to authenticate with the HTTP web proxy server.
762+
By default, no authentication is done.
763+
</TD>
764+
</TR>
765+
766+
<TR>
767+
<TD><A NAME="mail.imap.proxy.password">mail.imap.proxy.password</A></TD>
768+
<TD>string</TD>
769+
<TD>
770+
Specifies the password to use to authenticate with the HTTP web proxy server.
771+
By default, no authentication is done.
772+
</TD>
773+
</TR>
774+
757775
<TR>
758776
<TD><A NAME="mail.imap.socks.host">mail.imap.socks.host</A></TD>
759777
<TD>string</TD>

mail/src/main/java/com/sun/mail/pop3/package.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,24 @@
494494
</TD>
495495
</TR>
496496

497+
<TR>
498+
<TD><A NAME="mail.pop3.proxy.user">mail.pop3.proxy.user</A></TD>
499+
<TD>string</TD>
500+
<TD>
501+
Specifies the user name to use to authenticate with the HTTP web proxy server.
502+
By default, no authentication is done.
503+
</TD>
504+
</TR>
505+
506+
<TR>
507+
<TD><A NAME="mail.pop3.proxy.password">mail.pop3.proxy.password</A></TD>
508+
<TD>string</TD>
509+
<TD>
510+
Specifies the password to use to authenticate with the HTTP web proxy server.
511+
By default, no authentication is done.
512+
</TD>
513+
</TR>
514+
497515
<TR>
498516
<TD><A NAME="mail.pop3.socks.host">mail.pop3.socks.host</A></TD>
499517
<TD>string</TD>

mail/src/main/java/com/sun/mail/smtp/package.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,24 @@
706706
</TD>
707707
</TR>
708708

709+
<TR>
710+
<TD><A NAME="mail.smtp.proxy.user">mail.smtp.proxy.user</A></TD>
711+
<TD>string</TD>
712+
<TD>
713+
Specifies the user name to use to authenticate with the HTTP web proxy server.
714+
By default, no authentication is done.
715+
</TD>
716+
</TR>
717+
718+
<TR>
719+
<TD><A NAME="mail.smtp.proxy.password">mail.smtp.proxy.password</A></TD>
720+
<TD>string</TD>
721+
<TD>
722+
Specifies the password to use to authenticate with the HTTP web proxy server.
723+
By default, no authentication is done.
724+
</TD>
725+
</TR>
726+
709727
<TR>
710728
<TD><A NAME="mail.smtp.socks.host">mail.smtp.socks.host</A></TD>
711729
<TD>string</TD>

0 commit comments

Comments
 (0)