mirror of
https://github.com/shred/acme4j.git
synced 2025-12-13 11:14:02 +08:00
Remove last references to javax.mail
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user