org.mmbase.module.smtp
Class MailFetcher

java.lang.Object
  extended by org.mmbase.module.smtp.MailFetcher
Direct Known Subclasses:
PopFetcher, SMTPFetcher

public abstract class MailFetcher
extends Object

The abstraction of a class that somehow fetches mail. It is not defined how these fetchers are used. Current implementations create Fetchers using crontab PopFetcher or are driven by a seperate thread (SMTPFetcher is instantiated by SMTPListener), which in turn is bootstrapped by a module SMTPModule.

Version:
$Id: MailFetcher.java 35335 2009-05-21 08:14:41Z michiel $

Constructor Summary
MailFetcher()
           
 
Method Summary
 MailHandler getHandler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailFetcher

MailFetcher()
Method Detail

getHandler

public MailHandler getHandler()


MMBase 2.0-SNAPSHOT - null