A C D F G H I L M O P R S U

A

addErrorMessages(Mail) - Method in class org.apache.james.fetchmail.MessageProcessor
Adds any required error messages to a Mail.
addMailAttributes(Mail) - Method in class org.apache.james.fetchmail.MessageProcessor
Adds the mail attributes to a Mail.

C

close() - Method in class org.apache.james.fetchmail.FolderProcessor
Method close.
computeAttributePrefix() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the computed attributePrefix.
computeDynamicAccounts() - Method in class org.apache.james.fetchmail.FetchMail
Computes the dynamicAccounts.
computeDynamicAccounts(Map<FetchMail.DynamicAccountKey, DynamicAccount>, FetchMail.ParsedDynamicAccountParameters) - Method in class org.apache.james.fetchmail.FetchMail
Compute the dynamicAccounts for the passed parameters.
computeMarkSeenPermanent() - Method in class org.apache.james.fetchmail.FolderProcessor
Answer the result of computing markSeenPermanent.
computeMaxMessageSizeExceeded() - Method in class org.apache.james.fetchmail.MessageProcessor
Compute the maxMessageSizeExceeded.
computeParsedDynamicAccountParameters() - Method in class org.apache.james.fetchmail.FetchMail
Computes the ParsedDynamicAccountParameters.
computeRemoteAddress() - Method in class org.apache.james.fetchmail.MessageProcessor
Answer the IP Address of the remote server for the message being processed.
computeRemoteDomain() - Method in class org.apache.james.fetchmail.MessageProcessor
Method computeRemoteDomain answers a String that is the RFC2822 compliant "Received : from" domain extracted from the message being processed for the remote domain that sent the message.
computeRemoteHostName() - Method in class org.apache.james.fetchmail.MessageProcessor
Answer the Canonical host name of the remote server for the message being processed.
computeRemoteReceivedHeaderInvalid() - Method in class org.apache.james.fetchmail.MessageProcessor
Computes the remoteReceivedHeaderInvalid.
computeSession() - Method in class org.apache.james.fetchmail.FetchMail
Answers a new Session.
computeStaticAccounts() - Method in class org.apache.james.fetchmail.FetchMail
Computes the staticAccounts.
configure(HierarchicalConfiguration) - Method in class org.apache.james.fetchmail.FetchMail
Method configure parses and validates the Configuration data and creates a new ParsedConfiguration, an Account for each configured static account and a ParsedDynamicAccountParameters for each dynamic account.
configure(HierarchicalConfiguration) - Method in class org.apache.james.fetchmail.FetchScheduler
 
createEmptyMessage() - Method in class org.apache.james.fetchmail.MessageProcessor
Method createEmptyMessage answers a new MimeMessage from the fetched message with the message contents removed.
createMail(MimeMessage, MailAddress) - Method in class org.apache.james.fetchmail.MessageProcessor
Method createMail creates a new Mail.
createMessage() - Method in class org.apache.james.fetchmail.MessageProcessor
Method createMessage answers a new MimeMessage from the fetched message.

D

dispose() - Method in class org.apache.james.fetchmail.FetchScheduler
 
DynamicAccount - Class in org.apache.james.fetchmail
 
DynamicAccount(int, ParsedConfiguration, String, String, String, String, String, String, boolean, String, Session) - Constructor for class org.apache.james.fetchmail.DynamicAccount
Constructor for DynamicAccount.

F

FetchMail - Class in org.apache.james.fetchmail
Class FetchMail is an Avalon task that is periodically triggered to fetch mail from a JavaMail Message Store.
FetchMail() - Constructor for class org.apache.james.fetchmail.FetchMail
Constructor for POP3mail.
FetchScheduler - Class in org.apache.james.fetchmail
A class to instantiate and schedule a set of mail fetching tasks
FetchScheduler() - Constructor for class org.apache.james.fetchmail.FetchScheduler
 
FetchSchedulerMBean - Interface in org.apache.james.fetchmail
An interface to expose James management functionality through JMX.
FolderProcessor - Class in org.apache.james.fetchmail
Class FolderProcessor opens a Folder and iterates over all of the Messages, delegating their processing to MessageProcessor.
FolderProcessor(Folder, Account) - Constructor for class org.apache.james.fetchmail.FolderProcessor
Constructor for FolderProcessor.

G

getAccount() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the account.
getAttributePrefix() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns a lazy initialised attributePrefix.
getBlacklist() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the blacklist.
getConfiguration() - Method in class org.apache.james.fetchmail.FetchMail
Returns the configuration.
getConfiguration() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the ParsedConfiguration from the Account.
getCustomRecipientHeader() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the customRecipientHeader.
getDefaultDomainName() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the defaultDomainName.
getDefaultLocalPart() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the defaultLocalPart.
getDeferredRecipientNotFoundMessageIDs() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the message ids.
getDNSServer() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the DNSService
getDNSService() - Method in class org.apache.james.fetchmail.FetchMail
Returns the DNSService.
getDomainList() - Method in class org.apache.james.fetchmail.FetchMail
 
getDynamicAccounts() - Method in class org.apache.james.fetchmail.FetchMail
Returns the dynamicAccounts.
getEnvelopeRecipient(MimeMessage) - Method in class org.apache.james.fetchmail.MessageProcessor
Method getEnvelopeRecipient answers the recipient if found else null.
getFetchTaskName() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the fetchTaskName.
getFolder() - Method in class org.apache.james.fetchmail.FolderProcessor
Returns the folder.
getHost() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the host.
getIntendedRecipient() - Method in class org.apache.james.fetchmail.MessageProcessor
Method getIntendedRecipient answers the sole intended recipient else null.
getJavaMailFolderName() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the javaMailFolderName.
getJavaMailProviderName() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the javaMailProviderName.
getLocalUsers() - Method in class org.apache.james.fetchmail.FetchMail
Returns the localUsers.
getLocalUsers() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the repository of local users.
getLogger() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the logger.
getMailQueue() - Method in class org.apache.james.fetchmail.FetchMail
 
getMailQueue() - Method in class org.apache.james.fetchmail.ProcessorAbstract
 
getMaxMessageSizeLimit() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the getMaxMessageSizeLimit.
getMessageIn() - Method in class org.apache.james.fetchmail.MessageProcessor
Returns the messageIn.
getParsedDynamicAccountParameters() - Method in class org.apache.james.fetchmail.FetchMail
Returns the ParsedDynamicAccountParameters.
getPassword() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the password.
getRecipient() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the recipient.
getRemoteAddress() - Method in class org.apache.james.fetchmail.MessageProcessor
Returns the remoteAddress, lazily initialised as required.
getRemoteDomain() - Method in class org.apache.james.fetchmail.MessageProcessor
Returns the remoteDomain, lazily initialised as required.
getRemoteHostName() - Method in class org.apache.james.fetchmail.MessageProcessor
Returns the remoteHostName, lazily initialised as required.
getRemoteReceivedHeaderIndex() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Method getRemoteReceivedHeaderIndex.
getRFC2822RECEIVEDHeaderFields() - Static method in class org.apache.james.fetchmail.MessageProcessor
Returns the rFC2822RECEIVEDHeaderFields.
getSender() - Method in class org.apache.james.fetchmail.MessageProcessor
Method getSender answers a MailAddress for the sender.
getSession() - Method in class org.apache.james.fetchmail.FetchMail
Returns the session, lazily initialized if required.
getSession() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the session.
getStaticAccounts() - Method in class org.apache.james.fetchmail.FetchMail
Returns the accounts.
getStatusReport(String) - Method in class org.apache.james.fetchmail.MessageProcessor
Answer a StringBuilder containing a message reflecting the current status of the message being processed.
getUser() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the user.

H

handleBouncing(Mail) - Method in class org.apache.james.fetchmail.MessageProcessor
Method handleBouncing sets the Mail state to ERROR and delete from the message store.
handleMarkSeenNotPermanent(MimeMessage) - Method in class org.apache.james.fetchmail.FolderProcessor
Handler for when the folder does not support the SEEN flag.
handleMarkSeenNotPermanent() - Method in class org.apache.james.fetchmail.MessageProcessor
Handler for when the folder does not support the SEEN flag.
handleParseException(ParseException) - Method in class org.apache.james.fetchmail.MessageProcessor
Method handleParseException.
handleUnknownHostException(UnknownHostException) - Method in class org.apache.james.fetchmail.MessageProcessor
Method handleUnknownHostException.

I

init() - Method in class org.apache.james.fetchmail.FetchScheduler
 
isBlacklistedRecipient(MailAddress) - Method in class org.apache.james.fetchmail.MessageProcessor
Method isBlacklistedRecipient.
isBlacklistedRecipient() - Method in class org.apache.james.fetchmail.MessageProcessor
Returns the Blacklisted.
isBouncing() - Method in class org.apache.james.fetchmail.MessageProcessor
Check if this mail has been bouncing by counting the X-fetched-from headers for this task
isDefaultRemoteAddress() - Method in class org.apache.james.fetchmail.MessageProcessor
Returns the defaultRemoteAddress.
isDefaultSenderDomainPart() - Method in class org.apache.james.fetchmail.MessageProcessor
Returns the defaultSenderDomainPart.
isDefaultSenderLocalPart() - Method in class org.apache.james.fetchmail.MessageProcessor
Returns the defaultSenderLocalPart.
isDeferRecipientNotFound() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the isDeferRecipientNotFound.
isEnabled() - Method in class org.apache.james.fetchmail.FetchScheduler
Describes whether this service is enabled by configuration.
isEnabled() - Method in interface org.apache.james.fetchmail.FetchSchedulerMBean
 
isFetchAll() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the fetchAll.
isFetching() - Method in class org.apache.james.fetchmail.FetchMail
Returns the fetching.
isIgnoreRecipientHeader() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the ignoreOriginalRecipient.
isLeave() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the leave.
isLeaveBlacklisted() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the leaveBlacklisted.
isLeaveMaxMessageSizeExceeded() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the LeaveMaxMessageSizeExceeded.
isLeaveRecipientNotFound() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the leaveRecipientNotFound.
isLeaveRemoteReceivedHeaderInvalid() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the leaveRemoteReceivedHeaderInvalid.
isLeaveRemoteRecipient() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the leaveRemoteRecipient.
isLeaveUndeliverable() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the leaveUndeliverable.
isLeaveUserUndefined() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the leaveUserUndefinded.
isLocalRecipient(MailAddress) - Method in class org.apache.james.fetchmail.MessageProcessor
Method isLocalRecipient.
isLocalServer(MailAddress) - Method in class org.apache.james.fetchmail.MessageProcessor
Method isLocalServer.
isMarkBlacklistedSeen() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the markBlacklistedSeen.
isMarkMaxMessageSizeExceededSeen() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the MarkMaxMessageSizeExceededSeen.
isMarkRecipientNotFoundSeen() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the markRecipientNotFoundSeen.
isMarkRemoteReceivedHeaderInvalidSeen() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the markRemoteReceivedHeaderInvalidSeen.
isMarkRemoteRecipientSeen() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the markRemoteRecipientSeen.
isMarkSeen() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the markSeen.
isMarkSeenPermanent() - Method in class org.apache.james.fetchmail.FolderProcessor
Returns the isMarkSeenPermanent.
isMarkUndeliverableSeen() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the markUndeliverableSeen.
isMarkUserUndefinedSeen() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the markUserUndefindedSeen.
isMaxMessageSizeExceeded() - Method in class org.apache.james.fetchmail.MessageProcessor
Returns the maxMessageSizeExceeded, lazily initialised as required.
isMessageDeleted() - Method in class org.apache.james.fetchmail.MessageProcessor
Is the DELETED flag set?
isMessageSeen() - Method in class org.apache.james.fetchmail.MessageProcessor
Is the SEEN flag set?
isOpenReadOnly() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Answers true if the folder should be opened read only.
isPreviouslyUnprocessed() - Method in class org.apache.james.fetchmail.MessageProcessor
Returns boolean indicating if the message to be delivered was unprocessed in a previous delivery attempt.
isRecipientNotFound() - Method in class org.apache.james.fetchmail.MessageProcessor
Returns the recipientNotFound.
isRecurse() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the recurse.
isRejectBlacklisted() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the RejectUserBlacklisted.
isRejectMaxMessageSizeExceeded() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the RejectMaxMessageSizeExceeded.
isRejectRecipientNotFound() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the rejectRecipientNotFound.
isRejectRemoteReceivedHeaderInvalid() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the RejectRemoteReceivedHeaderInvalid.
isRejectRemoteRecipient() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the RejectRemoteRecipient.
isRejectUserUndefined() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Returns the RejectUserUndefinded.
isRemoteReceivedHeaderInvalid() - Method in class org.apache.james.fetchmail.MessageProcessor
Returns the remoteReceivedHeaderInvalid, lazily initialised.
isRemoteRecipient() - Method in class org.apache.james.fetchmail.MessageProcessor
Returns the localRecipient.
isSeen(MimeMessage) - Method in class org.apache.james.fetchmail.FolderProcessor
Answer if aMessage has been SEEN.
isUserUndefined() - Method in class org.apache.james.fetchmail.MessageProcessor
Returns the userUndefined.

L

logStatusError(String) - Method in class org.apache.james.fetchmail.MessageProcessor
Log the status the current message as ERROR.
logStatusInfo(String) - Method in class org.apache.james.fetchmail.MessageProcessor
Log the status of the current message as INFO.
logStatusWarn(String) - Method in class org.apache.james.fetchmail.MessageProcessor
Log the status the current message as WARN.

M

MessageProcessor - Class in org.apache.james.fetchmail
Class MessageProcessor handles the delivery of MimeMessages to the James input spool.

O

open() - Method in class org.apache.james.fetchmail.FolderProcessor
Method open.
org.apache.james.fetchmail - package org.apache.james.fetchmail
 

P

process() - Method in class org.apache.james.fetchmail.FolderProcessor
Method process opens a Folder, fetches the Envelopes for all of its Messages, creates a MessageProcessor and runs it to process each message.
process() - Method in class org.apache.james.fetchmail.MessageProcessor
Method process attempts to deliver a fetched message.
process() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Process the mail elements of the receiver
process() - Method in class org.apache.james.fetchmail.StoreProcessor
Method process connects to a Folder in a Message Store, creates a FolderProcessor and runs it to process the messages in the Folder.
ProcessorAbstract - Class in org.apache.james.fetchmail
Class ProcessorAbstract is an abstract class that provides support for JavaMail processors.
ProcessorAbstract(Account) - Constructor for class org.apache.james.fetchmail.ProcessorAbstract
Constructor for ProcessorAbstract.

R

recurse() - Method in class org.apache.james.fetchmail.FolderProcessor
Method recurse.
rejectBlacklistedRecipient(MailAddress) - Method in class org.apache.james.fetchmail.MessageProcessor
Method rejectBlacklistedRecipient.
rejectMaxMessageSizeExceeded(int) - Method in class org.apache.james.fetchmail.MessageProcessor
Method rejectMaxMessageSizeExceeded.
rejectRecipientNotFound() - Method in class org.apache.james.fetchmail.MessageProcessor
Method rejectRecipientNotFound.
rejectRemoteReceivedHeaderInvalid() - Method in class org.apache.james.fetchmail.MessageProcessor
Method rejectRemoteReceivedHeaderInvalid.
rejectRemoteRecipient(MailAddress) - Method in class org.apache.james.fetchmail.MessageProcessor
Method rejectRemoteRecipient.
rejectUserUndefined(MailAddress) - Method in class org.apache.james.fetchmail.MessageProcessor
Method rejectUserUndefined.
resetDynamicAccounts() - Method in class org.apache.james.fetchmail.FetchMail
Resets the dynamicAccounts.
run() - Method in class org.apache.james.fetchmail.FetchMail
Method target triggered fetches mail for each configured account.

S

sendMail(Mail) - Method in class org.apache.james.fetchmail.MessageProcessor
Method sendMail.
setAccount(Account) - Method in class org.apache.james.fetchmail.ProcessorAbstract
Sets the account.
setAttributePrefix(String) - Method in class org.apache.james.fetchmail.ProcessorAbstract
Sets the attributePrefix.
setBlacklistedRecipient(boolean) - Method in class org.apache.james.fetchmail.MessageProcessor
Sets the Blacklisted.
setDefaultRemoteAddress(boolean) - Method in class org.apache.james.fetchmail.MessageProcessor
Sets the defaultRemoteAddress.
setDefaultSenderDomainPart(boolean) - Method in class org.apache.james.fetchmail.MessageProcessor
Sets the defaultSenderDomainPart.
setDefaultSenderLocalPart(boolean) - Method in class org.apache.james.fetchmail.MessageProcessor
Sets the defaultSenderLocalPart.
setDNSService(DNSService) - Method in class org.apache.james.fetchmail.FetchMail
 
setDNSService(DNSService) - Method in class org.apache.james.fetchmail.FetchScheduler
 
setDomainList(DomainList) - Method in class org.apache.james.fetchmail.FetchMail
 
setDomainList(DomainList) - Method in class org.apache.james.fetchmail.FetchScheduler
 
setDynamicAccounts(Map<FetchMail.DynamicAccountKey, DynamicAccount>) - Method in class org.apache.james.fetchmail.FetchMail
Sets the dynamicAccounts.
setFetching(boolean) - Method in class org.apache.james.fetchmail.FetchMail
Sets the fetching.
setFolder(Folder) - Method in class org.apache.james.fetchmail.FolderProcessor
Sets the folder.
setLog(Logger) - Method in class org.apache.james.fetchmail.FetchMail
 
setLog(Logger) - Method in class org.apache.james.fetchmail.FetchScheduler
 
setMailQueue(MailQueue) - Method in class org.apache.james.fetchmail.FetchMail
 
setMailQueueFactory(MailQueueFactory) - Method in class org.apache.james.fetchmail.FetchScheduler
 
setMarkSeenPermanent(Boolean) - Method in class org.apache.james.fetchmail.FolderProcessor
Sets the markSeenPermanent.
setMaxMessageSizeExceeded(Boolean) - Method in class org.apache.james.fetchmail.MessageProcessor
Sets the maxMessageSizeExceeded.
setMessageDeleted() - Method in class org.apache.james.fetchmail.MessageProcessor
Set the DELETED flag.
setMessageIn(MimeMessage) - Method in class org.apache.james.fetchmail.MessageProcessor
Sets the messageIn.
setMessageSeen() - Method in class org.apache.james.fetchmail.MessageProcessor
Set the SEEN flag.
setParsedConfiguration(ParsedConfiguration) - Method in class org.apache.james.fetchmail.FetchMail
Sets the configuration.
setParsedDynamicAccountParameters(List<FetchMail.ParsedDynamicAccountParameters>) - Method in class org.apache.james.fetchmail.FetchMail
Sets the ParsedDynamicAccountParameters.
setRecipientNotFound(boolean) - Method in class org.apache.james.fetchmail.MessageProcessor
Sets the recipientNotFound.
setRemoteAddress(String) - Method in class org.apache.james.fetchmail.MessageProcessor
Sets the remoteAddress.
setRemoteDomain(String) - Method in class org.apache.james.fetchmail.MessageProcessor
Sets the remoteDomain.
setRemoteHostName(String) - Method in class org.apache.james.fetchmail.MessageProcessor
Sets the remoteHostName.
setRemoteReceivedHeaderInvalid(Boolean) - Method in class org.apache.james.fetchmail.MessageProcessor
Sets the remoteReceivedHeaderInvalid.
setRemoteRecipient(boolean) - Method in class org.apache.james.fetchmail.MessageProcessor
Sets the localRecipient.
setSession(Session) - Method in class org.apache.james.fetchmail.FetchMail
Sets the session.
setSessionParameters(HierarchicalConfiguration) - Method in class org.apache.james.fetchmail.FetchMail
Propagate any Session parameters in the configuration to the Session.
setStaticAccounts(List<Account>) - Method in class org.apache.james.fetchmail.FetchMail
Sets the accounts.
setUsersRepository(UsersRepository) - Method in class org.apache.james.fetchmail.FetchMail
 
setUsersRepository(UsersRepository) - Method in class org.apache.james.fetchmail.FetchScheduler
 
setUserUndefined(boolean) - Method in class org.apache.james.fetchmail.MessageProcessor
Sets the userUndefined.
StoreProcessor - Class in org.apache.james.fetchmail
Class StoreProcessor connects to a message store, gets the target Folder and delegates its processing to FolderProcessor.
StoreProcessor(Account) - Constructor for class org.apache.james.fetchmail.StoreProcessor
Constructor for StoreProcessor.

U

updateAttributePrefix() - Method in class org.apache.james.fetchmail.ProcessorAbstract
Updates the attributePrefix.
updateDynamicAccounts() - Method in class org.apache.james.fetchmail.FetchMail
Updates the dynamicAccounts.
updateMarkSeenPermanent() - Method in class org.apache.james.fetchmail.FolderProcessor
Updates the markSeenPermanent.
updateMaxMessageSizeExceeded() - Method in class org.apache.james.fetchmail.MessageProcessor
Refreshes the maxMessageSizeExceeded.
updateParsedDynamicAccountParameters() - Method in class org.apache.james.fetchmail.FetchMail
Updates the ParsedDynamicAccountParameters.
updateRemoteAddress() - Method in class org.apache.james.fetchmail.MessageProcessor
Updates the remoteAddress.
updateRemoteDomain() - Method in class org.apache.james.fetchmail.MessageProcessor
Updates the remoteDomain.
updateRemoteHostName() - Method in class org.apache.james.fetchmail.MessageProcessor
Updates the remoteHostName.
updateRemoteReceivedHeaderInvalid() - Method in class org.apache.james.fetchmail.MessageProcessor
Updates the remoteReceivedHeaderInvalid.
updateSession() - Method in class org.apache.james.fetchmail.FetchMail
Updates the current Session.
updateStaticAccounts() - Method in class org.apache.james.fetchmail.FetchMail
Updates the staticAccounts.

A C D F G H I L M O P R S U

Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.