Module org.eclipse.angus.mail
Package org.eclipse.angus.mail.util
package org.eclipse.angus.mail.util
Utility classes for use with the Jakarta Mail API.
These utility classes are not part of the Jakarta Mail specification.
While this package contains many classes used by the Jakarta Mail implementation
and not intended for direct use by applications, the classes documented
here may be of use to applications.
Classes in this package log debugging information using
java.util.logging
as described in the following table:
Logger Name | Logging Level | Purpose |
---|---|---|
org.eclipse.angus.mail.util.socket | FINER | Debugging output related to creating sockets |
WARNING: The APIs in this package should be considered EXPERIMENTAL. They may be changed in the future in ways that are incompatible with applications using the current APIs.
-
ClassDescriptionA MessagingException that indicates a socket connection attempt failed.An SSL socket factory that makes it easier to specify trust.A Message or message Part whose data can be read as a MIME format stream.