Skip to content

1.6.2

Compare
Choose a tag to compare
@marcelmay marcelmay released this 31 Jan 12:05
· 526 commits to master since this release
cb6a171

This release contains minor enhancements and dependency updates.

  • Enhancements

    • [#368] Increase default GreenMail startup timeout to 2s
    • [#362] API for GreenMail standalone and docker (for simple management eg purge emails or add users)
    • [#356] Purge mailbox/(es) in docker container (via #362)
    • [#358] Fix potential slow/hanging host resolution when sending mail
  • Bugfixes

    • [#367] SMTP : Don't include one extra space after 334 response
    • [#366] Read/Write race on GreenMail.managers
    • [#360] Mailbox CREATE succeeds even if mailbox with same name already exists
  • Dependency updates

    • [#365] Update assertj to 3.19.0
    • [#364] Update jetty to 9.4.36.v20210114
    • [#363] Update docker base image to openjdk:8u282-jre-slim-buster
    • [#359] Update jersey to 2.33

Note: GreenMail 1.6 requires JDK 8+ now, and used Jakarta Mail 1.6.x

For further details, check the issues fixed.

Download also available in Maven Central with GAV coordinates com.icegreen:greenmail:1.6.2 .