Remove last references to javax.mail

This commit is contained in:
Richard Körber
2025-01-26 15:35:09 +01:00
parent 8bb6560ff8
commit 3adab36f05
4 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ import org.shredzone.acme4j.smime.EmailIdentifier;
* Requires {@code Bouncy Castle}. The {@link org.bouncycastle.jce.provider.BouncyCastleProvider}
* must also be added as security provider.
* <p>
* A {@code javax.mail} implementation must be present in the classpath.
* A {@code jakarta.mail} implementation must be present in the classpath.
*
* @since 2.12
*/

View File

@@ -129,7 +129,7 @@ public class ResponseGenerator {
* MTA.
*
* @param session
* {@code javax.mail} {@link Session} to be used for this mail.
* {@code jakarta.mail} {@link Session} to be used for this mail.
* @return Generated {@link Message}.
*/
public Message generateResponse(Session session) throws MessagingException {