public class StoreProcessor extends ProcessorAbstract
StoreProcessor connects to a message store, gets the
target Folder and delegates its processing to FolderProcessor.| Modifier | Constructor and Description |
|---|---|
protected |
StoreProcessor(org.apache.james.fetchmail.Account account)
Constructor for StoreProcessor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
process()
Method process connects to a Folder in a Message Store, creates a
FolderProcessor and runs it to process the messages in the
Folder. |
computeAttributePrefix, getAccount, getAttributePrefix, getBlacklist, getConfiguration, getCustomRecipientHeader, getDefaultDomainName, getDefaultLocalPart, getDeferredRecipientNotFoundMessageIDs, getDNSServer, getFetchTaskName, getHost, getJavaMailFolderName, getJavaMailProviderName, getLocalUsers, getLogger, getMailQueue, getMaxMessageSizeLimit, getPassword, getRecipient, getRemoteReceivedHeaderIndex, getSession, getUser, isDeferRecipientNotFound, isFetchAll, isIgnoreRecipientHeader, isLeave, isLeaveBlacklisted, isLeaveMaxMessageSizeExceeded, isLeaveRecipientNotFound, isLeaveRemoteReceivedHeaderInvalid, isLeaveRemoteRecipient, isLeaveUndeliverable, isLeaveUserUndefined, isMarkBlacklistedSeen, isMarkMaxMessageSizeExceededSeen, isMarkRecipientNotFoundSeen, isMarkRemoteReceivedHeaderInvalidSeen, isMarkRemoteRecipientSeen, isMarkSeen, isMarkUndeliverableSeen, isMarkUserUndefinedSeen, isOpenReadOnly, isRecurse, isRejectBlacklisted, isRejectMaxMessageSizeExceeded, isRejectRecipientNotFound, isRejectRemoteReceivedHeaderInvalid, isRejectRemoteRecipient, isRejectUserUndefined, setAccount, setAttributePrefix, updateAttributePrefixprotected StoreProcessor(org.apache.james.fetchmail.Account account)
account - public void process()
throws javax.mail.MessagingException
FolderProcessor and runs it to process the messages in the
Folder.process in class ProcessorAbstractjavax.mail.MessagingExceptionProcessorAbstract.process()Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.