Uses of Package
mireka.smtp
-
Packages that use mireka.smtp Package Description mireka.destination Contains Destination core classes; destinations represents the different ways of delivering a mail received in an incoming mail transaction, e.g. putting the mail into a POP3 maildrop or transmitting it to a remote domain.mireka.filter Contains the filter API; filters follow an SMTP transaction and may respond to individual SMTP commands.mireka.filter.dnsbl Provides a filter which queries one or more DNSBLs (DNS-based Block Lists) and rejects mails bases on the result.mireka.filter.local Contains filters which decide if a recipient is local and determine the necessary actions.mireka.filter.misc Contains other, unrelated, simple filters which have not got their own package.mireka.forward Provides support for address expansion for multiple delivery.mireka.list Provides a simple mailing list, which can be used for small, closed, internal mailing lists, if a full mailing list manager software is not available.mireka.pop Contains classes for the configuration and connection handling of a POP3 (Post Office Protocol) server.mireka.smtp Contains some commonly useful SMTP related classes.mireka.smtp.client mireka.transmission Provides the reliable transmission service API and the correspondingTransmitterDestinationdestination.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.mireka.transmission.immediate.dns Provides classes for querying mail related DNS records.mireka.transmission.immediate.host Provides a class which makes a one time attempt to transmit a mail to a specific SMTP host.mireka.transmission.queue Contains a file system based queue implementation.mireka.transmission.queuing Provides a reliable, queuingTransmitterimplementation.mireka.util Contains frequently used or low level utility classes. -
Classes in mireka.smtp used by mireka.destination Class Description RejectExceptionExt Indicates that the SMTP command just received from a client must be rejected. -
Classes in mireka.smtp used by mireka.filter Class Description RejectExceptionExt Indicates that the SMTP command just received from a client must be rejected. -
Classes in mireka.smtp used by mireka.filter.dnsbl Class Description SmtpReplyTemplate A template for an SMTP reply to be sent. -
Classes in mireka.smtp used by mireka.filter.local Class Description RejectExceptionExt Indicates that the SMTP command just received from a client must be rejected. -
Classes in mireka.smtp used by mireka.filter.misc Class Description RejectExceptionExt Indicates that the SMTP command just received from a client must be rejected. -
Classes in mireka.smtp used by mireka.forward Class Description EnhancedStatus These class represents an SMTP status which includes enhanced status code.RejectExceptionExt Indicates that the SMTP command just received from a client must be rejected. -
Classes in mireka.smtp used by mireka.list Class Description RejectExceptionExt Indicates that the SMTP command just received from a client must be rejected. -
Classes in mireka.smtp used by mireka.pop Class Description RejectExceptionExt Indicates that the SMTP command just received from a client must be rejected. -
Classes in mireka.smtp used by mireka.smtp Class Description EnhancedStatus These class represents an SMTP status which includes enhanced status code.EnhancedStatus.StatusClass MailSystemStatus This interface represents an SMTP status, which is returned by a remote MTA in a response, or generated locally.RejectExceptionExt Indicates that the SMTP command just received from a client must be rejected.SmtpReplyTemplate A template for an SMTP reply to be sent. -
Classes in mireka.smtp used by mireka.smtp.client Class Description SendException Signals an error occurred while attempting to transmit a mail to a remote domain. -
Classes in mireka.smtp used by mireka.transmission Class Description EnhancedStatus These class represents an SMTP status which includes enhanced status code.RejectExceptionExt Indicates that the SMTP command just received from a client must be rejected. -
Classes in mireka.smtp used by mireka.transmission.dsn Class Description EnhancedStatus These class represents an SMTP status which includes enhanced status code.MailSystemStatus This interface represents an SMTP status, which is returned by a remote MTA in a response, or generated locally. -
Classes in mireka.smtp used by mireka.transmission.immediate Class Description EnhancedStatus These class represents an SMTP status which includes enhanced status code.MailSystemStatus This interface represents an SMTP status, which is returned by a remote MTA in a response, or generated locally.SendException Signals an error occurred while attempting to transmit a mail to a remote domain. -
Classes in mireka.smtp used by mireka.transmission.immediate.dns Class Description EnhancedStatus These class represents an SMTP status which includes enhanced status code.SendException Signals an error occurred while attempting to transmit a mail to a remote domain. -
Classes in mireka.smtp used by mireka.transmission.immediate.host Class Description SendException Signals an error occurred while attempting to transmit a mail to a remote domain. -
Classes in mireka.smtp used by mireka.transmission.queue Class Description EnhancedStatus These class represents an SMTP status which includes enhanced status code. -
Classes in mireka.smtp used by mireka.transmission.queuing Class Description SendException Signals an error occurred while attempting to transmit a mail to a remote domain. -
Classes in mireka.smtp used by mireka.util Class Description RejectExceptionExt Indicates that the SMTP command just received from a client must be rejected.