Package org.mmbase.module.smtp

Contains classes and interfaces to deal with receiving email (rather then sending).

See:
          Description

Interface Summary
MailHandler A MailHandler handles one mail.
 

Class Summary
ChainedMailHandler  
CloudMailHandler This MailHandler dispatched the received Mail Message to MMBase objects.
Forwarder Forwarding MailHandler.
MailFetcher The abstraction of a class that somehow fetches mail.
MailHandler.Address  
MailHandler.Factory  
PopFetcher A mail fetcher that does not smtp-listen but periodically pops from a server.
SMTPFetcher Listener thread, that accepts connection on port 25 (default) and delegates all work to its worker threads.
SMTPListener Listener thread, that accepts connection on port 25 (default) and delegates all work to its worker threads.
SMTPModule RFC 2821 partial-compliant SMTP server.
VerifyEmailMailHandler This MailHandler explores the Message to see if it just a response to an email verification, and if so, handles it.
 

Enum Summary
MailHandler.MailBoxStatus  
MailHandler.MessageStatus  
SMTPFetcher.State  
 

Package org.mmbase.module.smtp Description

Contains classes and interfaces to deal with receiving email (rather then sending).



MMBase 2.0-SNAPSHOT - null