Package com.ericdaugherty.mail.server.errors

Exception Summary
AuthenticationException Defines an exception to be used when a login attempt fails.
InvalidAddressException Defines an exception to be used when an address can not be parsed.
MalformedBase64ContentException Thrown when the passed in batch of bytes does not correspond to a base64 encoded string.
NotFoundException Defines an exception when something required was not found.
PermanentNegativeException 5yz reply codes throw this exception.
TooManyErrorsException If a POP3 or SMTP server session reaches the maximum error threshold this exception is thrown.
TransientNegativeException 4yz reply codes throw this exception.