bbottema/simple-java-mail

For a more consistent API, completely replace Email API with the Builder. Add support for InternetAddress.

bbottema opened this issue · 2 comments

Email's API and the EmailBuilder API are more or less the same, resulting in a lot of duplicate state / synchronization code, while not adding much in terms of usability.

To keep de code base concise and the API consistent and simple, make Email completely immutable as a build result from the EmailBuilder.

Merged EmailBuilder-rewrite into master.

Released as 5.0.0.rc1-SNAPSHOT. Add OSS' snapshots repo to find it in Maven.