Uses of Class
mireka.smtp.client.MtaAddress
-
Packages that use MtaAddress Package Description mireka.smtp.client mireka.transmission.dsn Creates Delivery Status Notification message.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. -
-
Uses of MtaAddress in mireka.smtp.client
Methods in mireka.smtp.client that return MtaAddress Modifier and Type Method Description MtaAddressSmtpClient. getMtaAddress()Methods in mireka.smtp.client with parameters of type MtaAddress Modifier and Type Method Description voidSmtpClient. setMtaAddress(MtaAddress mtaAddress) -
Uses of MtaAddress in mireka.transmission.dsn
Fields in mireka.transmission.dsn declared as MtaAddress Modifier and Type Field Description MtaAddressRecipientProblemReport. remoteMta -
Uses of MtaAddress in mireka.transmission.immediate
Methods in mireka.transmission.immediate that return MtaAddress Modifier and Type Method Description MtaAddressPostponeException. getRemoteMta()Returns the remote MTA for which the connection must be postponed.MtaAddressRemoteMtaErrorResponseException. remoteMta()Methods in mireka.transmission.immediate with parameters of type MtaAddress Modifier and Type Method Description voidPostponeException. setRemoteMta(MtaAddress remoteMta)Sets the remote MTA which will be returned byPostponeException.getRemoteMta()Constructors in mireka.transmission.immediate with parameters of type MtaAddress Constructor Description RemoteMtaErrorResponseException(org.subethamail.smtp.client.SMTPException e, MtaAddress remoteMta)
-