Uses of Package
mireka.transmission.immediate
-
Packages that use mireka.transmission.immediate Package Description mireka.smtp Contains some commonly useful SMTP related classes.mireka.transmission.immediate Provides the API and implementation for services which make a one-time attempt to synchronously transmit a mail to a remote system, either directly, or via a smart host.mireka.transmission.immediate.host Provides a class which makes a one time attempt to transmit a mail to a specific SMTP host.mireka.transmission.queuing Provides a reliable, queuingTransmitterimplementation. -
Classes in mireka.transmission.immediate used by mireka.smtp Class Description Rfc821Status This class represents an SMTP status which does not include enhanced status code. -
Classes in mireka.transmission.immediate used by mireka.transmission.immediate Class Description ImmediateSender An ImmediateSender makes a single, synchronous attempt to deliver mail to a remote system.PostponeException Indicates that the specific host, must not be connected at this time, because there are too many open connections to it or it recently failed.RecipientRejection RecipientRejection contains the rejected recipient and the rejection exception.RecipientsWereRejectedException it is thrown if some - maybe all - recipients were rejectedRemoteMtaErrorResponseException Thrown to indicate that the remote MTA returned an error message.Upstream An Upstream is a load balanced set of BackendServers. -
Classes in mireka.transmission.immediate used by mireka.transmission.immediate.host Class Description PostponeException Indicates that the specific host, must not be connected at this time, because there are too many open connections to it or it recently failed.RecipientsWereRejectedException it is thrown if some - maybe all - recipients were rejected -
Classes in mireka.transmission.immediate used by mireka.transmission.queuing Class Description ImmediateSender An ImmediateSender makes a single, synchronous attempt to deliver mail to a remote system.PostponeException Indicates that the specific host, must not be connected at this time, because there are too many open connections to it or it recently failed.RecipientsWereRejectedException it is thrown if some - maybe all - recipients were rejected