You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jl...@apache.org on 2019/09/04 17:26:14 UTC

svn commit: r1866410 - /geronimo/specs/trunk/geronimo-javamail_1.6_spec/README.txt

Author: jlmonteiro
Date: Wed Sep  4 17:26:14 2019
New Revision: 1866410

URL: http://svn.apache.org/viewvc?rev=1866410&view=rev
Log:
Fix readme

Modified:
    geronimo/specs/trunk/geronimo-javamail_1.6_spec/README.txt

Modified: geronimo/specs/trunk/geronimo-javamail_1.6_spec/README.txt
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-javamail_1.6_spec/README.txt?rev=1866410&r1=1866409&r2=1866410&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-javamail_1.6_spec/README.txt (original)
+++ geronimo/specs/trunk/geronimo-javamail_1.6_spec/README.txt Wed Sep  4 17:26:14 2019
@@ -1,11 +1,10 @@
-JavaMail Specification 1.5
+JavaMail Specification 1.6
 ==========================
 
-These classes are based on the JavaMailTM API Design Specification Version 1.5 which can be found here:
-o https://javamail.java.net/nonav/docs/JavaMail-1.5.pdf
-o http://download.oracle.com/otn-pub/jcp/java_mail-1_5-mrel2-spec/javamail-1.5.0-javadocs.zip
+These classes are based on the JavaMailTM API Design Specification Version 1.6 which can be found here:
+o https://github.com/eclipse-ee4j/mail
 
-The classes represent the JavaMail API and contain implementations of the 
+The classes represent the JavaMail API and contain implementations of the
 classes found in the javax.mail packages. In order to function correctly,
 these classes require:
 
@@ -14,9 +13,9 @@ o J2SE 5.0/JDK 1.5 or newer
 o Implementations of the JavaMail providers to deal with pop/imap/etc.
   (You may use this with the geronimo-mail implementation or write your own)
 
-This contains no JavaDoc: see 
+This contains no JavaDoc: see
   https://java.net/projects/javamail/pages/Home
-  http://docs.oracle.com/javaee/7/api/
+  http://docs.oracle.com/javaee/8/api/
 
 for more information on how to use JavaMail to send messages.