fixes the classloader used by Session.getService in OSGI environment
API erroneously assumes that classes can be loaded from Thread#getContextClassLoader
API jar allows reproducible build
fixes SharedFileInputStream compliance with the spec
fixes parsing messages without a session
CHANGES IN THE 2.1.2 RELEASE
adds missing javadoc description
fixes typo in javadoc description
removes wrongly compiled package-info files
fixes integration with hk2servicelocator
CHANGES IN THE 2.1.1 RELEASE
implements equals() and hashcode() on jakarta.mail.Header
fixes problem with finding /META-INF/javamail.default.address.map
removes a need for accessDeclaredMembers permissions when loading the DataHandler
loads provider implementations under doPrivileged
provides metadata for integration with OSGi Mediator Specification