diff --git a/manual/Tasks/mimemail.html b/manual/Tasks/mimemail.html index a92c21346..f2e72f5a2 100644 --- a/manual/Tasks/mimemail.html +++ b/manual/Tasks/mimemail.html @@ -35,9 +35,10 @@ attachments. JavaMail and Java Activation Framework are required for this task. The Java -Activation Framework is part of the standard class library for Java6 -to Java9 but must be provided as an external library for Java10 and -later again.
+Activation Framework is part of the standard class library for Java 6 +to Java 10 but thejava.activation
module has been
+deprecated in Java 9 and must be enabled explicitly when running on
+Java 10. Alternatively it can be provided as an external library.
Multiple files can be attached using FileSets.
activation.jar - (included in Java 6 to Java9 no longer included in Java10 and later) |
+ (included in Java 6 to Java 10 but
+ the mail task with MIME encoding, and deprecated mimemail task |