File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
modules/core-module/src/main/java/org/simplejavamail/api/mailer Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ public interface MailerGenericBuilder<T extends MailerGenericBuilder<?>> {
427427 T trustingSSLHosts (String ... sslHostsToTrust );
428428
429429 /**
430- * Configures the current session to trust all hosts. Defaults to true, but this allows you to white list <em>only</em> certain hosts.
430+ * Configures the current session to trust all hosts. Defaults to true, but this allows you to whitelist <em>only</em> certain hosts.
431431 * <p>
432432 * Note that this is <em>not</em> the same as server identity verification, which is enabled through {@link #verifyingServerIdentity(boolean)}.
433433 * It would be prudent to have at least one of these features turned on, lest you be vulnerable to man-in-the-middle attacks.
You can’t perform that action at this time.
0 commit comments