Skip to content

Changes

Summary

  1. According to RFC822, quoted-string in local-part can contain special characters even ".", so following addresses should be accepted. (commit: 1580d06) (details)
  2. Update version to 1.6.5-SNAPSHOT. (commit: b574094) (details)
  3. Rename JavaBeans Activation Framework to Jakarta Activation. (commit: c873f47) (details)
  4. Add entry for previous fix. (commit: fa9f950) (details)
  5. Support building with JDK 11. (commit: 4094841) (details)
  6. Fix typo. (commit: a4849b1) (details)
  7. Make sure finalize force closes everything - fix #400 (commit: 836bcb6) (details)
  8. Avoid NPE - fix #399 (commit: ddcf38d) (details)
  9. Reduce resource requirements to fit in new resource limits. (commit: a4b757f) (details)
  10. Update Mail TCK URL. (commit: 70aec29) (details)
  11. Update TCK bundle URL. (commit: 7ad9fe3) (details)
  12. Avoid NPE in POP3Store.close - fix #413 (commit: 8ac4229) (details)
  13. Fix BASE64DecoderStream.read to return 0 when len is 0 - fix #408 (commit: 1a455bf) (details)
  14. NPE in MailHandler::isLoggable #421 (#422) (commit: 103332e) (details)
  15. fix typo (commit: c29f6e5) (details)
  16. Improve SMTP error message with server returns bad greeting - fix #387 (commit: 2b6ceed) (details)
  17. update to new parent pom (commit: 0eec4c8) (details)
  18. support more auth mechanisms with pop3: PLAIN, NTLM, XOAUTH2 - fix #416 (commit: adbf124) (details)
  19. 1.6.5 Final Release. (commit: b14b8e9) (details)
  20. Remove old oss.sonatype.org configuration that prevents deployment. (commit: 4c09279) (details)
Commit 1580d063cdcd966cfebcb2f1e3a29094bb0ad22d by Bill Shannon
According to RFC822, quoted-string in local-part can contain special characters even ".", so following addresses should be accepted.
"foo..bar"@example.com
"foo..bar".baz@example.com

Signed-off-by: yakamoto <yakamoto69@gmail.com>
(commit: 1580d06)
The file was modified mail/src/main/java/javax/mail/internet/InternetAddress.java (diff)
The file was modified mail/src/test/resources/javax/mail/internet/addrlist (diff)
Commit b5740946165518814fe31d76516a7928cea24aaf by Bill Shannon
Update version to 1.6.5-SNAPSHOT.
(commit: b574094)
The file was modified mailhandler/pom.xml (diff)
The file was modified outlook/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified servlet/pom.xml (diff)
The file was modified client/pom.xml (diff)
The file was modified demo/pom.xml (diff)
The file was modified android/pom.xml (diff)
The file was modified mailapi/pom.xml (diff)
The file was modified android/mail/pom.xml (diff)
The file was modified mailapijar/pom.xml (diff)
The file was modified publish/pom.xml (diff)
The file was modified android/activation/pom.xml (diff)
The file was modified mail/pom.xml (diff)
The file was modified parent-distrib/pom.xml (diff)
The file was modified mbox/native/pom.xml (diff)
The file was modified dsn/pom.xml (diff)
The file was modified smtp/pom.xml (diff)
The file was modified pop3/pom.xml (diff)
The file was modified javadoc/pom.xml (diff)
The file was modified imap/pom.xml (diff)
The file was modified webapp/pom.xml (diff)
The file was modified taglib/pom.xml (diff)
The file was modified mbox/pom.xml (diff)
The file was modified gimap/pom.xml (diff)
The file was modified logging/pom.xml (diff)
Commit c873f4757daa4cf1c194c4cbefd0995ef816cfd8 by Bill Shannon
Rename JavaBeans Activation Framework to Jakarta Activation.
(commit: c873f47)
The file was modified android/activation/exclude.xml (diff)
The file was modified android/activation/src/main/java/javax/activation/URLDataSource.java (diff)
The file was modified android/activation/src/main/java/javax/activation/package.html (diff)
The file was modified android/activation/pom.xml (diff)
The file was modified android/activation/src/main/java/javax/activation/CommandObject.java (diff)
The file was modified android/activation/src/main/java/javax/activation/DataSource.java (diff)
The file was modified android/activation/src/main/java/javax/activation/ActivationDataFlavor.java (diff)
The file was modified doc/release/CHANGES.txt (diff)
The file was modified dsn/src/main/java/com/sun/mail/dsn/package.html (diff)
The file was modified parent-distrib/pom.xml (diff)
The file was modified mail/src/main/java/com/sun/mail/util/logging/LogManagerProperties.java (diff)
The file was modified mail/src/main/java/javax/mail/package.html (diff)
The file was modified mail/src/main/java/com/sun/mail/util/package.html (diff)
The file was modified mail/src/main/java/javax/mail/URLName.java (diff)
The file was modified mail/src/main/java/javax/mail/internet/MailDateFormat.java (diff)
The file was modified gimap/pom.xml (diff)
The file was modified logging/src/main/java/FileErrorManager.java (diff)
The file was modified mail/src/main/java/com/sun/mail/util/logging/CollectorFormatter.java (diff)
The file was modified mail/pom.xml (diff)
The file was modified mail/src/main/java/com/sun/mail/pop3/package.html (diff)
The file was modified mailapijar/pom.xml (diff)
The file was modified mail/src/main/java/com/sun/mail/imap/package.html (diff)
The file was modified mail/src/main/java/com/sun/mail/smtp/package.html (diff)
The file was modified javadoc/pom.xml (diff)
The file was modified mail/src/main/java/javax/mail/internet/package.html (diff)
The file was modified mail/src/main/java/overview.html (diff)
The file was modified mailapi/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified mail/src/main/java/com/sun/mail/util/logging/MailHandler.java (diff)
The file was modified mail/src/main/java/com/sun/mail/util/logging/CompactFormatter.java (diff)
The file was modified doc/release/CHANGES.txt (diff)
Commit 836bcb64c13980c029361547043dec3d6670c9e1 by Bill Shannon
Make sure finalize force closes everything - fix #400
(commit: 836bcb6)
The file was modified mail/src/main/java/com/sun/mail/imap/IMAPStore.java (diff)
The file was modified doc/release/CHANGES.txt (diff)
The file was modified doc/release/CHANGES.txt (diff)
The file was modified mail/src/main/java/com/sun/mail/imap/IMAPInputStream.java (diff)
Commit a4b757fe8a09cb0949299e01595e45a4ef916e57 by Bill Shannon
Reduce resource requirements to fit in new resource limits.
(commit: a4b757f)
The file was modified Jenkinsfile (diff)
The file was modified Jenkinsfile (diff)
The file was modified docker/run_jakartamailtck.sh (diff)
Commit 8ac4229d3fac640bacc987e64ff7cf5e99352f1d by Bill Shannon
Avoid NPE in POP3Store.close - fix #413
(commit: 8ac4229)
The file was modified doc/release/CHANGES.txt (diff)
The file was modified mail/src/main/java/com/sun/mail/pop3/Protocol.java (diff)
Commit 1a455bfc5507797f0b3cd384027c44b91b546ee0 by Bill Shannon
Fix BASE64DecoderStream.read to return 0 when len is 0 - fix #408
(commit: 1a455bf)
The file was modified doc/release/CHANGES.txt (diff)
The file was modified mail/src/main/java/com/sun/mail/util/BASE64DecoderStream.java (diff)
The file was modified mail/src/test/java/com/sun/mail/util/BASE64Test.java (diff)
Commit 103332ef7bd320615d6949387af83619f3441582 by noreply
NPE in MailHandler::isLoggable #421 (#422)

(commit: 103332e)
The file was modified mail/src/main/java/com/sun/mail/util/logging/MailHandler.java (diff)
The file was modified mail/src/test/java/com/sun/mail/util/logging/MailHandlerTest.java (diff)
The file was modified doc/release/CHANGES.txt (diff)
The file was modified mail/src/test/java/javax/mail/internet/NoEncodeFileNameNoEncodeParameters.java (diff)
Commit 2b6ceedaa744a75a33d6b582b9e1bfcbff83a6bf by Bill Shannon
Improve SMTP error message with server returns bad greeting - fix #387
(commit: 2b6ceed)
The file was modified mail/src/main/java/com/sun/mail/smtp/SMTPTransport.java (diff)
The file was modified doc/release/CHANGES.txt (diff)
The file was modified pom.xml (diff)
Commit adbf124da1a80ddd03762da48c693c2c42dd2e55 by Bill Shannon
support more auth mechanisms with pop3: PLAIN, NTLM, XOAUTH2 - fix #416
(commit: adbf124)
The file was modified mail/src/main/java/com/sun/mail/pop3/Protocol.java (diff)
The file was modified mail/src/main/java/com/sun/mail/pop3/package.html (diff)
The file was modified doc/release/CHANGES.txt (diff)
The file was modified mail/src/main/java/com/sun/mail/pop3/POP3Store.java (diff)
The file was modified smtp/pom.xml (diff)
The file was modified pop3/pom.xml (diff)
The file was modified mailapi/pom.xml (diff)
The file was modified mailapijar/pom.xml (diff)
The file was modified client/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified logging/pom.xml (diff)
The file was modified webapp/pom.xml (diff)
The file was modified mailhandler/pom.xml (diff)
The file was modified mail/pom.xml (diff)
The file was modified android/mail/pom.xml (diff)
The file was modified servlet/pom.xml (diff)
The file was modified android/pom.xml (diff)
The file was modified outlook/pom.xml (diff)
The file was modified mbox/native/pom.xml (diff)
The file was modified taglib/pom.xml (diff)
The file was modified mbox/pom.xml (diff)
The file was modified javadoc/pom.xml (diff)
The file was modified gimap/pom.xml (diff)
The file was modified imap/pom.xml (diff)
The file was modified demo/pom.xml (diff)
The file was modified publish/pom.xml (diff)
The file was modified dsn/pom.xml (diff)
The file was modified parent-distrib/pom.xml (diff)
The file was modified android/activation/pom.xml (diff)
Commit 4c092797479f6fb05576e723a6855a7e116ed027 by Bill Shannon
Remove old oss.sonatype.org configuration that prevents deployment.
(commit: 4c09279)
The file was modified pom.xml (diff)