[][src]Module samotop::service::mail

Modules

composite
default

Reference implementation of a mail service simply delivering mail to server console log.

dirmail

Reference implementation of a mail service simply delivering mail to single directory.

spf

Traits

EsmtpService

The service which implements this trait delivers ESMTP extensions.

MailGuard

A mail guard can be queried whether a recepient is accepted on which address.

MailQueue

A mail queue allows us to queue an e-mail. For a given mail envelope it produces a Sink that can receive mail data. Once the sink is closed successfully, the mail is queued.

MailService
MailServiceBuilder
MailSetup

Can set up the given mail services.

NamedService

The service which implements this trait has a name.