public class PopFetcher extends MailFetcher implements CronJob
| Constructor and Description |
|---|
PopFetcher()
Public constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CronEntry |
getEntry() |
void |
init(CronEntry cronEntry)
If the CronJobs needs some initializing before the first run, then that can be put in this.
|
void |
run()
Pops the mail, and maintains an mmevents object, to administer which mails were handled
(based on received date)
|
void |
stop()
If after the last run of the job, there need to be shutdown things, then that can be done here.
|
getHandlerpublic PopFetcher()
public void init(CronEntry cronEntry)
CronJobpublic void stop()
CronJobMMBase 1.9-SNAPSHOT - ${javadoctimestamp}