org.mmbase.module.smtp
Class MailFetcher
java.lang.Object
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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailFetcher
MailFetcher()
getHandler
public MailHandler getHandler()
MMBase 2.0-SNAPSHOT - null