Skip to content

Commit

Permalink
Illegal reflective access by com.sun.mail.util.SocketFetcher #124
Browse files Browse the repository at this point in the history
Co-authored-by: jmehrens <jason_mehrens@hotmail.com>
Co-authored-by: icu5545 <icu5545@github.com>
Signed-off-by: jmehrens <jason_mehrens@hotmail.com>
  • Loading branch information
jmehrens committed Feb 6, 2024
1 parent f8bad76 commit c4a41c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@
* The instantiated object will provide additional checks based on the content
* of the server's certificate are intended to prevent man-in-the-middle
* attacks. Defaults to any if the
* <code>mail.imap.ssl.checkserveridentity</code> is true (set or default).
* <code>mail.pop3.ssl.checkserveridentity</code> is true (set or default).
* Otherwise the default is null.
* </TD>
* </TR>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@
* The instantiated object will provide additional checks based on the content
* of the server's certificate are intended to prevent man-in-the-middle
* attacks. Defaults to any if the
* <code>mail.imap.ssl.checkserveridentity</code> is true (set or default).
* <code>mail.smtp.ssl.checkserveridentity</code> is true (set or default).
* Otherwise the default is null.
* </TD>
* </TR>
Expand Down

0 comments on commit c4a41c7

Please sign in to comment.