Skip to content
Success

Changes

Summary

  1. Added tag JAVAMAIL-1_6_0-RC1 for changeset d90b0230ffde
  2. Update version to 1.6.0-rc1.
  3. Update spec license.
  4. Update copyright date.
  5. Sync with updates to comments for JDK 9.
  6. Support connecting through a web proxy server - bug 9418
  7. Support UTF-8 always with PLAIN authentication per RFC 4616 - bug 9169
  8. No Method.getParameterCount() method on JDK 1.7.
Changeset 915:990d55e90e6c by bill shannon _bill.shannon@oracle.com_:
Added tag JAVAMAIL-1_6_0-RC1 for changeset d90b0230ffde
The file was modified.hgtags (diff)
Changeset 914:d90b0230ffde by bill shannon _bill.shannon@oracle.com_:
Update version to 1.6.0-rc1.
The file was modifiedandroid/activation/pom.xml (diff)
The file was modifiedandroid/mail/pom.xml (diff)
The file was modifiedandroid/pom.xml (diff)
The file was modifiedclient/pom.xml (diff)
The file was modifieddemo/pom.xml (diff)
The file was modifieddsn/pom.xml (diff)
The file was modifiedgimap/pom.xml (diff)
The file was modifiedimap/pom.xml (diff)
The file was modifiedjavadoc/pom.xml (diff)
The file was modifiedlogging/pom.xml (diff)
The file was modifiedmail/pom.xml (diff)
The file was modifiedmailapi/pom.xml (diff)
The file was modifiedmailapijar/pom.xml (diff)
The file was modifiedmailhandler/pom.xml (diff)
The file was modifiedmbox/native/pom.xml (diff)
The file was modifiedmbox/pom.xml (diff)
The file was modifiedoldmail/pom.xml (diff)
The file was modifiedoutlook/pom.xml (diff)
The file was modifiedparent-distrib/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedpop3/pom.xml (diff)
The file was modifiedpublish/pom.xml (diff)
The file was modifiedservlet/pom.xml (diff)
The file was modifiedsmtp/pom.xml (diff)
The file was modifiedtaglib/pom.xml (diff)
The file was modifiedwebapp/pom.xml (diff)
Changeset 913:75066dcecf9b by bill shannon _bill.shannon@oracle.com_:
Update spec license.
The file was modifiedmail/src/main/java/doc-files/speclicense.html (diff)
Changeset 912:fdb91b2b2220 by bill shannon _bill.shannon@oracle.com_:
Update copyright date.
The file was modifiedmail/src/main/java/com/sun/mail/util/SocketFetcher.java (diff)
Changeset 911:6bf732d15821 by bill shannon _bill.shannon@oracle.com_:
Sync with updates to comments for JDK 9.
The file was modifiedandroid/activation/src/main/java/javax/activation/MailcapCommandMap.java (diff)
The file was modifiedandroid/activation/src/main/java/javax/activation/MimetypesFileTypeMap.java (diff)
Changeset 910:1d7e18fe5aa6 by bill shannon _bill.shannon@oracle.com_:
Support connecting through a web proxy server - bug 9418
The file was modifieddoc/release/CHANGES.txt (diff)
The file was modifiedmail/src/main/java/com/sun/mail/imap/package.html (diff)
The file was modifiedmail/src/main/java/com/sun/mail/pop3/package.html (diff)
The file was modifiedmail/src/main/java/com/sun/mail/smtp/package.html (diff)
The file was modifiedmail/src/main/java/com/sun/mail/util/SocketFetcher.java (diff)
Changeset 909:071a1ca0bf67 by bill shannon _bill.shannon@oracle.com_:
Support UTF-8 always with PLAIN authentication per RFC 4616 - bug 9169
The file was addedmail/src/test/java/com/sun/mail/imap/IMAPPlainHandler.java
The file was addedmail/src/test/java/com/sun/mail/imap/IMAPStoreTest.java
The file was modifieddoc/release/CHANGES.txt (diff)
The file was modifiedmail/src/main/java/com/sun/mail/imap/protocol/IMAPProtocol.java (diff)
The file was modifiedmail/src/main/java/com/sun/mail/smtp/SMTPTransport.java (diff)
The file was modifiedmail/src/main/java/com/sun/mail/smtp/package.html (diff)
The file was modifiedmail/src/test/java/com/sun/mail/imap/IMAPHandler.java (diff)
The file was modifiedmail/src/test/java/com/sun/mail/smtp/SMTPLoginHandler.java (diff)
The file was modifiedmail/src/test/java/com/sun/mail/smtp/SMTPUtf8Test.java (diff)
Changeset 908:464fdaabb73e by bill shannon _bill.shannon@oracle.com_:
No Method.getParameterCount() method on JDK 1.7.
The file was modifiedmail/src/test/java/com/sun/mail/util/logging/MailHandlerTest.java (diff)