Uses of Package
mireka.transmission
-
Packages that use mireka.transmission 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.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.pop.store Provies a file system based POP3 maildrop implementation.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.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. -
Classes in mireka.transmission used by mireka.destination Class Description Mail An SMTP mail object, which contains both an envelope and content.Transmitter A reliable (as specified by SMTP) mail transmitting service. -
Classes in mireka.transmission used by mireka.forward Class Description Mail An SMTP mail object, which contains both an envelope and content.Transmitter A reliable (as specified by SMTP) mail transmitting service. -
Classes in mireka.transmission used by mireka.list Class Description Mail An SMTP mail object, which contains both an envelope and content.Transmitter A reliable (as specified by SMTP) mail transmitting service. -
Classes in mireka.transmission used by mireka.pop Class Description Mail An SMTP mail object, which contains both an envelope and content. -
Classes in mireka.transmission used by mireka.pop.store Class Description LocalMailSystemException Signals a failure within the scope of this installation, in which the SMTP protocol is not involved. -
Classes in mireka.transmission used by mireka.transmission Class Description LocalMailSystemException Signals a failure within the scope of this installation, in which the SMTP protocol is not involved.Mail An SMTP mail object, which contains both an envelope and content.Transmitter A reliable (as specified by SMTP) mail transmitting service. -
Classes in mireka.transmission used by mireka.transmission.dsn Class Description Mail An SMTP mail object, which contains both an envelope and content. -
Classes in mireka.transmission used by mireka.transmission.immediate Class Description Mail An SMTP mail object, which contains both an envelope and content. -
Classes in mireka.transmission used by mireka.transmission.immediate.host Class Description Mail An SMTP mail object, which contains both an envelope and content. -
Classes in mireka.transmission used by mireka.transmission.queue Class Description LocalMailSystemException Signals a failure within the scope of this installation, in which the SMTP protocol is not involved.Mail An SMTP mail object, which contains both an envelope and content. -
Classes in mireka.transmission used by mireka.transmission.queuing Class Description LocalMailSystemException Signals a failure within the scope of this installation, in which the SMTP protocol is not involved.Mail An SMTP mail object, which contains both an envelope and content.Transmitter A reliable (as specified by SMTP) mail transmitting service.