Uses of Interface
mireka.smtp.MailSystemStatus
-
Packages that use MailSystemStatus Package Description mireka.smtp Contains some commonly useful SMTP related classes.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 MailSystemStatus in mireka.smtp
Classes in mireka.smtp that implement MailSystemStatus Modifier and Type Class Description classEnhancedStatusThese class represents an SMTP status which includes enhanced status code. -
Uses of MailSystemStatus in mireka.transmission.dsn
Fields in mireka.transmission.dsn declared as MailSystemStatus Modifier and Type Field Description MailSystemStatusRecipientProblemReport. remoteMtaDiagnosticStatus -
Uses of MailSystemStatus in mireka.transmission.immediate
Classes in mireka.transmission.immediate that implement MailSystemStatus Modifier and Type Class Description classRfc821StatusThis class represents an SMTP status which does not include enhanced status code.Methods in mireka.transmission.immediate that return MailSystemStatus Modifier and Type Method Description MailSystemStatusRemoteMtaErrorResponseException. remoteMtaStatus()SMTP response sent by the remote MTA
-