org.apache.james.fetchmail
Class StoreProcessor
java.lang.Object
org.apache.james.fetchmail.ProcessorAbstract
org.apache.james.fetchmail.StoreProcessor
public class StoreProcessor
- extends ProcessorAbstract
Class StoreProcessor connects to a message store, gets the
target Folder and delegates its processing to FolderProcessor.
|
Constructor Summary |
protected |
StoreProcessor(org.apache.james.fetchmail.Account account)
Constructor for StoreProcessor. |
|
Method Summary |
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. |
| Methods inherited from class org.apache.james.fetchmail.ProcessorAbstract |
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, updateAttributePrefix |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoreProcessor
protected StoreProcessor(org.apache.james.fetchmail.Account account)
- Constructor for StoreProcessor.
- Parameters:
account -
process
public void process()
throws javax.mail.MessagingException
- Method process connects to a Folder in a Message Store, creates a
FolderProcessor and runs it to process the messages in the
Folder.
- Specified by:
process in class ProcessorAbstract
- Throws:
javax.mail.MessagingException- See Also:
ProcessorAbstract.process()
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.