A B C D E F G H I J K L M N O P Q R S T U V W X

A

ACCESSED - Static variable in interface com.funambol.email.pdi.folder.IFOLDER
 
ACCOUNT_INSERTION - Static variable in class com.funambol.email.admin.OperationType
 
ACCOUNT_UPDATE - Static variable in class com.funambol.email.admin.OperationType
 
AccountController - Class in com.funambol.email.admin
This class contains the logic and visual representation for mail server account handling processes (insertion, modification, deletation, inspecting cache).
AccountController(boolean) - Constructor for class com.funambol.email.admin.AccountController
Creates a new instance of an AccountController object.
AccountDetailsPanel - Class in com.funambol.email.admin
Panel that shows account details.
AccountDetailsPanel(Sync4jUser, MailServerAccount, WSDAO, OperationType) - Constructor for class com.funambol.email.admin.AccountDetailsPanel
Creates a new instance of AccountDetailsPanel.
ACTION_COMMAND_ADD_ACCOUNT - Static variable in class com.funambol.email.admin.Constants
 
ACTION_COMMAND_DELETE_ACCOUNT - Static variable in class com.funambol.email.admin.Constants
 
ACTION_COMMAND_EDIT_ACCOUNT - Static variable in class com.funambol.email.admin.Constants
 
ACTION_COMMAND_SEARCH_ACCOUNT - Static variable in class com.funambol.email.admin.Constants
 
ACTION_COMMAND_SEARCH_MAILSERVER - Static variable in class com.funambol.email.admin.Constants
 
ACTION_COMMAND_SEARCH_USER - Static variable in class com.funambol.email.admin.Constants
 
ACTION_COMMAND_SELECT_USER - Static variable in class com.funambol.email.admin.Constants
 
ACTION_COMMAND_SHOW_CACHE - Static variable in class com.funambol.email.admin.Constants
 
actionPerformed(ActionEvent) - Method in class com.funambol.email.admin.ConsolePanel
 
addActionListener(ActionListener) - Method in class com.funambol.email.admin.ResultSearchAccountPanel
 
addEmail(String, String, Email, EmailFilter, String, String, String, String, String, long) - Method in class com.funambol.email.items.manager.ImapEntityManager
 
addEmail(String, Email, DBIDGenerator, boolean, String, String, String, String, String, long) - Method in class com.funambol.email.items.manager.PopEntityManager
In the pop3 protocol this method is used only for outbox mail this mails will be add to the Local DB and then sent.
addEmailByListener(IMAPFolder, Message) - Method in class com.funambol.email.items.dao.ImapEntityDAO
This method insert an given message to an given folder and returns its message UID using com.funambol.email.transport.ImapMessageCountListener
addEmailByNextUID(IMAPFolder, Message) - Method in class com.funambol.email.items.dao.ImapEntityDAO
This method insert an given message to an given folder and returns its message UID using com.sun.mail.imap.IMAPFolder.getUIDNext()
addErrorString(String) - Method in class com.funambol.email.admin.ValidationError
Adds an erorr message.
addFolder(String, String, Folder, int, DBIDGenerator, String, long) - Method in class com.funambol.email.items.dao.ImapEntityDAO
This method inserts the folder in the MailServer and the path in the Local DB.
addFolder(String, String, DefaultFolder, DBIDGenerator, String, long) - Method in class com.funambol.email.items.manager.ImapEntityManager
todo understand the type of a folder (holds folders and mails)
addFormActionListener(ActionListener) - Method in class com.funambol.email.admin.FormSearchAccountPanel
Add the listener received as parameter to the buttons of the panel
addFormActionListener(ActionListener) - Method in class com.funambol.email.admin.user.FormSearchUserPanel
Add the listener received as parameter to the buttons of the panel
addListSelectionListenerToTable(ListSelectionListener) - Method in class com.funambol.email.admin.ResultSearchAccountPanel
Add ListSelecctionListener to the table's selection model
addObserver(ComponentObserver) - Method in class com.funambol.email.admin.mailservers.SearchMailServerPanel
Adds a component to the components that need to be notified for updates.
addSearchAction(ActionListener) - Method in class com.funambol.email.admin.mailservers.FormSearchMailServerPanel
Sets the action for the panel search button.
addSentEmail(String, String, Message, DBIDGenerator, String, long) - Method in class com.funambol.email.items.dao.PopEntityDAO
insert an email in the fnbl_email_sentpop table
addSyncItem(SyncItem) - Method in class com.funambol.email.engine.source.EmailGeneric
 
addSyncItem(SyncItem) - Method in class com.funambol.email.engine.source.EmailImap
 
addSyncItem(SyncItem) - Method in class com.funambol.email.engine.source.EmailPop
This method can only send the mail but not append the mail in the outbox and sent folder.
addSyncItem(SyncItem) - Method in class com.funambol.email.engine.source.EmailSyncSource
 
addSyncItem(SyncItem) - Method in interface com.funambol.email.engine.source.IEmailGeneric
 
allMailboxActivation - Variable in class com.funambol.email.engine.source.EmailSyncSource
Should allMailbox sync?
ArrayFocusTraversalPolicy - Class in com.funambol.email.admin
This class represent a focus traversal policy based on an array of components; the order is determined by the order of the components in that array.
ArrayFocusTraversalPolicy(Component[]) - Constructor for class com.funambol.email.admin.ArrayFocusTraversalPolicy
Creates a new instance of ArrayFocusTraversalPolicy
authenticateUser(Cred) - Method in class com.funambol.email.security.EmailOfficer
Authenticates a credential.
authorize(Principal, String) - Method in class com.funambol.email.security.EmailOfficer
Authorizes a resource.

B

beanName - Static variable in class com.funambol.email.engine.source.EmailConnectorConfig
 
beginSync(SyncContext) - Method in class com.funambol.email.engine.source.EmailSyncSource
Begin Sync Method before starting sync the method sets the filter
booleanFromString(String) - Static method in class com.funambol.email.util.Utility
convert the db value 'y' in the boolean "true"
booleanToString(boolean) - Static method in class com.funambol.email.util.Utility
convert the db value 'y' in the boolean "true"

C

CACHE_ADD_LOCAL_ITEM - Static variable in class com.funambol.email.util.Query
 
CACHE_DELETE_LOCAL_ITEMS - Static variable in class com.funambol.email.util.Query
 
CACHE_INVALID_ITEM - Static variable in class com.funambol.email.util.Query
invalid item in cache query
CACHE_SELECT_INVALID_ITEMS - Static variable in class com.funambol.email.util.Query
 
CACHE_SELECT_ITEMS_BY_PRINCIPAL_BY_SOURCE - Static variable in class com.funambol.email.util.Query
 
CacheDAO - Class in com.funambol.email.engine.source
Contains methods to access to the table with the state of the items.
CacheDAO(String) - Constructor for class com.funambol.email.engine.source.CacheDAO
 
cacheDao - Variable in class com.funambol.email.engine.source.EmailSyncSource
 
CacheDetailsPanel - Class in com.funambol.email.admin.cache
Panel to show each cache entry for a given (username, protocol).
CacheDetailsPanel(String, String) - Constructor for class com.funambol.email.admin.cache.CacheDetailsPanel
Creates a new instance of CacheDetailsPanel
callNotification() - Method in class com.funambol.email.inboxlistener.engine.NotificationWrapper
 
cdao - Variable in class com.funambol.email.console.manager.ConsoleManager
 
checkAccount(MailServerAccount) - Method in class com.funambol.email.console.manager.ConsoleManager
check the account on the mail server ok = 0 invalid protocol = 1 invalid username or password = 2 cannection failed = 3
checkAccount(MailServerAccount) - Method in class com.funambol.email.console.ws.EmailWS
check the account on the mail server
checkAccount(MailServerAccount) - Method in class com.funambol.email.inboxlistener.console.MenuWSDAO
Get Account; returns the MailAccount Object with all the info about the user
checkMessageIDforDrafts(String, long) - Method in class com.funambol.email.engine.source.EmailGeneric
check if in the Drafts folder therse is an item without message-id
checkMessageIDforDrafts(String, long) - Method in interface com.funambol.email.engine.source.IEmailGeneric
 
checkMessageIDforDrafts(IMAPFolder, CommonMailServerWrapper) - Method in class com.funambol.email.items.dao.EntityDAO
 
checkMessageIDforDrafts(String, long) - Method in class com.funambol.email.items.manager.EntityManager
check if in the Drafts folder there is an item without the message-id
checkUser(String, String, String, String, boolean, String, String) - Method in class com.funambol.email.transport.CommonMailServerWrapper
 
checkUser(String, String, String, String, boolean, String, String) - Method in interface com.funambol.email.transport.IMailServerWrapper
 
checkUsersForMailServer(String) - Method in class com.funambol.email.console.dao.ConsoleDAO
check if there are related users to the specific Mail Server
clearAllItems(boolean, String, long) - Method in class com.funambol.email.items.manager.ImapEntityManager
clean all folder and email except the 5 main folders
clearAllItems(String, long) - Method in class com.funambol.email.items.manager.PopEntityManager
clean all folder and email except the 5 main folders
clearServerInfo() - Method in class com.funambol.email.engine.source.EmailGeneric
 
clearServerInfo() - Method in class com.funambol.email.engine.source.EmailImap
 
clearServerInfo() - Method in class com.funambol.email.engine.source.EmailPop
 
close() - Static method in class com.funambol.email.inboxlistener.engine.DBConnectionProvider
Closes the datasource
closeConnection(IMailServerWrapper) - Method in class com.funambol.email.inboxlistener.engine.MSTools
close the Mail Server connection; Note the IL Tool works only the INBOX folder
closeConnection(IMailServerWrapper) - Method in interface com.funambol.email.inboxlistener.msdao.IMailboxMSDAO
 
closeConnection(IMailServerWrapper) - Method in class com.funambol.email.inboxlistener.msdao.MailboxMSDAOCommon
close the Mail Server Connection
closeMailboxManager() - Method in class com.funambol.email.inboxlistener.engine.ListenerRegistry
close all the MailboxManager before closing the Inbox-Listener Application
closeMailServerConnection() - Method in class com.funambol.email.inboxlistener.engine.MailboxManager
close the Mail Server Connection
cmsw - Variable in class com.funambol.email.items.manager.EntityManager
 
com.funambol.email.admin - package com.funambol.email.admin
 
com.funambol.email.admin.cache - package com.funambol.email.admin.cache
 
com.funambol.email.admin.dao - package com.funambol.email.admin.dao
 
com.funambol.email.admin.mailservers - package com.funambol.email.admin.mailservers
 
com.funambol.email.admin.user - package com.funambol.email.admin.user
 
com.funambol.email.console.dao - package com.funambol.email.console.dao
 
com.funambol.email.console.manager - package com.funambol.email.console.manager
 
com.funambol.email.console.ws - package com.funambol.email.console.ws
 
com.funambol.email.engine.source - package com.funambol.email.engine.source
 
com.funambol.email.exception - package com.funambol.email.exception
 
com.funambol.email.inboxlistener.admin - package com.funambol.email.inboxlistener.admin
 
com.funambol.email.inboxlistener.console - package com.funambol.email.inboxlistener.console
 
com.funambol.email.inboxlistener.engine - package com.funambol.email.inboxlistener.engine
 
com.funambol.email.inboxlistener.msdao - package com.funambol.email.inboxlistener.msdao
 
com.funambol.email.items.dao - package com.funambol.email.items.dao
 
com.funambol.email.items.manager - package com.funambol.email.items.manager
 
com.funambol.email.model - package com.funambol.email.model
 
com.funambol.email.pdi.converter - package com.funambol.email.pdi.converter
 
com.funambol.email.pdi.folder - package com.funambol.email.pdi.folder
 
com.funambol.email.pdi.mail - package com.funambol.email.pdi.mail
 
com.funambol.email.pdi.parser - package com.funambol.email.pdi.parser
 
com.funambol.email.security - package com.funambol.email.security
 
com.funambol.email.transport - package com.funambol.email.transport
 
com.funambol.email.util - package com.funambol.email.util
 
CommonMailServerWrapper - Class in com.funambol.email.transport
Create a connection with a Mail Server
CommonMailServerWrapper() - Constructor for class com.funambol.email.transport.CommonMailServerWrapper
 
compare(Object, Object) - Method in class com.funambol.email.util.DescendingComparator
 
ComponentObserver - Interface in com.funambol.email.admin
 
ConfigHelper - Class in com.funambol.email.inboxlistener.admin
This class loads the parameter from the XML configuration file
ConfigHelper() - Constructor for class com.funambol.email.inboxlistener.admin.ConfigHelper
 
configure(BasicDataSource) - Static method in class com.funambol.email.inboxlistener.engine.DBConnectionProvider
Configures the DBConnectionProvider instance.
confirmButton - Variable in class com.funambol.email.admin.EmailSyncSourceConfigPanel
 
ConnectorAuthenticator - Class in com.funambol.email.transport
 
ConnectorAuthenticator() - Constructor for class com.funambol.email.transport.ConnectorAuthenticator
 
ConsoleDAO - Class in com.funambol.email.console.dao
This class implements methods to access data in Connector DB Schema.
ConsoleDAO(String, String) - Constructor for class com.funambol.email.console.dao.ConsoleDAO
 
ConsoleManager - Class in com.funambol.email.console.manager
 
ConsoleManager() - Constructor for class com.funambol.email.console.manager.ConsoleManager
 
ConsolePanel - Class in com.funambol.email.admin
This class acts as the entry point for the email connector component admin tool.
ConsolePanel() - Constructor for class com.funambol.email.admin.ConsolePanel
 
Constants - Class in com.funambol.email.admin
Contains constants that are used by account handling.
Constants() - Constructor for class com.funambol.email.admin.Constants
 
CONTENT_BODY - Static variable in class com.funambol.email.util.Def
 
CONTENT_BODY_ALERT - Static variable in class com.funambol.email.util.Def
 
CONTENT_CONTENTTYPE - Static variable in class com.funambol.email.util.Def
 
convert(Object) - Method in class com.funambol.email.pdi.converter.FolderToXML
Performs the conversion.
convert(Object) - Method in class com.funambol.email.pdi.converter.MailToXML
Performs the conversion.
convertHtmlBody(InternalPart) - Static method in class com.funambol.email.items.manager.MessageCreator
convert an Html Part to Txt Part
convertNokiaToDefault(String, DefaultFolder) - Static method in class com.funambol.email.util.Utility
converts the Nokia folder name in the defaul folder name
convertOutboxIDToSentID(String) - Static method in class com.funambol.email.util.Utility
converts the id of an email in the outbox folder with an ID for and email in the sent folder
convertSentIDToOutboxID(String) - Static method in class com.funambol.email.util.Utility
converts the id of an email in the sent folder with an ID for and email in the outbox folder
CREATED - Static variable in interface com.funambol.email.pdi.folder.IFOLDER
 
CREATED - Static variable in interface com.funambol.email.pdi.mail.IEMAIL
 
createFolderGUID(String, String) - Static method in class com.funambol.email.util.Utility
sets the FOLDER GUID = FID + Def.SEPARATOR + FMID
createFoundationFolder(ItemFolder) - Method in class com.funambol.email.items.manager.EntityManager
create the foundation folder object
createFoundationMail(ItemMessage) - Method in class com.funambol.email.items.manager.EntityManager
 
createGUID(Message) - Method in class com.funambol.email.inboxlistener.msdao.MailboxMSDAOCommon
 
createIMAPGUID(String, String, String) - Static method in class com.funambol.email.util.Utility
sets the EMAIL GUID = FID + Def.SEPARATOR + FMID + Def.SEPARATOR + UIDV
createInfo(Message, HashMap) - Method in class com.funambol.email.inboxlistener.msdao.MailboxMSDAO
 
createInfo(Message, HashMap) - Method in class com.funambol.email.inboxlistener.msdao.MailboxMSDAOCommon
 
createInfo(Message, HashMap) - Method in class com.funambol.email.inboxlistener.msdao.MailboxMSDAOGmail
 
createInfoList(Message[], HashMap) - Method in class com.funambol.email.inboxlistener.msdao.MailboxMSDAOCommon
 
createMessage(Session, Email, String, boolean, FlagProperties) - Method in class com.funambol.email.items.manager.EntityManager
create a javaMail Message from a funambol foundation Email
createMessageWithoutSignature(Message, Session, String, String, String) - Method in class com.funambol.email.items.manager.EntityManager
create a javaMail Message from a funambol foundation Email
createMessageWithSignature(Message, Session, String, String, String, String) - Method in class com.funambol.email.items.manager.EntityManager
create a javaMail Message from a funambol foundation Email
createPOPGUID(String, String) - Static method in class com.funambol.email.util.Utility
sets the EMAIL GUID = FID + Def.SEPARATOR + FMID
createSyncItem(EmailSyncSource, Folder, char, TimeZone, String) - Method in class com.funambol.email.engine.source.EmailGeneric
 
createSyncItem(EmailSyncSource, Email, char, TimeZone, String) - Method in class com.funambol.email.engine.source.EmailGeneric
 

D

d1Afterd2(Date, Date) - Static method in class com.funambol.email.util.Utility
compare 2 date
d1Befored2(Date, Date) - Static method in class com.funambol.email.util.Utility
compare 2 date
DateStringToDate(String, String) - Static method in class com.funambol.email.util.UtilityDate
it's public for testing purpose
DateStringToDate4GMail(String, String) - Static method in class com.funambol.email.util.UtilityDate
it's public for testing purpose
DBConnectionProvider - Class in com.funambol.email.inboxlistener.engine
Provides a db connection pool using a org.apache.commons.dbcp.BasicDataSource.
decode(String, String) - Static method in class com.funambol.email.util.Utility
Decode the given text considering it encoded with the given encode type.
decryptPassword(String, String) - Static method in class com.funambol.email.util.TokenUtility
Decrypt a password.
Def - Class in com.funambol.email.util
 
Def() - Constructor for class com.funambol.email.util.Def
 
defaultFolder - Variable in class com.funambol.email.engine.source.EmailSyncSource
 
DefaultFolder - Class in com.funambol.email.model
 
DefaultFolder() - Constructor for class com.funambol.email.model.DefaultFolder
 
DefaultFolder(String, String, String, String, String) - Constructor for class com.funambol.email.model.DefaultFolder
 
defaultFolder - Variable in class com.funambol.email.transport.CommonMailServerWrapper
 
defaultFolderChecker(DefaultFolder, String) - Static method in class com.funambol.email.util.Utility
the method checks if the folder is a default folder On Exchange server the Default folder are: - /Inbox - /Outbox - /Sent - /Draft - /Trash It's depend of the language (see configuration panel)
deleteAccount(MailServerAccount) - Method in class com.funambol.email.admin.AccountController
Account deletetion process.
deleteAccount(String) - Method in class com.funambol.email.admin.dao.WSDAO
Delete account with the given ID.
deleteAccount(String) - Method in class com.funambol.email.inboxlistener.console.MenuWSDAO
 
DELETED - Static variable in interface com.funambol.email.pdi.mail.IEMAIL
 
deletedItemKeys - Variable in class com.funambol.email.engine.source.EmailSyncSource
 
deleteLocalItem(String, String, String) - Method in class com.funambol.email.engine.source.CacheDAO
Delete local items
deleteLocalItems(String, long) - Method in class com.funambol.email.engine.source.CacheDAO
Delete local items
deleteMailServer(String) - Method in class com.funambol.email.admin.dao.WSDAO
Delete mail server with the given ID.
deleteMailServer(MailServer) - Method in class com.funambol.email.admin.MailServerController
Mail server deletetion process.
deleteMailServer(String) - Method in class com.funambol.email.inboxlistener.console.MenuWSDAO
 
deletePubMailServer(String) - Method in class com.funambol.email.console.dao.ConsoleDAO
delete mail server
deletePubMailServer(String) - Method in class com.funambol.email.console.manager.ConsoleManager
delete mail server
deletePubMailServer(String) - Method in class com.funambol.email.console.ws.EmailWS
delete mail server
deleteRowInTable(MailServer) - Method in class com.funambol.email.admin.mailservers.ResultSearchMailServerPanel
 
deleteRowInTable() - Method in class com.funambol.email.admin.ResultSearchAccountPanel
Delete a row of the model.
deleteSentPop(String, long) - Method in class com.funambol.email.engine.source.CacheDAO
Delete local items
deleteUser(String) - Method in class com.funambol.email.console.dao.ConsoleDAO
delete user
deleteUser(String) - Method in class com.funambol.email.console.manager.ConsoleManager
delete user
deleteUser(String) - Method in class com.funambol.email.console.ws.EmailWS
delete userId
DescendingComparator - Class in com.funambol.email.util
 
DescendingComparator() - Constructor for class com.funambol.email.util.DescendingComparator
 
deviceCharset - Variable in class com.funambol.email.engine.source.EmailSyncSource
Property for sync session
deviceTimeZone - Variable in class com.funambol.email.engine.source.EmailSyncSource
Property for sync session
disableAccount(String) - Method in class com.funambol.email.inboxlistener.console.MenuWSDAO
 
disableUser(String) - Method in class com.funambol.email.console.dao.ConsoleDAO
disable account
disableUser(String) - Method in class com.funambol.email.console.manager.ConsoleManager
disable account
disableUser(String) - Method in class com.funambol.email.console.ws.EmailWS
disable account
dtEncryptLabel - Variable in class com.funambol.email.admin.EmailSyncSourceConfigPanel
 
dtEncryptValue - Variable in class com.funambol.email.admin.EmailSyncSourceConfigPanel
 

E

ed - Variable in class com.funambol.email.items.manager.EntityManager
 
em - Variable in class com.funambol.email.engine.source.EmailGeneric
 
Email - Class in com.funambol.email.pdi.mail
An object representing a email.
Email() - Constructor for class com.funambol.email.pdi.mail.Email
Creates an empty mail
EmailAccessException - Exception in com.funambol.email.exception
 
EmailAccessException() - Constructor for exception com.funambol.email.exception.EmailAccessException
Creates a new instance of EmailAccessException without detail message.
EmailAccessException(String) - Constructor for exception com.funambol.email.exception.EmailAccessException
Constructs an instance of EmailAccessException with the specified detail message.
EmailAccessException(String, Throwable) - Constructor for exception com.funambol.email.exception.EmailAccessException
Constructs an instance of EmailAccessException with the specified detail message.
EmailConfigException - Exception in com.funambol.email.exception
 
EmailConfigException() - Constructor for exception com.funambol.email.exception.EmailConfigException
Creates a new instance of EmailConfigException without detail message.
EmailConfigException(String) - Constructor for exception com.funambol.email.exception.EmailConfigException
Constructs an instance of EmailConfigException with the specified detail message.
EmailConfigException(String, Throwable) - Constructor for exception com.funambol.email.exception.EmailConfigException
Constructs an instance of EmailConfigException with the specified detail message.
EmailConnectorConfig - Class in com.funambol.email.engine.source
This class loads the parameter from the XML configuration file
EmailConnectorConfig() - Constructor for class com.funambol.email.engine.source.EmailConnectorConfig
 
EmailFactory - Class in com.funambol.email.engine.source
 
EmailFactory() - Constructor for class com.funambol.email.engine.source.EmailFactory
 
EmailFilter - Class in com.funambol.email.model
this class contains all the info about the filter that the client sends
EmailFilter() - Constructor for class com.funambol.email.model.EmailFilter
 
EmailFilter(String, int, int, String, Date, String, int, boolean, boolean, int, int) - Constructor for class com.funambol.email.model.EmailFilter
 
EmailGeneric - Class in com.funambol.email.engine.source
This class implements common methods of EmailPOPSyncSource version $Id: EmailGeneric.java,v 1.9 2007/01/26 17:39:55 gbmiglia Exp $
EmailGeneric() - Constructor for class com.funambol.email.engine.source.EmailGeneric
 
EmailGeneric(EmailSyncSourceWrapper) - Constructor for class com.funambol.email.engine.source.EmailGeneric
 
emailhelper - Variable in class com.funambol.email.engine.source.EmailSyncSource
wrapper for the Email Helper
EmailImap - Class in com.funambol.email.engine.source
This class implements common methods of EmailIMAPSyncSource version $Id: EmailImap.java,v 1.16 2007/01/31 15:28:39 gbmiglia Exp $
EmailImap() - Constructor for class com.funambol.email.engine.source.EmailImap
 
EmailImap(EmailSyncSourceWrapper) - Constructor for class com.funambol.email.engine.source.EmailImap
 
EmailItem - Class in com.funambol.email.pdi.mail
An object representing a email.
EmailItem() - Constructor for class com.funambol.email.pdi.mail.EmailItem
Creates an empty email item
EMAILITEM - Static variable in interface com.funambol.email.pdi.mail.IEMAIL
 
EmailOfficer - Class in com.funambol.email.security
This is an implementation of the Officier interface.
EmailOfficer() - Constructor for class com.funambol.email.security.EmailOfficer
 
EmailPop - Class in com.funambol.email.engine.source
This class implements common methods of EmailPOPSyncSource version $Id: EmailPop.java,v 1.15 2007/01/30 17:19:43 gbmiglia Exp $
EmailPop() - Constructor for class com.funambol.email.engine.source.EmailPop
 
EmailPop(EmailSyncSourceWrapper) - Constructor for class com.funambol.email.engine.source.EmailPop
 
EmailSyncSource - Class in com.funambol.email.engine.source
This class implements common methods of MultiEmailSyncSource

version $Id: EmailSyncSource.java,v 1.67 2007/02/05 13:30:26 gbmiglia Exp $

EmailSyncSource() - Constructor for class com.funambol.email.engine.source.EmailSyncSource
 
EmailSyncSourceConfigPanel - Class in com.funambol.email.admin
This class implements the configuration panel for an EmailSyncSource
EmailSyncSourceConfigPanel() - Constructor for class com.funambol.email.admin.EmailSyncSourceConfigPanel
 
EmailSyncSourceWrapper - Class in com.funambol.email.engine.source

version $Id: EmailSyncSourceWrapper.java,v 1.4 2007/01/15 16:37:39 nichele Exp $

EmailSyncSourceWrapper() - Constructor for class com.funambol.email.engine.source.EmailSyncSourceWrapper
 
EmailWS - Class in com.funambol.email.console.ws
 
EmailWS() - Constructor for class com.funambol.email.console.ws.EmailWS
 
enableAccount(String) - Method in class com.funambol.email.inboxlistener.console.MenuWSDAO
 
enableUser(String) - Method in class com.funambol.email.console.dao.ConsoleDAO
disable account
enableUser(String) - Method in class com.funambol.email.console.manager.ConsoleManager
enable account
enableUser(String) - Method in class com.funambol.email.console.ws.EmailWS
enable account
ENCODE_BASE64 - Static variable in class com.funambol.email.util.Def
 
ENCODE_QUOTED_PRINTABLE - Static variable in class com.funambol.email.util.Def
 
encryptionKey - Variable in class com.funambol.email.console.dao.ConsoleDAO
 
encryptionKey - Variable in class com.funambol.email.engine.source.EmailSyncSource
 
encryptPassword(String, String) - Static method in class com.funambol.email.util.TokenUtility
Encrypt a password.
endApp() - Static method in class com.funambol.email.inboxlistener.engine.MessageProcessor
close all the connection
endSync() - Method in class com.funambol.email.engine.source.EmailSyncSource
End Sync Method
EntityDAO - Class in com.funambol.email.items.dao
This class implements methods to access data in Mail Server datastore.
EntityDAO() - Constructor for class com.funambol.email.items.dao.EntityDAO
 
EntityDAO(String, String) - Constructor for class com.funambol.email.items.dao.EntityDAO
 
EntityException - Exception in com.funambol.email.exception
 
EntityException(String) - Constructor for exception com.funambol.email.exception.EntityException
Constructs an instance of EntityException with the specified detail message.
EntityException(String, int) - Constructor for exception com.funambol.email.exception.EntityException
Constructs an instance of EntityException with the specified detail message.
EntityException(Throwable) - Constructor for exception com.funambol.email.exception.EntityException
Constructs an instance of EntityException with the specified exception.
EntityException(String, Throwable) - Constructor for exception com.funambol.email.exception.EntityException
Constructs an instance of EntityException with the specified detail message.
EntityManager - Class in com.funambol.email.items.manager
 
EntityManager() - Constructor for class com.funambol.email.items.manager.EntityManager
 
EntityManager(EmailSyncSource) - Constructor for class com.funambol.email.items.manager.EntityManager
 
EntityManagerFilter - Class in com.funambol.email.items.manager
Filter class.
EntityManagerFilter() - Constructor for class com.funambol.email.items.manager.EntityManagerFilter
 
ERR_CONNECTION_FAILED - Static variable in class com.funambol.email.util.Def
 
ERR_FILTERING_EMAIL - Static variable in class com.funambol.email.util.Def
 
ERR_GENERIC_MAILSERVER - Static variable in class com.funambol.email.util.Def
 
ERR_INVALID_CREDENTIALS - Static variable in class com.funambol.email.util.Def
 
ERR_INVALID_DOMAIN - Static variable in class com.funambol.email.util.Def
 
ERR_INVALID_INPUT - Static variable in class com.funambol.email.util.Def
 
ERR_INVALID_PROTOCOL - Static variable in class com.funambol.email.util.Def
 
ERR_OK - Static variable in class com.funambol.email.util.Def
 
ERR_SERVER_DELETION - Static variable in class com.funambol.email.util.Def
 
error(String) - Method in class com.funambol.email.admin.EmailSyncSourceConfigPanel
 
ess - Variable in class com.funambol.email.engine.source.EmailGeneric
 
ess - Variable in class com.funambol.email.engine.source.EmailImap
 
ess - Variable in class com.funambol.email.engine.source.EmailPop
 
Ext - Class in com.funambol.email.pdi.mail
An object representing a extension field.
Ext() - Constructor for class com.funambol.email.pdi.mail.Ext
Creates an empty mail
EXT - Static variable in interface com.funambol.email.pdi.mail.IEMAIL
 

F

FAULT_DATA_STORE - Static variable in class com.funambol.email.inboxlistener.engine.WSTools
 
FAULT_UNAUTHORIZED - Static variable in class com.funambol.email.inboxlistener.engine.WSTools
 
fillAccount() - Method in class com.funambol.email.admin.AccountDetailsPanel
Fills the account with fields data.
fillFields() - Method in class com.funambol.email.admin.AccountDetailsPanel
Fills all the fields with the given account.
filter - Variable in class com.funambol.email.engine.source.EmailSyncSource
 
FILTER_FOLDER_I - Static variable in class com.funambol.email.util.Def
 
FILTER_FOLDER_IO - Static variable in class com.funambol.email.util.Def
 
FILTER_FOLDER_IOS - Static variable in class com.funambol.email.util.Def
 
FILTER_FOLDER_IOSD - Static variable in class com.funambol.email.util.Def
 
FILTER_FOLDER_IOSDT - Static variable in class com.funambol.email.util.Def
 
FILTER_ID_FIELD - Static variable in class com.funambol.email.util.Def
 
FILTER_SIZE_H - Static variable in class com.funambol.email.util.Def
 
FILTER_SIZE_H_B - Static variable in class com.funambol.email.util.Def
 
FILTER_SIZE_H_B_A - Static variable in class com.funambol.email.util.Def
 
FILTER_SIZE_H_B_A_PERC - Static variable in class com.funambol.email.util.Def
 
FILTER_SIZE_H_B_PERC - Static variable in class com.funambol.email.util.Def
 
FILTER_SIZE_LABEL_ATTACH - Static variable in class com.funambol.email.util.Def
 
FILTER_SIZE_LABEL_BODY - Static variable in class com.funambol.email.util.Def
 
FILTER_SIZE_LABEL_HEADER - Static variable in class com.funambol.email.util.Def
 
FILTER_TIME_FIELD - Static variable in class com.funambol.email.util.Def
 
FILTER_TYPE_EXC - Static variable in class com.funambol.email.util.Def
 
FILTER_TYPE_INC - Static variable in class com.funambol.email.util.Def
 
firstname - Variable in class com.funambol.email.engine.source.EmailSyncSource
 
FLAG_CHARSET - Static variable in class com.funambol.email.pdi.converter.MailToXML
 
FLAG_ENCODING - Static variable in class com.funambol.email.pdi.converter.MailToXML
 
FLAG_GROUP - Static variable in class com.funambol.email.pdi.converter.MailToXML
 
FLAG_LANGUAGE - Static variable in class com.funambol.email.pdi.converter.MailToXML
 
FLAG_TYPE - Static variable in class com.funambol.email.pdi.converter.MailToXML
 
FLAG_VALUE - Static variable in class com.funambol.email.pdi.converter.MailToXML
 
FLAG_XPARAMS - Static variable in class com.funambol.email.pdi.converter.MailToXML
 
FLAGGED - Static variable in interface com.funambol.email.pdi.mail.IEMAIL
 
FlagProperties - Class in com.funambol.email.model
 
FlagProperties() - Constructor for class com.funambol.email.model.FlagProperties
 
FlagProperties(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.funambol.email.model.FlagProperties
 
Folder - Class in com.funambol.email.pdi.folder
An object representing a folder.
Folder() - Constructor for class com.funambol.email.pdi.folder.Folder
Creates an empty Folder
FOLDER_DELETE_FOLDER - Static variable in class com.funambol.email.util.Query
 
FOLDER_DRAFTS_ENG - Static variable in class com.funambol.email.util.Def
 
FOLDER_DRAFTS_GUID - Static variable in class com.funambol.email.util.Def
 
FOLDER_DRAFTS_ID - Static variable in class com.funambol.email.util.Def
 
FOLDER_DRAFTS_ROLE - Static variable in class com.funambol.email.util.Def
 
FOLDER_INBOX_ENG - Static variable in class com.funambol.email.util.Def
 
FOLDER_INBOX_GUID - Static variable in class com.funambol.email.util.Def
 
FOLDER_INBOX_ID - Static variable in class com.funambol.email.util.Def
 
FOLDER_INBOX_ROLE - Static variable in class com.funambol.email.util.Def
 
FOLDER_INSERT_FOLDER - Static variable in class com.funambol.email.util.Query
folders queries
FOLDER_OUTBOX_ENG - Static variable in class com.funambol.email.util.Def
 
FOLDER_OUTBOX_GUID - Static variable in class com.funambol.email.util.Def
 
FOLDER_OUTBOX_ID - Static variable in class com.funambol.email.util.Def
 
FOLDER_OUTBOX_ROLE - Static variable in class com.funambol.email.util.Def
 
FOLDER_ROOT_ENG - Static variable in class com.funambol.email.util.Def
 
FOLDER_ROOT_GUID - Static variable in class com.funambol.email.util.Def
 
FOLDER_ROOT_ID - Static variable in class com.funambol.email.util.Def
 
FOLDER_SELECT_ALL_FOLDER - Static variable in class com.funambol.email.util.Query
 
FOLDER_SELECT_FOLDER - Static variable in class com.funambol.email.util.Query
 
FOLDER_SELECT_FOLDERID - Static variable in class com.funambol.email.util.Query
 
FOLDER_SELECT_FULLPATH - Static variable in class com.funambol.email.util.Query
 
FOLDER_SELECT_FULLPATH_FROM_FID - Static variable in class com.funambol.email.util.Query
 
FOLDER_SENT_ENG - Static variable in class com.funambol.email.util.Def
 
FOLDER_SENT_ENG_EXC - Static variable in class com.funambol.email.util.Def
 
FOLDER_SENT_GUID - Static variable in class com.funambol.email.util.Def
 
FOLDER_SENT_ID - Static variable in class com.funambol.email.util.Def
 
FOLDER_SENT_ROLE - Static variable in class com.funambol.email.util.Def
 
FOLDER_TRASH_ENG - Static variable in class com.funambol.email.util.Def
 
FOLDER_TRASH_ENG_EXC - Static variable in class com.funambol.email.util.Def
 
FOLDER_TRASH_GUID - Static variable in class com.funambol.email.util.Def
 
FOLDER_TRASH_ID - Static variable in class com.funambol.email.util.Def
 
FOLDER_TRASH_ROLE - Static variable in class com.funambol.email.util.Def
 
folderInboxOpened - Variable in class com.funambol.email.transport.ImapMailServerWrapper
 
folderInboxOpened - Variable in class com.funambol.email.transport.PopMailServerWrapper
 
FolderManager - Class in com.funambol.email.inboxlistener.console
this class implements the methods to get the Folders in a specific mailbox
FolderManager() - Constructor for class com.funambol.email.inboxlistener.console.FolderManager
 
FolderToXML - Class in com.funambol.email.pdi.converter
This object is a converter from a Folder object model to an XML string.
FolderToXML(TimeZone, String) - Constructor for class com.funambol.email.pdi.converter.FolderToXML
 
FormSearchAccountPanel - Class in com.funambol.email.admin
Panel for specifying criteria for account searching.
FormSearchAccountPanel() - Constructor for class com.funambol.email.admin.FormSearchAccountPanel
Creates a new instance of a FormSearchAccountPanel object.
FormSearchMailServerPanel - Class in com.funambol.email.admin.mailservers
Panel for specifying criteria for search of public mail servers.
FormSearchMailServerPanel() - Constructor for class com.funambol.email.admin.mailservers.FormSearchMailServerPanel
Creates a new instance of FormSearchMailServerPanel
FormSearchUserPanel - Class in com.funambol.email.admin.user
Create the panel used for searching Users during the insert account process.
FormSearchUserPanel() - Constructor for class com.funambol.email.admin.user.FormSearchUserPanel
Creates a new panel instance.
FORWARDED - Static variable in interface com.funambol.email.pdi.mail.IEMAIL
 
funambolSignature - Variable in class com.funambol.email.engine.source.EmailSyncSource
 

G

get() - Method in class com.funambol.email.util.TokenProvider
 
getAccessed() - Method in class com.funambol.email.model.ItemFolder
Returns the accessed date of this Folder
getAccessed() - Method in class com.funambol.email.pdi.folder.Folder
Returns the accessed of this folder
getAccount() - Method in class com.funambol.email.admin.AccountDetailsPanel
Returns the account.
getAccount(String) - Method in class com.funambol.email.admin.dao.WSDAO
Retrieve the account for the given username.
getAccount(String) - Method in class com.funambol.email.inboxlistener.console.MenuWSDAO
Get Account; returns the MailAccount Object with all the info about the user
getAccountFromID(String) - Method in class com.funambol.email.inboxlistener.console.MenuWSDAO
Get Account; returns the MailAccount Object with all the info about the user
getAccountId() - Method in class com.funambol.email.model.MailServerAccount
 
getAccounts(Clause) - Method in class com.funambol.email.admin.dao.WSDAO
Retrieve an array of the MailServerAccount objects that match the given clause.
getAccounts() - Method in class com.funambol.email.inboxlistener.console.MenuWSDAO
Gets Accounts returns a list that contains MailAccount
getAccounts(String) - Method in class com.funambol.email.inboxlistener.engine.ListenerRegistryDAO
Gets Accounts returns a list that contains MailAccount
getAccountsToRemove(String) - Method in class com.funambol.email.inboxlistener.engine.ListenerRegistryDAO
Gets Accounts returns a list that contains MailAccount
getActivation() - Method in class com.funambol.email.model.MailServerAccount
 
getAllDefaultFolders(String, Date) - Method in class com.funambol.email.items.dao.ImapEntityDAO
gets all default Folder
getAllDefaultFoldersInfo(String, Date) - Method in class com.funambol.email.items.dao.ImapEntityDAO
gets all default folder infos
getAllEmails(IMAPFolder, String, EmailFilter) - Method in class com.funambol.email.items.dao.ImapEntityDAO
gets all Messages for the caching system
getAllEmails(EmailFilter, HashMap) - Method in class com.funambol.email.items.manager.EntityManager
Return all email ids.
getAllEmailsInbox(String, String) - Method in class com.funambol.email.items.dao.EntityDAO
 
getAllEmailsInbox(POP3Folder, EmailFilter, Locale) - Method in class com.funambol.email.items.dao.PopEntityDAO
gets all Messages NOTE: in the pop protocol this feature doesn't work
SearchTerm st = new ReceivedDateTerm(ComparisonTerm.GE, filter.getTime());
messages = f.search(st);
so we have to use a manual filter
getAllEmailsInbox(POP3Folder) - Method in class com.funambol.email.items.dao.PopEntityDAO
gets all Messages NOTE: in the pop protocol this feature doesn't work
SearchTerm st = new ReceivedDateTerm(ComparisonTerm.GE, filter.getTime());
messages = f.search(st);
so we have to use a manual filter
getAllEmailsInfo(EmailFilter, String, boolean) - Method in class com.funambol.email.items.manager.ImapEntityManager
todo get all emails info from all folders (not only from the 5 main folder)
getAllEmailsInfo(EmailFilter, String, String, long) - Method in class com.funambol.email.items.manager.PopEntityManager
 
getAllEmailsSent(EmailFilter, String, long) - Method in class com.funambol.email.items.dao.PopEntityDAO
 
getAllFolders(EmailFilter, IMAPFolder, String, String, long) - Method in class com.funambol.email.items.dao.ImapEntityDAO
gets all Folder
getAllFolders(EmailFilter, boolean, String, long) - Method in class com.funambol.email.items.manager.ImapEntityManager
if allMailboxActivation is true the method gets the 5 main folders (inbox, outbox, sent, draft, trash) and recursively all the subforlders

if allMailboxActivation is false the method gets only the 5 main folders (inbox, outbox, sent, draft, trash)

getAllFolders(EmailFilter) - Method in class com.funambol.email.items.manager.PopEntityManager
the pop-like connector gets only the default folders (inbox, outbox, sent)
getAllFoldersInfo(EmailFilter, IMAPFolder, ItemFolder, String, long) - Method in class com.funambol.email.items.dao.ImapEntityDAO
gets all folder infos
getAllFoldersInfo(EmailFilter, boolean, String, long) - Method in class com.funambol.email.items.manager.ImapEntityManager
 
getAllFoldersInfo(EmailFilter) - Method in class com.funambol.email.items.manager.PopEntityManager
the pop-like connector gets only the default folders (inbox, outbox, sent)
getAllPartsOfMessage(Message) - Static method in class com.funambol.email.items.manager.MessageParser
this method returns always a list of part
getAllSyncItemInfo() - Method in class com.funambol.email.engine.source.EmailGeneric
 
getAllSyncItemInfo() - Method in class com.funambol.email.engine.source.EmailImap
 
getAllSyncItemInfo() - Method in class com.funambol.email.engine.source.EmailPop
 
getAllSyncItemInfo() - Method in interface com.funambol.email.engine.source.IEmailGeneric
 
getAllSyncItemKeys() - Method in class com.funambol.email.engine.source.EmailGeneric
 
getAllSyncItemKeys() - Method in class com.funambol.email.engine.source.EmailImap
 
getAllSyncItemKeys() - Method in class com.funambol.email.engine.source.EmailPop
 
getAllSyncItemKeys() - Method in class com.funambol.email.engine.source.EmailSyncSource
 
getAllSyncItemKeys() - Method in interface com.funambol.email.engine.source.IEmailGeneric
 
getAnswered() - Method in class com.funambol.email.model.FlagProperties
 
getAttributes() - Method in class com.funambol.email.model.ItemFolder
Returns the attributes of this Folder
getBasicDataSource() - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
getCachedInfo(String, String) - Method in class com.funambol.email.admin.dao.WSDAO
Retrieve all the cache entries for given username,protocol.
getCachedInfo(String, String) - Method in class com.funambol.email.console.dao.ConsoleDAO
get user
getCachedInfo(String, String) - Method in class com.funambol.email.console.manager.ConsoleManager
get the cached info for the specified username
getCachedInfo(String, String) - Method in class com.funambol.email.console.ws.EmailWS
get the cached info for the specified username
getCachedInfo(String, String) - Method in class com.funambol.email.inboxlistener.console.MenuWSDAO
Get Account; returns the MailAccount Object with all the info about the user
getClause() - Method in class com.funambol.email.admin.FormSearchAccountPanel
Get textfields' edited values and create a clause with these parameters
getClause() - Method in class com.funambol.email.admin.mailservers.FormSearchMailServerPanel
Gets field values and create a clause with these parameters.
getClause() - Method in class com.funambol.email.admin.user.FormSearchUserPanel
Get textfields' edited values and create a clause with these parameters
getClientAuth() - Method in class com.funambol.email.security.EmailOfficer
Gets the supported authentication type
getComparisonTerm(String) - Static method in class com.funambol.email.util.Utility
 
getComponentAfter(Container, Component) - Method in class com.funambol.email.admin.ArrayFocusTraversalPolicy
 
getComponentBefore(Container, Component) - Method in class com.funambol.email.admin.ArrayFocusTraversalPolicy
 
getConfigInstance() - Static method in class com.funambol.email.engine.source.EmailConnectorConfig
 
getConfigInstance() - Static method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
getConnection() - Static method in class com.funambol.email.inboxlistener.engine.DBConnectionProvider
Returns an available connection
getContentFromSyncItem(SyncItem) - Static method in class com.funambol.email.util.Utility
get content from a SyncItem
getContentType() - Method in class com.funambol.email.model.InternalPart
Returns the contentType of the Message
getCreated() - Method in class com.funambol.email.model.ItemFolder
Returns the origination date of this Folder
getCreated() - Method in class com.funambol.email.model.ItemMessage
Returns the origination date of this Message
getCreated() - Method in class com.funambol.email.pdi.folder.Folder
Returns the created of this folder
getCreated() - Method in class com.funambol.email.pdi.mail.Email
Returns the created of this mail
getDataSource() - Method in class com.funambol.email.engine.source.EmailConnectorConfig
 
getDefaultFolder(IMailServerWrapper, String) - Method in class com.funambol.email.items.dao.EntityDAO
check if the Folder is in the mail server
getDefaultFolder() - Method in class com.funambol.email.transport.CommonMailServerWrapper
 
getDefaultFolder() - Method in interface com.funambol.email.transport.IMailServerWrapper
 
getDefaultFolderId(DefaultFolder, String) - Static method in class com.funambol.email.util.Utility
the method checks if the folder is a default folder On Exchange server the Default folder are: - /Inbox - /Outbox - /Sent - /Draft - /Trash It's depend of the language (see configuration panel)
getDeleted() - Method in class com.funambol.email.model.FlagProperties
 
getDeleted() - Method in class com.funambol.email.model.ItemMessage
Returns if the Message has been deleted
getDeleted() - Method in class com.funambol.email.pdi.mail.Email
Returns the deleted of this mail
getDeletedSyncItemKeys(Timestamp, Timestamp) - Method in class com.funambol.email.engine.source.EmailGeneric
 
getDeletedSyncItemKeys(Timestamp, Timestamp) - Method in class com.funambol.email.engine.source.EmailSyncSource
 
getDeletedSyncItemKeys(Timestamp, Timestamp) - Method in interface com.funambol.email.engine.source.IEmailGeneric
 
getDescription() - Method in class com.funambol.email.model.MailServer
 
getDHandler() - Method in class com.funambol.email.model.InternalPart
Returns the dhandler of the Part
getDisposition() - Method in class com.funambol.email.model.InternalPart
Returns the disposition of the Part
getDraft() - Method in class com.funambol.email.model.FlagProperties
 
getDraftsActivation() - Method in class com.funambol.email.model.MailServer
 
getDraftsFolder() - Method in class com.funambol.email.transport.ImapMailServerWrapper
returns Drafts Folder Instance
getDraftsId() - Method in class com.funambol.email.model.DefaultFolder
 
getDraftsName() - Method in class com.funambol.email.model.DefaultFolder
 
getDraftsPath() - Method in class com.funambol.email.model.MailServer
 
getDraftsRole() - Method in class com.funambol.email.model.DefaultFolder
 
getEmail() - Method in class com.funambol.email.model.UserSearchFilter
 
getEmailFromClause(Session, HashMap, String, Email) - Method in class com.funambol.email.items.manager.EntityManager
Checks if an email is already inserted in the db and returns the GUID.
getEmailFromClauseInDB(Session, String, Email, String, long) - Method in class com.funambol.email.items.manager.PopEntityManager
checks if an email is already inserted in the db and returns the GUID we use the header Message-ID as search criteria
getEmailFromMessageID(IMAPFolder, String, String) - Method in class com.funambol.email.items.dao.ImapEntityDAO
serch a document using the header Message-ID
getEmailFromMessageID(String, Session, String, long) - Method in class com.funambol.email.items.dao.PopEntityDAO
serch a document using the header Message-ID
getEmailFromUID(IMAPFolder, String, long) - Method in class com.funambol.email.items.dao.ImapEntityDAO
serch a document using UID; for IMAP4 protocol UID is long
getEmailFromUID(EmailFilter, String, String, char, String, long) - Method in class com.funambol.email.items.manager.ImapEntityManager
 
getEmailFromUID(EmailFilter, String, String, char, String, long) - Method in class com.funambol.email.items.manager.PopEntityManager
Get the email; called by the SyncSource
getEmailInboxFromUID(POP3Folder, Message[], String) - Method in class com.funambol.email.items.dao.PopEntityDAO
serch a document using UID; for POP3 protocol UID is String I have to use a custome getMessageByUID because there is not a folder.getMessageByUID method like in the imap protocol
getEmailItem() - Method in class com.funambol.email.pdi.mail.Email
Returns the mailItem of this mail
getEmailOption() - Method in class com.funambol.email.model.UserSearchFilter
 
getEmailSentFromUID(String, Session, String, long) - Method in class com.funambol.email.items.dao.PopEntityDAO
 
getEmailsFromInbox(IMailServerWrapper, HashMap) - Method in interface com.funambol.email.inboxlistener.msdao.IMailboxMSDAO
 
getEmailsFromInbox(IMailServerWrapper, HashMap) - Method in class com.funambol.email.inboxlistener.msdao.MailboxMSDAO
get messages from inbox folder This method returns all the items in the server inbox folder
getEmailsFromInbox(IMailServerWrapper, HashMap) - Method in class com.funambol.email.inboxlistener.msdao.MailboxMSDAOCommon
get messages from inbox folder This method returns all the items in the server inbox folder
getEmailsFromInbox(IMailServerWrapper, HashMap) - Method in class com.funambol.email.inboxlistener.msdao.MailboxMSDAOGmail
get messages from inbox folder This method returns all the items in the server inbox folder
getEmailSyncSource(String, EmailSyncSourceWrapper) - Static method in class com.funambol.email.engine.source.EmailFactory
 
getEmailSyncSource() - Method in class com.funambol.email.engine.source.EmailSyncSourceWrapper
 
getEncodingType(MimeMessage) - Static method in class com.funambol.email.items.manager.MessageCreator
this method checks if message contains non-ASCII characters and set the correct encoding type It's a public method because there is an external unit test
getEncodingType() - Method in class com.funambol.email.model.ItemMessage
Returns the encoding type of this Message
getErrorStrings() - Method in class com.funambol.email.admin.ValidationError
Gets the array of the error messages.
getExt() - Method in class com.funambol.email.model.ItemMessage
Returns Ext
getExt() - Method in class com.funambol.email.pdi.mail.Email
Returns the ext of this mail
getExtComplete(ArrayList, int) - Static method in class com.funambol.email.items.manager.MessageCreator
create an Ext object with the following info - truncated - body size - all info about attachments
getFileName() - Method in class com.funambol.email.model.InternalPart
Returns the filename of the Attachment
getFilterType() - Method in class com.funambol.email.model.EmailFilter
 
getFirstName() - Method in class com.funambol.email.model.UserSearchFilter
 
getFirstNameOption() - Method in class com.funambol.email.model.UserSearchFilter
 
getFlagged() - Method in class com.funambol.email.model.FlagProperties
 
getFlagged() - Method in class com.funambol.email.model.ItemMessage
Returns if the Message has been flagged
getFlagged() - Method in class com.funambol.email.pdi.mail.Email
Returns the flagged of this mail
getFlags(Email) - Static method in class com.funambol.email.util.Utility
returns an object with the flags: read, replied , flagged, forwarded.
getFlags(Message) - Static method in class com.funambol.email.util.Utility
returns an object with the flags: read, replied , flagged, forwarded.
getFolder() - Method in class com.funambol.email.model.EmailFilter
 
getFolderCreationDate() - Static method in class com.funambol.email.util.Utility
set creation date of a folder
getFolderFromName(String, String, String, long) - Method in class com.funambol.email.items.manager.ImapEntityManager
search the twin of the folder "name".
getFolderFromName(String, String, String, long) - Method in class com.funambol.email.items.manager.PopEntityManager
 
getFolderFromUID(String, String, long) - Method in class com.funambol.email.items.dao.EntityDAO
serch a folder using the GUID in the local DB
getFolderFromUID(EmailFilter, String, String, long) - Method in class com.funambol.email.items.manager.ImapEntityManager
get folder from GUID
getFolderFromUID(String, String, long) - Method in class com.funambol.email.items.manager.PopEntityManager
 
getFolderNameFromFullpath(String) - Static method in class com.funambol.email.util.Utility
 
getFolderRole(String, DefaultFolder) - Static method in class com.funambol.email.util.Utility
set folder role using the name
getForwarded() - Method in class com.funambol.email.model.FlagProperties
 
getForwarded() - Method in class com.funambol.email.model.ItemMessage
Returns if the Message has been forwarded
getForwarded() - Method in class com.funambol.email.pdi.mail.Email
Returns the forwarded of this mail
getFoundationFolderFromXML(String) - Static method in class com.funambol.email.engine.source.HelperForIOConversion
Get Data from XML message converting the xml item into a Folder object It's public for unit-test purpose
getFoundationMailFromXML(String) - Static method in class com.funambol.email.engine.source.HelperForIOConversion
Get Data from XML message converting the xml item into a Email object It's public for unit-test purpose
getFullPathFromFID(String, String, long) - Method in class com.funambol.email.items.dao.EntityDAO
gets the folder fullpath from the local DB In the local db the GUID is composed by: parentId + separator + objectId This method look up the item with the GUID = '%/FID'
getFullPathFromGUID(String, String, long) - Method in class com.funambol.email.items.dao.EntityDAO
gets the folder fullpath from the local DB
getFunambolSignature() - Method in class com.funambol.email.engine.source.EmailSyncSource
 
getFunambolToken() - Method in class com.funambol.email.util.TokenProvider
 
getGUID() - Method in class com.funambol.email.model.ItemFolder
Returns the id of this Folder
getGUID() - Method in class com.funambol.email.model.ItemMessage
Returns the id of this Message
getGUID() - Method in class com.funambol.email.model.SendResult
 
getGuid() - Method in class com.funambol.email.model.SyncItemInfoAdmin
 
getGUIDFromFullPath(String, String, long) - Method in class com.funambol.email.items.dao.EntityDAO
gets the Folder id from the local DB
getH(Session, String, String, Message, char, Locale, EmailFilter) - Method in class com.funambol.email.items.manager.EntityManagerFilter
returns only header
getHB(Session, String, String, Message, char, Locale, int, EmailFilter) - Method in class com.funambol.email.items.manager.EntityManagerFilter
returns header and body with byte quatity limitation
getHB_Content(MimeMessage, Message, InternalPart) - Static method in class com.funambol.email.items.manager.MessageCreator
get just the InternalPart that contains the body
getHB_GetPart(ArrayList, int, Ext, int) - Static method in class com.funambol.email.items.manager.MessageCreator
get just the InternalPart that contains the body
getHBA(Session, String, String, Message, char, Locale, int, EmailFilter) - Method in class com.funambol.email.items.manager.EntityManagerFilter
if numBytes = -1 it returns all parts of the message (header, body, attachements) without byte quatity limitation.
getHBA_Content(MimeMessage, Message, ArrayList) - Static method in class com.funambol.email.items.manager.MessageCreator
get just the InternalPart that contains the body
getHBA_GetParts(ArrayList, int, Ext, int) - Static method in class com.funambol.email.items.manager.MessageCreator
 
getHBA_GetParts(ArrayList, Ext, int) - Static method in class com.funambol.email.items.manager.MessageCreator
 
getHeaderCharset(Message) - Static method in class com.funambol.email.util.Utility
Returns the charset in the ContentType It can be used when the standard method
ContentType ct = new ContentType(part.getContentType());
String specifiedCharset = ct.getParameter("charset");
doesn't work and return null
getHeaderDate() - Method in class com.funambol.email.model.SyncItemInfo
 
getHeaderDate() - Method in class com.funambol.email.model.SyncItemInfoAdmin
 
getHeaderDate(Message, Locale) - Static method in class com.funambol.email.util.UtilityDate
Returns an origination date in UTC format Available Date Parser pat_1: Exchange 2003 (eng): wed, 6 Oct 2005 09:46:47 +0200 pat_2: Exchange 2000 (eng): 6 Oct 2005 09:46:47 +0200 pat_3: BB client : Wed Dec 28 20:05:53 GMT 2005 pat_4: ?? : Wed Dec 28 20:05:53 2005 before apply the pat_5 parser you have to use the private method bb7290toRFC822() pat_5: BB client 7290 : Wed Feb 01 10:49:21 Europe/Amsterdam 2006
getHeaderEncoding(Message) - Static method in class com.funambol.email.util.Utility
 
getHeaderMessageID(Message) - Static method in class com.funambol.email.util.Utility
 
getHeaderMessageID(String) - Static method in class com.funambol.email.util.Utility
get the message id from the email that the client try to send format: Message-ID: O/AAAAAK8wAAACAAAAggAAAA==@192.168.55.101
getHeaderReceived() - Method in class com.funambol.email.model.SyncItemInfo
 
getHeaderReceived() - Method in class com.funambol.email.model.SyncItemInfoAdmin
 
getHeaderReceived(Message, Locale) - Static method in class com.funambol.email.util.Utility
Date : Thu Oct 06 09:46:47 CEST 2005 Returns a received date in UTC format
getHeaderReceived(Message) - Static method in class com.funambol.email.util.Utility
 
getHeaderSender(Message) - Static method in class com.funambol.email.util.Utility
 
getHeaderSubject(Message) - Static method in class com.funambol.email.util.Utility
 
getHeaderSyncLabel(Message) - Static method in class com.funambol.email.util.Utility
 
getId() - Method in class com.funambol.email.model.EmailFilter
 
getInbox() - Method in class com.funambol.email.inboxlistener.engine.MSTools
return the inbox folder
getInboxActivation() - Method in class com.funambol.email.model.MailServer
 
getInboxFolder() - Method in class com.funambol.email.transport.ImapMailServerWrapper
returns Inbox Folder Instance
getInboxFolder() - Method in class com.funambol.email.transport.PopMailServerWrapper
returns Inbox Folder Instance
getInboxId() - Method in class com.funambol.email.model.DefaultFolder
 
getInboxName() - Method in class com.funambol.email.model.DefaultFolder
 
getInboxPath() - Method in class com.funambol.email.model.MailServer
 
getInboxRole() - Method in class com.funambol.email.model.DefaultFolder
 
getInPort() - Method in class com.funambol.email.model.MailServer
 
getInServer() - Method in class com.funambol.email.model.MailServer
 
getInternal() - Method in class com.funambol.email.model.SyncItemInfo
 
getInvalid() - Method in class com.funambol.email.model.SyncItemInfo
 
getInvalidItems(String, long) - Method in class com.funambol.email.engine.source.CacheDAO
Gets local items
getIsEmail() - Method in class com.funambol.email.model.SyncItemInfo
 
getIsOutboxActive() - Method in class com.funambol.email.model.EmailFilter
 
getIsPublic() - Method in class com.funambol.email.model.MailServer
 
getIsSentActive() - Method in class com.funambol.email.model.EmailFilter
 
getIsSoftDelete() - Method in class com.funambol.email.model.MailServer
 
getIsSSLIn() - Method in class com.funambol.email.model.MailServer
 
getIsSSLOut() - Method in class com.funambol.email.model.MailServer
 
getItems(String, String) - Method in class com.funambol.email.inboxlistener.engine.MailboxDBDAO
Get the Items from DB
getJavaMessage() - Method in class com.funambol.email.model.ItemMessage
Returns the javaMessage of this Message
getJndiDataSourceName() - Method in class com.funambol.email.engine.source.CacheDAO
 
getJndiDataSourceName() - Method in class com.funambol.email.engine.source.EmailSyncSource
 
getKey() - Method in class com.funambol.email.model.SyncItemInfo
 
getKeyPart(String, int) - Static method in class com.funambol.email.util.Utility
get the ID after the specified position 1 it returns the FID 2 it returns the FMID 3 it returns the UIDV
getKeyParts(SyncItem) - Static method in class com.funambol.email.util.Utility
the Funambol client send id in format: I/1234 the mobile phone can send the LUID not in the format : 1234
getKeystoreHome() - Method in class com.funambol.email.engine.source.EmailConnectorConfig
 
getKeystoreHome() - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
getKeystorePath() - Method in class com.funambol.email.model.MailServer
 
getKeystorePwd() - Method in class com.funambol.email.model.MailServer
 
getLastCrc() - Method in class com.funambol.email.model.SyncItemInfo
 
getLastCrc(Message, String, String) - Static method in class com.funambol.email.util.Utility
Compute CRC-32 checksum value for the specified Message
getLastCrc(String, String, String) - Static method in class com.funambol.email.util.Utility
Compute CRC-32 checksum value for the specified Message
getLastName() - Method in class com.funambol.email.model.UserSearchFilter
 
getLastNameOption() - Method in class com.funambol.email.model.UserSearchFilter
 
getLastUIDs() - Method in class com.funambol.email.transport.ImapMessageCountListener
 
getListenerId() - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
getListenerId() - Method in class com.funambol.email.model.MailServerAccount
 
getLocale() - Method in class com.funambol.email.transport.CommonMailServerWrapper
 
getLocale() - Method in interface com.funambol.email.transport.IMailServerWrapper
 
getLocalItems(String, long) - Method in class com.funambol.email.engine.source.CacheDAO
Gets local items
getLUID() - Method in class com.funambol.email.model.SendResult
 
getMailboxMSDAO(MailServerAccount, boolean, boolean) - Static method in class com.funambol.email.inboxlistener.msdao.MailboxMSDAOFactory
 
getMailDefaultFolder() - Method in class com.funambol.email.transport.CommonMailServerWrapper
 
getMailDefaultFolder() - Method in interface com.funambol.email.transport.IMailServerWrapper
 
getMailServer() - Method in class com.funambol.email.admin.mailservers.MailServerDetailsPanel
Gets the mail server property.
getMailServer() - Method in class com.funambol.email.model.MailServerAccount
 
getMailServerAccount() - Method in class com.funambol.email.engine.source.EmailSyncSource
 
getMailServerFromID(String) - Method in class com.funambol.email.inboxlistener.console.MenuWSDAO
Get Account; returns the MailAccount Object with all the info about the user
getMailServerId() - Method in class com.funambol.email.model.MailServer
 
getMailServerIP(String) - Static method in class com.funambol.email.util.Utility
used for debug purpose in the MailServer connection
getMailServers(Clause) - Method in class com.funambol.email.admin.dao.WSDAO
Retrieve an array of the MailServer objects that match the given clause.
getMailServers() - Method in class com.funambol.email.admin.mailservers.FormSearchMailServerPanel
Gets the mailservers property.
getMailServers() - Method in class com.funambol.email.inboxlistener.console.MenuWSDAO
Gets Accounts returns a list that contains MailAccount
getMailServerType() - Method in class com.funambol.email.model.MailServer
 
getMailServerWrapper(String) - Static method in class com.funambol.email.transport.MailServerWrapperFactory
 
getMaxActive() - Static method in class com.funambol.email.inboxlistener.engine.DBConnectionProvider
Returns the max active cnnections of the DBConnectionProvider
getMaxEmailNumber() - Method in interface com.funambol.email.inboxlistener.msdao.IMailboxMSDAO
 
getMaxEmailNumber() - Method in class com.funambol.email.inboxlistener.msdao.MailboxMSDAOCommon
 
getMaxEmailNumber() - Method in class com.funambol.email.model.MailServerAccount
 
getMaxIdle() - Static method in class com.funambol.email.inboxlistener.engine.DBConnectionProvider
Returns the max idle cnnections of the DBConnectionProvider
getMaxImapEmail() - Method in class com.funambol.email.model.MailServerAccount
 
getMaxInboxNum() - Method in class com.funambol.email.model.EmailFilter
 
getMaxSentNum() - Method in class com.funambol.email.model.EmailFilter
 
getMessage_id() - Method in class com.funambol.email.model.ItemMessage
Returns the message-id of this Message
getMessageID() - Method in class com.funambol.email.model.SyncItemInfo
 
getMessageID() - Method in class com.funambol.email.model.SyncItemInfoAdmin
 
getMessages(int) - Method in class com.funambol.email.inboxlistener.msdao.MailboxMSDAOCommon
 
getMessages(Folder, int) - Static method in class com.funambol.email.util.Utility
get the Messages from the Mail Server
getModified() - Method in class com.funambol.email.model.ItemFolder
Returns the modified date of this Folder
getModified() - Method in class com.funambol.email.model.ItemMessage
Returns the modified date of this Message
getModified() - Method in class com.funambol.email.pdi.folder.Folder
Returns the modified of this folder
getModified() - Method in class com.funambol.email.pdi.mail.Email
Returns the modified of this mail
getMsAddress() - Method in class com.funambol.email.model.MailServerAccount
 
getMsLogin() - Method in class com.funambol.email.model.MailServerAccount
 
getMsPassword() - Method in class com.funambol.email.model.MailServerAccount
 
getMSWrapper() - Method in class com.funambol.email.engine.source.EmailSyncSource
 
getName() - Method in class com.funambol.email.model.ItemFolder
Returns the name of this Folder
getName() - Method in class com.funambol.email.pdi.folder.Folder
Returns the name of this folder
getNewSyncItemKeys(Timestamp, Timestamp) - Method in class com.funambol.email.engine.source.EmailGeneric
 
getNewSyncItemKeys(Timestamp, Timestamp) - Method in class com.funambol.email.engine.source.EmailSyncSource
 
getNewSyncItemKeys(Timestamp, Timestamp) - Method in interface com.funambol.email.engine.source.IEmailGeneric
 
getNumBytes() - Method in class com.funambol.email.model.EmailFilter
 
getNumRowsSelected() - Method in class com.funambol.email.admin.ResultSearchAccountPanel
Returns the number of selected rows.
getOutAuth() - Method in class com.funambol.email.model.MailServer
 
getOutboxActivation() - Method in class com.funambol.email.model.MailServer
 
getOutboxFolder() - Method in class com.funambol.email.transport.ImapMailServerWrapper
returns Outbox Folder Instance
getOutboxId() - Method in class com.funambol.email.model.DefaultFolder
 
getOutboxName() - Method in class com.funambol.email.model.DefaultFolder
 
getOutboxPath() - Method in class com.funambol.email.model.MailServer
 
getOutboxRole() - Method in class com.funambol.email.model.DefaultFolder
 
getOutPort() - Method in class com.funambol.email.model.MailServer
 
getOutServer() - Method in class com.funambol.email.model.MailServer
 
getPanel() - Method in class com.funambol.email.admin.AccountController
Gets the mainPanel property.
getParentFullpathFromFullpath(String) - Static method in class com.funambol.email.util.Utility
gets the parent path of a folder using the full folder path
getParentId() - Method in class com.funambol.email.model.ItemFolder
Returns the parent id of this Folder
getParentId() - Method in class com.funambol.email.model.ItemMessage
Returns the id of this Message
getParentId() - Method in class com.funambol.email.pdi.folder.Folder
Returns the parentId of this folder
getParentId() - Method in class com.funambol.email.pdi.mail.Email
Returns the parentId of this mail (folder id)
getPartValue() - Method in class com.funambol.email.model.InternalPart
Returns the partvalue of the Message
getPassword(String, String) - Static method in class com.funambol.email.util.Utility
credantials format: "username:passowrd"
getPasswordAuthentication() - Method in class com.funambol.email.transport.ConnectorAuthenticator
 
getPreferredSize() - Method in class com.funambol.email.admin.ConsolePanel
Set preferredSize of the panel
getPreferredSize() - Method in class com.funambol.email.admin.EmailSyncSourceConfigPanel
Set preferredSize of the panel
getPreferredSize() - Method in class com.funambol.email.admin.FormSearchAccountPanel
Set size of the panel
getPreferredSize() - Method in class com.funambol.email.admin.mailservers.FormSearchMailServerPanel
Set size of the panel
getPreferredSize() - Method in class com.funambol.email.admin.mailservers.ResultSearchMailServerPanel
Set size of the panel
getPreferredSize() - Method in class com.funambol.email.admin.ResultSearchAccountPanel
Set size of the panel
getPreferredSize() - Method in class com.funambol.email.admin.user.FormSearchUserPanel
Set size of the panel
getProtocol() - Method in class com.funambol.email.model.MailServer
 
getPubMailServer(String) - Method in class com.funambol.email.console.dao.ConsoleDAO
get public mail server
getPubMailServer(String) - Method in class com.funambol.email.console.manager.ConsoleManager
get public mail server
getPubMailServerFromID(String) - Method in class com.funambol.email.console.ws.EmailWS
get public mail server
getPubMailServers(Clause) - Method in class com.funambol.email.console.dao.ConsoleDAO
get public mail servers
getPubMailServers(Clause) - Method in class com.funambol.email.console.manager.ConsoleManager
get public mail servers
getPubMailServers(String) - Method in class com.funambol.email.console.ws.EmailWS
get public mail servers
getPush() - Method in class com.funambol.email.model.MailServerAccount
 
getRead() - Method in class com.funambol.email.model.ItemMessage
Returns if the Message has been read
getRead() - Method in class com.funambol.email.pdi.mail.Email
Returns the read of this mail
getReceived() - Method in class com.funambol.email.model.ItemMessage
Returns the received date of this Message
getReceived() - Method in class com.funambol.email.pdi.mail.Email
Returns the received of this mail
getRecent() - Method in class com.funambol.email.model.FlagProperties
 
getRefreshTime() - Method in class com.funambol.email.model.MailServerAccount
 
getReloadingTime() - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
getReplied() - Method in class com.funambol.email.model.ItemMessage
Returns if the Message has been replied
getReplied() - Method in class com.funambol.email.pdi.mail.Email
Returns the replied of this mail
getRole() - Method in class com.funambol.email.model.ItemFolder
Returns the role of this Folder
getRole() - Method in class com.funambol.email.pdi.folder.Folder
Returns the role of this folder
getSaveOnlyHeader() - Method in class com.funambol.email.engine.source.EmailConnectorConfig
 
getSaveSender() - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
getSaveSubject() - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
getSeen() - Method in class com.funambol.email.model.FlagProperties
 
getSelectedAccount() - Method in class com.funambol.email.admin.ResultSearchAccountPanel
Gets the selected account.
getSelectedMailServer() - Method in class com.funambol.email.admin.mailservers.ResultSearchMailServerPanel
Gets the selectedMailServer property.
getSelectedUser() - Method in class com.funambol.email.admin.user.ResultSearchUserPanel
Gets the selectedUser property.
getSender() - Method in class com.funambol.email.model.SyncItemInfo
 
getSentActivation() - Method in class com.funambol.email.model.MailServer
 
getSentFolder() - Method in class com.funambol.email.transport.ImapMailServerWrapper
returns Sent Folder Instance
getSentId() - Method in class com.funambol.email.model.DefaultFolder
 
getSentName() - Method in class com.funambol.email.model.DefaultFolder
 
getSentPath() - Method in class com.funambol.email.model.MailServer
 
getSentRole() - Method in class com.funambol.email.model.DefaultFolder
 
getServerAuth() - Method in class com.funambol.email.security.EmailOfficer
 
getServerName() - Method in class com.funambol.email.model.ServerSearchFilter
 
getServerName() - Method in class com.funambol.email.model.UserSearchFilter
 
getServerNameOption() - Method in class com.funambol.email.model.ServerSearchFilter
 
getServerNameOption(String) - Method in class com.funambol.email.model.ServerSearchFilter
 
getServerNameOption() - Method in class com.funambol.email.model.UserSearchFilter
 
getServerNameOption(String) - Method in class com.funambol.email.model.UserSearchFilter
 
getServerOut() - Method in class com.funambol.email.transport.CommonMailServerWrapper
used in the creation of the Message-ID see IMAP-based getEmailFromUID
getServerType() - Method in class com.funambol.email.items.dao.ImapEntityDAO
 
getSession() - Method in class com.funambol.email.transport.CommonMailServerWrapper
 
getSession() - Method in interface com.funambol.email.transport.IMailServerWrapper
 
getSize() - Method in class com.funambol.email.model.EmailFilter
 
getSize() - Method in class com.funambol.email.model.InternalPart
Returns the size of this Body
getStartupNotification() - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
getStatus() - Method in class com.funambol.email.model.SyncItemInfo
 
getStore() - Method in class com.funambol.email.transport.CommonMailServerWrapper
 
getStore() - Method in interface com.funambol.email.transport.IMailServerWrapper
 
getStreamMessage() - Method in class com.funambol.email.model.ItemMessage
Returns the message of this Message
getStringRFC2822() - Method in class com.funambol.email.pdi.mail.EmailItem
Returns the header of this mail
getSubject() - Method in class com.funambol.email.model.SyncItemInfo
 
getSubject() - Method in class com.funambol.email.model.SyncItemInfoAdmin
 
getSyncItemFromId(SyncItemKey) - Method in class com.funambol.email.engine.source.EmailGeneric
 
getSyncItemFromId(SyncItemKey) - Method in class com.funambol.email.engine.source.EmailImap
 
getSyncItemFromId(SyncItemKey) - Method in class com.funambol.email.engine.source.EmailPop
 
getSyncItemFromId(SyncItemKey) - Method in class com.funambol.email.engine.source.EmailSyncSource
 
getSyncItemFromId(SyncItemKey) - Method in interface com.funambol.email.engine.source.IEmailGeneric
 
getSyncItemKeysFromTwin(SyncItem) - Method in class com.funambol.email.engine.source.EmailGeneric
 
getSyncItemKeysFromTwin(SyncItem) - Method in class com.funambol.email.engine.source.EmailImap
 
getSyncItemKeysFromTwin(SyncItem) - Method in class com.funambol.email.engine.source.EmailPop
 
getSyncItemKeysFromTwin(SyncItem) - Method in class com.funambol.email.engine.source.EmailSyncSource
 
getSyncItemKeysFromTwin(SyncItem) - Method in interface com.funambol.email.engine.source.IEmailGeneric
 
getSyncItemStateFromId(SyncItemKey) - Method in class com.funambol.email.engine.source.EmailGeneric
 
getSyncItemStateFromId(SyncItemKey) - Method in class com.funambol.email.engine.source.EmailSyncSource
 
getSyncItemStateFromId(SyncItemKey) - Method in interface com.funambol.email.engine.source.IEmailGeneric
 
getTable() - Method in class com.funambol.email.admin.ResultSearchAccountPanel
Returns table
getTime() - Method in class com.funambol.email.model.EmailFilter
 
getTimeClause() - Method in class com.funambol.email.model.EmailFilter
 
getTimeFilteredItems(Message[], EmailFilter, Locale) - Method in class com.funambol.email.items.dao.EntityDAO
 
getToken() - Static method in class com.funambol.email.util.TokenUtility
 
getTrashActivation() - Method in class com.funambol.email.model.MailServer
 
getTrashFolder() - Method in class com.funambol.email.transport.ImapMailServerWrapper
returns Trash Folder Instance
getTrashId() - Method in class com.funambol.email.model.DefaultFolder
 
getTrashName() - Method in class com.funambol.email.model.DefaultFolder
 
getTrashPath() - Method in class com.funambol.email.model.MailServer
 
getTrashRole() - Method in class com.funambol.email.model.DefaultFolder
 
getUID() - Method in class com.funambol.email.pdi.folder.Folder
Returns the uid of this folder
getUID() - Method in class com.funambol.email.pdi.mail.Email
Returns the uid of this mail
getUpdatedSyncItemKeys(Timestamp, Timestamp) - Method in class com.funambol.email.engine.source.EmailGeneric
 
getUpdatedSyncItemKeys(Timestamp, Timestamp) - Method in class com.funambol.email.engine.source.EmailSyncSource
 
getUpdatedSyncItemKeys(Timestamp, Timestamp) - Method in interface com.funambol.email.engine.source.IEmailGeneric
 
getUser() - Method in class com.funambol.email.admin.user.SearchUserPanel
Gets the selected user
getUser(String) - Method in class com.funambol.email.console.dao.ConsoleDAO
get user
getUser(String) - Method in class com.funambol.email.console.manager.ConsoleManager
get user
getUser(String) - Method in class com.funambol.email.console.ws.EmailWS
get user
getUserAddress() - Method in class com.funambol.email.transport.CommonMailServerWrapper
used in the creation of the Message-ID see IMAP-based getEmailFromUID
getUserFromID(String) - Method in class com.funambol.email.console.dao.ConsoleDAO
get user
getUserFromID(String) - Method in class com.funambol.email.console.manager.ConsoleManager
get user
getUserFromID(String) - Method in class com.funambol.email.console.ws.EmailWS
get user
getUsername() - Method in class com.funambol.email.model.MailServerAccount
 
getUserName() - Method in class com.funambol.email.model.UserSearchFilter
 
getUserNameOption() - Method in class com.funambol.email.model.UserSearchFilter
 
getUsers(Clause) - Method in class com.funambol.email.console.dao.ConsoleDAO
get users in the filter
getUsers(Clause) - Method in class com.funambol.email.console.manager.ConsoleManager
get users in the filter
getUsers(String) - Method in class com.funambol.email.console.ws.EmailWS
get users in the filter
getValues() - Method in class com.funambol.email.admin.EmailSyncSourceConfigPanel
Set syncSource properties with the values provided by the user.
getWsEndPoint() - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
getWsEndPoint() - Method in class com.funambol.email.inboxlistener.engine.WSAccount
 
getWsPassword() - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
getWsPassword() - Method in class com.funambol.email.inboxlistener.engine.WSAccount
 
getWsSyncSource() - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
getWsSyncSource() - Method in class com.funambol.email.inboxlistener.engine.WSAccount
 
getWsUsername() - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
getWsUsername() - Method in class com.funambol.email.inboxlistener.engine.WSAccount
 
getXMLFromFoundationFolder(Folder, TimeZone, String) - Static method in class com.funambol.email.engine.source.HelperForIOConversion
Get Data from foundation.pdi.mail.Folder converting the Folder object into an xml item
getXMLFromFoundationMail(Email, TimeZone, String) - Static method in class com.funambol.email.engine.source.HelperForIOConversion
Get Data from sync4j.foundation.pdi.mail.Email converting the Contact object into an xml item
getXnam() - Method in class com.funambol.email.pdi.mail.Ext
 
getXsize() - Method in class com.funambol.email.pdi.mail.Ext
 
getXvalAttach() - Method in class com.funambol.email.pdi.mail.Ext
 
getXvalBody() - Method in class com.funambol.email.pdi.mail.Ext
 
go() - Method in class com.funambol.email.inboxlistener.console.Menu
 
goToNextStep() - Method in interface com.funambol.email.admin.Step
Method that drives the transition to the next step of a process.

H

hasHeaderFrom(Message) - Static method in class com.funambol.email.util.Utility
check if there is the Form field in the message
hasMatchedDate(Date, EmailFilter) - Method in class com.funambol.email.items.manager.EntityManager
 
hasMatchedSize(Message, EmailFilter) - Method in class com.funambol.email.items.manager.EntityManager
 
hasNewMessages(SyncItemInfo[], HashMap) - Method in class com.funambol.email.inboxlistener.engine.MailboxDBDAO
 
HEADER_BCC - Static variable in class com.funambol.email.util.Def
 
HEADER_CC - Static variable in class com.funambol.email.util.Def
 
HEADER_CHARSET - Static variable in class com.funambol.email.util.Def
 
HEADER_CONTENT_TRANSFERT_ENC - Static variable in class com.funambol.email.util.Def
 
HEADER_CONTENT_TYPE - Static variable in class com.funambol.email.util.Def
 
HEADER_DATE - Static variable in class com.funambol.email.util.Def
 
HEADER_FROM - Static variable in class com.funambol.email.util.Def
 
HEADER_MESSAGE_ID - Static variable in class com.funambol.email.util.Def
 
HEADER_MIME - Static variable in class com.funambol.email.util.Def
 
HEADER_MINIMUM - Static variable in class com.funambol.email.util.Def
 
HEADER_RECEIVED - Static variable in class com.funambol.email.util.Def
 
HEADER_SUBJECT - Static variable in class com.funambol.email.util.Def
 
HEADER_SYNCMESSAGE - Static variable in class com.funambol.email.util.Def
 
HEADER_TO - Static variable in class com.funambol.email.util.Def
 
HEADER_VALUE_SYNCMESSAGE - Static variable in class com.funambol.email.util.Def
 
HelperForFilter - Class in com.funambol.email.engine.source
This class includes the methods to set the Filter Object
HelperForFilter() - Constructor for class com.funambol.email.engine.source.HelperForFilter
 
HelperForGetter - Class in com.funambol.email.engine.source
This class includes the methods to set the New Items List, Updated Items List and Daleted Items List, in according with the filter settings
HelperForGetter() - Constructor for class com.funambol.email.engine.source.HelperForGetter
 
HelperForIOConversion - Class in com.funambol.email.engine.source
This class includes the methods to set the Filter Object
HelperForIOConversion() - Constructor for class com.funambol.email.engine.source.HelperForIOConversion
 
Html2Txt - Class in com.funambol.email.util
 
Html2Txt() - Constructor for class com.funambol.email.util.Html2Txt
 
htmltotext(String) - Static method in class com.funambol.email.util.Html2Txt
the method converts the html body into text

I

ID_COUNTER_FOLDER - Static variable in class com.funambol.email.util.Def
 
ID_COUNTER_INBOX - Static variable in class com.funambol.email.util.Def
 
ID_COUNTER_MAILSERVER - Static variable in class com.funambol.email.util.Def
 
ID_COUNTER_SENT - Static variable in class com.funambol.email.util.Def
 
ID_COUNTER_USER - Static variable in class com.funambol.email.util.Def
 
idFolderSpace - Static variable in class com.funambol.email.engine.source.EmailSyncSource
 
idMailServerSpace - Static variable in class com.funambol.email.console.manager.ConsoleManager
 
idSentSpace - Static variable in class com.funambol.email.engine.source.EmailSyncSource
 
idUserSpace - Static variable in class com.funambol.email.console.manager.ConsoleManager
 
ied - Variable in class com.funambol.email.items.manager.ImapEntityManager
 
iem - Variable in class com.funambol.email.engine.source.EmailImap
 
IEMAIL - Interface in com.funambol.email.pdi.mail
EMAIL DATA OBJECT constants
IEmailGeneric - Interface in com.funambol.email.engine.source
Interface for Email SyncSource Wrapper
IFOLDER - Interface in com.funambol.email.pdi.folder
FOLDER DATA OBJECT constants
IL_PREFIX - Static variable in class com.funambol.email.util.Def
 
IMailboxMSDAO - Interface in com.funambol.email.inboxlistener.msdao
 
IMailServerWrapper - Interface in com.funambol.email.transport
Interface for Mail Server Wrapper
ImapEntityDAO - Class in com.funambol.email.items.dao
This class implements methods to access data in Mail Server datastore.
ImapEntityDAO() - Constructor for class com.funambol.email.items.dao.ImapEntityDAO
 
ImapEntityDAO(String, String) - Constructor for class com.funambol.email.items.dao.ImapEntityDAO
 
ImapEntityManager - Class in com.funambol.email.items.manager
 
ImapEntityManager() - Constructor for class com.funambol.email.items.manager.ImapEntityManager
 
ImapEntityManager(EmailSyncSource) - Constructor for class com.funambol.email.items.manager.ImapEntityManager
 
imapFolderList(MailServerAccount) - Method in class com.funambol.email.inboxlistener.console.FolderManager
 
ImapMailServerWrapper - Class in com.funambol.email.transport
Create a connection with a Mail Server using the IMAP protocol
ImapMailServerWrapper() - Constructor for class com.funambol.email.transport.ImapMailServerWrapper
 
ImapMessageCountListener - Class in com.funambol.email.transport
This class implemets a listener when a messages is added to a folder.
ImapMessageCountListener() - Constructor for class com.funambol.email.transport.ImapMessageCountListener
 
ImapSemaphore - Class in com.funambol.email.transport
This class implemets Semaphore in order to permit to manager layer to retreive the UID of the added message.
ImapSemaphore(boolean) - Constructor for class com.funambol.email.transport.ImapSemaphore
Create a new condition variable in a known state.
imsw - Variable in class com.funambol.email.items.manager.ImapEntityManager
 
INBOX_DELETE_EMAIL - Static variable in class com.funambol.email.util.Query
 
INBOX_DELETE_EMAILS - Static variable in class com.funambol.email.util.Query
 
INBOX_INSERT_MAILBOX_INFO - Static variable in class com.funambol.email.util.Query
 
INBOX_REMOVE_DELETED_STATUS - Static variable in class com.funambol.email.util.Query
 
INBOX_SELECT_ALL_MAILBOX_INFO - Static variable in class com.funambol.email.util.Query
 
INBOX_SELECT_INFO_4_ADMIN - Static variable in class com.funambol.email.util.Query
 
INBOX_SELECT_UNDELETED_MAILBOX_INFO - Static variable in class com.funambol.email.util.Query
 
INBOX_SET_DELETED_STATUS - Static variable in class com.funambol.email.util.Query
 
InboxListenerConfig - Class in com.funambol.email.inboxlistener.admin
This class loads the parameter from the XML configuration file
InboxListenerConfig() - Constructor for class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
InboxListenerConfigException - Exception in com.funambol.email.exception
 
InboxListenerConfigException() - Constructor for exception com.funambol.email.exception.InboxListenerConfigException
Creates a new instance of InboxListenerConfigException without detail message.
InboxListenerConfigException(String) - Constructor for exception com.funambol.email.exception.InboxListenerConfigException
Constructs an instance of InboxListenerConfigException with the specified detail message.
InboxListenerConfigException(String, Throwable) - Constructor for exception com.funambol.email.exception.InboxListenerConfigException
Constructs an instance of InboxListenerConfigException with the specified detail message.
InboxListenerException - Exception in com.funambol.email.exception
 
InboxListenerException() - Constructor for exception com.funambol.email.exception.InboxListenerException
Creates a new instance of InboxListenerException without detail message.
InboxListenerException(String) - Constructor for exception com.funambol.email.exception.InboxListenerException
Constructs an instance of InboxListenerException with the specified detail message.
InboxListenerException(String, Throwable) - Constructor for exception com.funambol.email.exception.InboxListenerException
Constructs an instance of InboxListenerException with the specified detail message.
infoTypesLabel - Variable in class com.funambol.email.admin.EmailSyncSourceConfigPanel
 
infoTypesValue - Variable in class com.funambol.email.admin.EmailSyncSourceConfigPanel
 
infoVersionsLabel - Variable in class com.funambol.email.admin.EmailSyncSourceConfigPanel
 
infoVersionsValue - Variable in class com.funambol.email.admin.EmailSyncSourceConfigPanel
 
init() - Method in class com.funambol.email.admin.EmailSyncSourceConfigPanel
Create the panel
init() - Method in class com.funambol.email.engine.source.CacheDAO
 
init() - Method in class com.funambol.email.engine.source.EmailSyncSource
 
insertAccount() - Method in class com.funambol.email.admin.AccountController
The account insertion process is performed through the following steps:

1 - select an user from a list of users (selectUser()) 2 - insert account specific informations (accountDetails())

insertAccount(MailServerAccount) - Method in class com.funambol.email.admin.dao.WSDAO
Insert a given account.
insertAccount(MailServerAccount) - Method in class com.funambol.email.inboxlistener.console.MenuWSDAO
 
insertCustomFolder(IMAPFolder, String, DBIDGenerator, String, long) - Method in class com.funambol.email.items.dao.EntityDAO
insert a custom folder
insertCustomFolder(IMailServerWrapper, boolean, DBIDGenerator, String, long) - Method in class com.funambol.email.items.manager.EntityManager
Check if the local DB folders are consistent with the MailBox folders
insertDefaultFolder(DefaultFolder, EmailFilter, String, String, long) - Method in class com.funambol.email.engine.source.EmailGeneric
insert the default folder if needed
insertDefaultFolder(DefaultFolder, EmailFilter, String, String, long) - Method in interface com.funambol.email.engine.source.IEmailGeneric
 
insertDefaultFolder(DefaultFolder, EmailFilter, String, String, long) - Method in class com.funambol.email.items.manager.EntityManager
insert the default folder if needed
insertDefaultFolderInDB(String, String, String, String, long) - Method in class com.funambol.email.items.dao.EntityDAO
This method inserts one of the default folders if needed
insertDefaultFolderInMailServer(CommonMailServerWrapper, String) - Method in class com.funambol.email.items.dao.EntityDAO
This method inserts the folder in the MailServer
insertFolder(String, String, DBIDGenerator, String, long) - Method in class com.funambol.email.items.dao.EntityDAO
 
insertInvalidItem(String, String, Date, Date, String, String, String) - Method in class com.funambol.email.engine.source.EmailGeneric
insert the invalid item in the cache.
insertInvalidItem(String, String, Date, Date, String, String, String, String, long) - Method in class com.funambol.email.items.manager.EntityManager
insert invalid item
insertInvalidItemInCache(String, String, Date, Date, String, String, String, String, long) - Method in class com.funambol.email.items.dao.EntityDAO
This method inserts one of the default folders if needed
insertMailServer(MailServer) - Method in class com.funambol.email.admin.dao.WSDAO
Insert a given mail server.
insertMailServer() - Method in class com.funambol.email.admin.MailServerController
Mail server insertion process.
insertMailServer(MailServer) - Method in class com.funambol.email.inboxlistener.console.MenuWSDAO
 
insertPubMailServer(MailServer) - Method in class com.funambol.email.console.dao.ConsoleDAO
insert public mail server configuration
insertPubMailServer(MailServer) - Method in class com.funambol.email.console.manager.ConsoleManager
insert public mail server configuration
insertPubMailServer(MailServer) - Method in class com.funambol.email.console.ws.EmailWS
insert public mail server configuration
insertUser(MailServerAccount) - Method in class com.funambol.email.console.dao.ConsoleDAO
insert user and the mail server configuration
insertUser(MailServerAccount) - Method in class com.funambol.email.console.manager.ConsoleManager
insert user and the mail server configuration
insertUser(MailServerAccount) - Method in class com.funambol.email.console.ws.EmailWS
insert user and the mail server configuration
integerFromString(String) - Static method in class com.funambol.email.util.Utility
convert a String db value in the integer value
InternalPart - Class in com.funambol.email.model
 
InternalPart() - Constructor for class com.funambol.email.model.InternalPart
 
InternalPart(Object, String, String, String, DataHandler, boolean, boolean, int) - Constructor for class com.funambol.email.model.InternalPart
 
invalidItems - Variable in class com.funambol.email.engine.source.EmailSyncSource
save the invalid items during the cache updating procedure
invoke(String, Object[]) - Method in class com.funambol.email.inboxlistener.engine.WSTools
Invokes the given WS method with the given objects.
IS_DEVICE - Static variable in class com.funambol.email.util.Def
this constant must be set using the information about the syncml client.
isChanged() - Method in class com.funambol.email.admin.ResultSearchAccountPanel
Check if something is changed
isDraftsInMailServer() - Method in class com.funambol.email.model.DefaultFolder
 
isEmail(String, String, String, long) - Method in class com.funambol.email.items.manager.EntityManager
Check if the item is a folder or an email using the SyncItemKey
isEmailFromContent(String) - Method in class com.funambol.email.engine.source.EmailGeneric
Returns true if the syncitem is a Mail, false if the sycItem is a Folder
isEmailFromKey(String, String, String, long) - Method in class com.funambol.email.engine.source.EmailGeneric
Returns true if the syncitem is a Mail false if the sycItem is a Folder

the key is composed by: parentId/objId (mailid or folderid) The key is created by the connector and it always creates the syncItemKey using parentId and mailId

isEmailInFilter(Email, EmailFilter, String, String, String, Session, Locale, String, long) - Method in class com.funambol.email.items.manager.EntityManager
checks if a mail match the filter
isEmailInFilter(Email, EmailFilter, String, String, String, char, String, long) - Method in class com.funambol.email.items.manager.ImapEntityManager
checks if a mail match the filter
isEmailInFilter(Email, EmailFilter, String, String, String, char, String, long) - Method in class com.funambol.email.items.manager.PopEntityManager
checks if a mail match the filter
isHtmlBody() - Method in class com.funambol.email.model.InternalPart
 
isInboxInMailServer() - Method in class com.funambol.email.model.DefaultFolder
 
isMessageIDPresent(String, List) - Method in class com.funambol.email.inboxlistener.msdao.MailboxMSDAOCommon
 
isOutboxInMailServer() - Method in class com.funambol.email.model.DefaultFolder
 
isPOP() - Method in class com.funambol.email.model.SendResult
 
isSent() - Method in class com.funambol.email.model.SendResult
 
isSentEmail(String, Message) - Method in class com.funambol.email.inboxlistener.msdao.MailboxMSDAOGmail
the message is a sent email if the userAddress is in the From list and is not in the To list
isSentInMailServer() - Method in class com.funambol.email.model.DefaultFolder
 
isSlowOrRefresh - Variable in class com.funambol.email.engine.source.EmailSyncSource
Should allMailbox sync?
isSyncItemInFilterClause(SyncItem) - Method in class com.funambol.email.engine.source.EmailGeneric
 
isSyncItemInFilterClause(SyncItemKey) - Method in class com.funambol.email.engine.source.EmailGeneric
 
isSyncItemInFilterClause(SyncItem) - Method in class com.funambol.email.engine.source.EmailImap
 
isSyncItemInFilterClause(SyncItemKey) - Method in class com.funambol.email.engine.source.EmailImap
 
isSyncItemInFilterClause(SyncItem) - Method in class com.funambol.email.engine.source.EmailPop
 
isSyncItemInFilterClause(SyncItemKey) - Method in class com.funambol.email.engine.source.EmailPop
 
isSyncItemInFilterClause(SyncItem) - Method in class com.funambol.email.engine.source.EmailSyncSource
 
isSyncItemInFilterClause(SyncItemKey) - Method in class com.funambol.email.engine.source.EmailSyncSource
 
isSyncItemInFilterClause(SyncItem) - Method in interface com.funambol.email.engine.source.IEmailGeneric
 
isSyncItemInFilterClause(SyncItemKey) - Method in interface com.funambol.email.engine.source.IEmailGeneric
 
isTextBody() - Method in class com.funambol.email.model.InternalPart
 
isTrashInMailServer() - Method in class com.funambol.email.model.DefaultFolder
 
isTrue() - Method in class com.funambol.email.transport.ImapSemaphore
See if the condition variable is true (without releasing).
isTruncated() - Method in class com.funambol.email.pdi.mail.Ext
 
isValidItem(String) - Method in class com.funambol.email.engine.source.EmailGeneric
 
ItemFolder - Class in com.funambol.email.model
 
ItemFolder(String, String, String, String, String, String, String, String) - Constructor for class com.funambol.email.model.ItemFolder
the uid contains: - FID : parent folder id - separator (/) - UID : folder id
ItemMessage - Class in com.funambol.email.model
 
ItemMessage(String, String, String, Message, String, String, String, String, String, String, String, String, String, String, Ext) - Constructor for class com.funambol.email.model.ItemMessage
the uid contains: - FID : folder id - SEPARATOR : "/" default - FMID : message id considering folder

J

jndiDataSourceName - Variable in class com.funambol.email.console.dao.ConsoleDAO
 
jndiDataSourceName - Variable in class com.funambol.email.engine.source.EmailSyncSource
 
jndiDataSourceName - Variable in class com.funambol.email.items.dao.EntityDAO
 

K

keystoreHome - Variable in class com.funambol.email.engine.source.EmailSyncSource
 

L

lastname - Variable in class com.funambol.email.engine.source.EmailSyncSource
 
ListenerRegistry - Class in com.funambol.email.inboxlistener.engine
 
ListenerRegistry(String, boolean, boolean, boolean, int, String, String, WSAccount) - Constructor for class com.funambol.email.inboxlistener.engine.ListenerRegistry
 
ListenerRegistryDAO - Class in com.funambol.email.inboxlistener.engine
Contains methods to access to the tables with the information about Mail Server Account.
ListenerRegistryDAO(String, String) - Constructor for class com.funambol.email.inboxlistener.engine.ListenerRegistryDAO
 
loadAccounts(MailServerAccount[]) - Method in class com.funambol.email.admin.ResultSearchAccountPanel
Load into the panel the users
loadCacheEntries() - Method in class com.funambol.email.admin.cache.CacheDetailsPanel
Retrieve cache entries for this panel username and password.
loadUsers(Sync4jUser[]) - Method in class com.funambol.email.admin.user.ResultSearchUserPanel
Loads users to be displaied by the table.
locale - Variable in class com.funambol.email.transport.CommonMailServerWrapper
 
localItems - Variable in class com.funambol.email.engine.source.EmailSyncSource
list of local cached Items
log - Variable in class com.funambol.email.console.manager.ConsoleManager
 
log - Variable in class com.funambol.email.console.ws.EmailWS
 
log - Variable in class com.funambol.email.engine.source.CacheDAO
 
log - Variable in class com.funambol.email.engine.source.EmailGeneric
 
log - Variable in class com.funambol.email.engine.source.EmailImap
 
log - Variable in class com.funambol.email.engine.source.EmailPop
 
log - Variable in class com.funambol.email.engine.source.EmailSyncSource
 
log - Variable in class com.funambol.email.engine.source.EmailSyncSourceWrapper
 
log - Static variable in class com.funambol.email.engine.source.HelperForFilter
 
log - Variable in class com.funambol.email.inboxlistener.engine.ListenerRegistry
 
log - Variable in class com.funambol.email.inboxlistener.engine.MailboxManager
 
log - Static variable in class com.funambol.email.inboxlistener.engine.MessageProcessor
 
log - Variable in class com.funambol.email.inboxlistener.engine.NotificationWrapper
 
log - Variable in class com.funambol.email.inboxlistener.engine.WSTools
 
log - Variable in class com.funambol.email.inboxlistener.msdao.MailboxMSDAOCommon
 
log - Variable in class com.funambol.email.items.dao.EntityDAO
 
log - Variable in class com.funambol.email.items.dao.ImapEntityDAO
 
log - Variable in class com.funambol.email.items.manager.EntityManager
 
log - Static variable in class com.funambol.email.items.manager.MessageParser
 
log - Variable in class com.funambol.email.security.EmailOfficer
 
log - Variable in class com.funambol.email.transport.CommonMailServerWrapper
 
log - Static variable in class com.funambol.email.transport.ImapMessageCountListener
 
log - Static variable in class com.funambol.email.transport.ImapSemaphore
 
log - Static variable in class com.funambol.email.util.TokenUtility
 
log - Static variable in class com.funambol.email.util.Utility
 
LOGGER_NAME - Static variable in class com.funambol.email.util.Def
 

M

MailboxDBDAO - Class in com.funambol.email.inboxlistener.engine
Contains methods to access to the tables with the information about Mail Server Mailbox.
MailboxDBDAO() - Constructor for class com.funambol.email.inboxlistener.engine.MailboxDBDAO
 
MailboxManager - Class in com.funambol.email.inboxlistener.engine
 
MailboxManager(boolean, boolean, boolean, MailServerAccount, WSAccount) - Constructor for class com.funambol.email.inboxlistener.engine.MailboxManager
 
MailboxMSDAO - Class in com.funambol.email.inboxlistener.msdao
This class groups some utility methods for Mail Server invoking
MailboxMSDAO() - Constructor for class com.funambol.email.inboxlistener.msdao.MailboxMSDAO
 
MailboxMSDAO(MailServerAccount, boolean, boolean) - Constructor for class com.funambol.email.inboxlistener.msdao.MailboxMSDAO
Creates a new MSTools with the given MSAccount
MailboxMSDAOCommon - Class in com.funambol.email.inboxlistener.msdao
This class groups some utility methods for Mail Server invoking
MailboxMSDAOCommon() - Constructor for class com.funambol.email.inboxlistener.msdao.MailboxMSDAOCommon
 
MailboxMSDAOCommon(MailServerAccount, boolean, boolean) - Constructor for class com.funambol.email.inboxlistener.msdao.MailboxMSDAOCommon
Creates a new MSTools with the given MSAccount
MailboxMSDAOFactory - Class in com.funambol.email.inboxlistener.msdao
 
MailboxMSDAOFactory() - Constructor for class com.funambol.email.inboxlistener.msdao.MailboxMSDAOFactory
 
MailboxMSDAOGmail - Class in com.funambol.email.inboxlistener.msdao
This class groups some utility methods for Mail Server invoking
MailboxMSDAOGmail() - Constructor for class com.funambol.email.inboxlistener.msdao.MailboxMSDAOGmail
 
MailboxMSDAOGmail(MailServerAccount, boolean, boolean) - Constructor for class com.funambol.email.inboxlistener.msdao.MailboxMSDAOGmail
Creates a new MSTools with the given MSAccount
mailDefaultFolder - Variable in class com.funambol.email.transport.CommonMailServerWrapper
 
MailServer - Class in com.funambol.email.model
 
MailServer() - Constructor for class com.funambol.email.model.MailServer
 
MAILSERVER_INSERTION - Static variable in class com.funambol.email.admin.OperationType
 
MAILSERVER_UPDATE - Static variable in class com.funambol.email.admin.OperationType
 
mailServerAccount - Variable in class com.funambol.email.engine.source.EmailSyncSource
wrapper for the Mail Server Account Wrapper
MailServerAccount - Class in com.funambol.email.model
 
MailServerAccount() - Constructor for class com.funambol.email.model.MailServerAccount
 
MailServerController - Class in com.funambol.email.admin
This class contains the logic and visual representation for public mail server handling processes (insertion, modification, deletation).
MailServerController() - Constructor for class com.funambol.email.admin.MailServerController
Creates a new instance of MailServerController
MailServerDetailsPanel - Class in com.funambol.email.admin.mailservers
Panel to show mail server details.
MailServerDetailsPanel(MailServer) - Constructor for class com.funambol.email.admin.mailservers.MailServerDetailsPanel
Creates a new instance of MailServerDetailsPanel
MailServerWrapperFactory - Class in com.funambol.email.transport
 
MailServerWrapperFactory() - Constructor for class com.funambol.email.transport.MailServerWrapperFactory
 
MailToXML - Class in com.funambol.email.pdi.converter
This object is a converter from a Mail object model to an XML string.
MailToXML(TimeZone, String) - Constructor for class com.funambol.email.pdi.converter.MailToXML
 
main(String[]) - Static method in class com.funambol.email.inboxlistener.console.Menu
 
main(String[]) - Static method in class com.funambol.email.inboxlistener.engine.MessageProcessor
starting method
mainMenu() - Method in class com.funambol.email.inboxlistener.console.Menu
 
manager - Variable in class com.funambol.email.console.ws.EmailWS
 
MAX_INBOX_EMAIL_NUMBER - Static variable in class com.funambol.email.util.Def
 
MAX_SENT_EMAIL_NUMBER - Static variable in class com.funambol.email.util.Def
 
Menu - Class in com.funambol.email.inboxlistener.console
simple admin console
Menu() - Constructor for class com.funambol.email.inboxlistener.console.Menu
 
MenuWSDAO - Class in com.funambol.email.inboxlistener.console
Contains methods to access to the DB tables
MenuWSDAO(String, String, String) - Constructor for class com.funambol.email.inboxlistener.console.MenuWSDAO
 
mergeArray(String[], String[], String[], String[], String[]) - Static method in class com.funambol.email.util.Utility
merge arrays
mergeArray(SyncItemInfo[], SyncItemInfo[], SyncItemInfo[], SyncItemInfo[], SyncItemInfo[]) - Static method in class com.funambol.email.util.Utility
merge arrays
mergeArray(ItemFolder[], ItemFolder[], ItemFolder[], ItemFolder[], ItemFolder[]) - Static method in class com.funambol.email.util.Utility
merge arrays
mergeHashMap(HashMap, HashMap, HashMap, HashMap, HashMap) - Static method in class com.funambol.email.util.Utility
 
MessageCreator - Class in com.funambol.email.items.manager
This class is used in order to create an email using the list of InternalPart items.
MessageCreator() - Constructor for class com.funambol.email.items.manager.MessageCreator
 
MessageParser - Class in com.funambol.email.items.manager
This class is used in order to create a list of the Part of the single email.
MessageParser() - Constructor for class com.funambol.email.items.manager.MessageParser
 
MessageProcessor - Class in com.funambol.email.inboxlistener.engine
 
MessageProcessor() - Constructor for class com.funambol.email.inboxlistener.engine.MessageProcessor
 
messagesAdded(MessageCountEvent) - Method in class com.funambol.email.transport.ImapMessageCountListener
Invoked when messages are added into a folder.
messagesInboxOpened - Variable in class com.funambol.email.transport.ImapMailServerWrapper
used in the getMessageByUID method.
messagesInboxOpened - Variable in class com.funambol.email.transport.PopMailServerWrapper
used in the getMessageByUID method.
messagesRemoved(MessageCountEvent) - Method in class com.funambol.email.transport.ImapMessageCountListener
Invoked when messages are removed (expunged) from a folder.
MODIFIED - Static variable in interface com.funambol.email.pdi.folder.IFOLDER
 
MODIFIED - Static variable in interface com.funambol.email.pdi.mail.IEMAIL
 
modifyAccount(MailServerAccount) - Method in class com.funambol.email.admin.AccountController
Account modification process.
modifyMailServer(MailServer) - Method in class com.funambol.email.admin.MailServerController
Mail server modification process.
MS_ACCOUNT_CHECK_USER - Static variable in class com.funambol.email.util.Query
 
MS_ACCOUNT_DELETE_ENABLE_USER - Static variable in class com.funambol.email.util.Query
 
MS_ACCOUNT_DELETE_USER - Static variable in class com.funambol.email.util.Query
 
MS_ACCOUNT_DISABLE_USER - Static variable in class com.funambol.email.util.Query
 
MS_ACCOUNT_ENABLE_USER - Static variable in class com.funambol.email.util.Query
 
MS_ACCOUNT_ENABLER - Static variable in class com.funambol.email.util.Query
 
MS_ACCOUNT_GET_USER - Static variable in class com.funambol.email.util.Query
 
MS_ACCOUNT_GET_USER_ID - Static variable in class com.funambol.email.util.Query
 
MS_ACCOUNT_GET_USER_NAME - Static variable in class com.funambol.email.util.Query
 
MS_ACCOUNT_GET_USERS_FROM_LISTENER - Static variable in class com.funambol.email.util.Query
 
MS_ACCOUNT_INSERT_USER - Static variable in class com.funambol.email.util.Query
 
MS_ACCOUNT_LIST_USER - Static variable in class com.funambol.email.util.Query
 
MS_ACCOUNT_SELECT_ACCOUNT_TO_REMOVE - Static variable in class com.funambol.email.util.Query
 
MS_ACCOUNT_TO_REMOVE - Static variable in class com.funambol.email.util.Query
 
MS_ACCOUNT_UPDATE_MAILSERVER_4_USERS - Static variable in class com.funambol.email.util.Query
 
MS_ACCOUNT_UPDATE_USER - Static variable in class com.funambol.email.util.Query
 
MS_DELETE_MAILSERVER - Static variable in class com.funambol.email.util.Query
 
MS_GET_MAILSERVER - Static variable in class com.funambol.email.util.Query
 
MS_INSERT_MAILSERVER - Static variable in class com.funambol.email.util.Query
 
MS_LIST_MAILSERVER - Static variable in class com.funambol.email.util.Query
 
MS_UPDATE_MAILSERVER - Static variable in class com.funambol.email.util.Query
 
msa - Variable in class com.funambol.email.inboxlistener.msdao.MailboxMSDAOCommon
 
MSTools - Class in com.funambol.email.inboxlistener.engine
This class groups some utility methods for Mail Server invoking
MSTools(MailServerAccount) - Constructor for class com.funambol.email.inboxlistener.engine.MSTools
Creates a new MSTools with the given MSAccount
mstools - Variable in class com.funambol.email.inboxlistener.msdao.MailboxMSDAOCommon
 
MSWrapper - Variable in class com.funambol.email.engine.source.EmailSyncSource
wrapper for the Mail Server
multipleOpenConnection(String, String, String) - Method in class com.funambol.email.transport.CommonMailServerWrapper
 

N

NAME - Static variable in interface com.funambol.email.pdi.folder.IFOLDER
 
NAME_ALLOWED_CHARS - Static variable in class com.funambol.email.admin.EmailSyncSourceConfigPanel
 
nameLabel - Variable in class com.funambol.email.admin.EmailSyncSourceConfigPanel
 
nameValue - Variable in class com.funambol.email.admin.EmailSyncSourceConfigPanel
 
needsFlagOptimization(char, String, EmailFilter) - Static method in class com.funambol.email.util.Utility
Checks if it's possible to optimize the syncml message dimension.
newItemKeys - Variable in class com.funambol.email.engine.source.EmailSyncSource
 
NOKIA_DRAFTS_ENG - Static variable in class com.funambol.email.util.Def
 
NOKIA_INBOX_ENG - Static variable in class com.funambol.email.util.Def
 
NOKIA_OUTBOX_ENG - Static variable in class com.funambol.email.util.Def
 
NOKIA_SENT_ENG - Static variable in class com.funambol.email.util.Def
 
NotificationWrapper - Class in com.funambol.email.inboxlistener.engine
 
NotificationWrapper(MailServerAccount, WSAccount) - Constructor for class com.funambol.email.inboxlistener.engine.NotificationWrapper
 

O

openConnection(IMailServerWrapper) - Method in class com.funambol.email.inboxlistener.engine.MSTools
open the Mail Server connection; Note the IL Tool works only the INBOX folder
openConnection(String, String, String, boolean, String, String, DefaultFolder, String, String, boolean, boolean, String, String) - Method in class com.funambol.email.transport.CommonMailServerWrapper
opens the connection with the mail server
openConnection(String, String, String, boolean, String, String, DefaultFolder, String, String, boolean, boolean, String, String) - Method in interface com.funambol.email.transport.IMailServerWrapper
opens the connection with the mail server
openConnection(String, String, String, boolean, String, String, DefaultFolder, String, String, boolean, boolean, String, String) - Method in class com.funambol.email.transport.ImapMailServerWrapper
opens the connection with the mail server
openConnection(String, String, String, boolean, String, String, DefaultFolder, String, String, boolean, boolean, String, String) - Method in class com.funambol.email.transport.PopMailServerWrapper
opens the connection with the mail server
OperationType - Class in com.funambol.email.admin
Enumeration class to represent account process types.

P

panelName - Variable in class com.funambol.email.admin.EmailSyncSourceConfigPanel
label for the panel's name
parse() - Method in class com.funambol.email.pdi.parser.XMLFolderParser
Parse the xml document and returns a Folder object.
parse(Folder) - Method in class com.funambol.email.pdi.parser.XMLFolderParser
Parse the xml document and returns a Folder object.
parse() - Method in class com.funambol.email.pdi.parser.XMLMailParser
Parse the xml document and returns a iCalendar object.
parse(Email) - Method in class com.funambol.email.pdi.parser.XMLMailParser
Parse the xml document and returns a iCalendar object.
ParsingException - Exception in com.funambol.email.exception
Exception used in the email parsing procedure
ParsingException() - Constructor for exception com.funambol.email.exception.ParsingException
Creates a new instance of ParsingException without detail message.
ParsingException(String) - Constructor for exception com.funambol.email.exception.ParsingException
Constructs an instance of ParsingException with the specified detail message.
ParsingException(Throwable) - Constructor for exception com.funambol.email.exception.ParsingException
Constructs an instance of ParsingException with the specified exception.
ParsingException(String, Throwable) - Constructor for exception com.funambol.email.exception.ParsingException
Constructs an instance of ParsingException with the specified detail message.
ped - Variable in class com.funambol.email.items.manager.PopEntityManager
 
pem - Variable in class com.funambol.email.engine.source.EmailPop
 
pmsw - Variable in class com.funambol.email.items.manager.PopEntityManager
 
POLLING_INTERVALL - Static variable in class com.funambol.email.util.Def
 
PopEntityDAO - Class in com.funambol.email.items.dao
This class implements methods to access data in Mail Server datastore.
PopEntityDAO() - Constructor for class com.funambol.email.items.dao.PopEntityDAO
 
PopEntityDAO(String, String) - Constructor for class com.funambol.email.items.dao.PopEntityDAO
 
PopEntityManager - Class in com.funambol.email.items.manager
 
PopEntityManager() - Constructor for class com.funambol.email.items.manager.PopEntityManager
 
PopEntityManager(EmailSyncSource) - Constructor for class com.funambol.email.items.manager.PopEntityManager
 
PopMailServerWrapper - Class in com.funambol.email.transport
Create a connection with a Mail Server
PopMailServerWrapper() - Constructor for class com.funambol.email.transport.PopMailServerWrapper
 
PORT_ALLOWED_CHARS - Static variable in class com.funambol.email.admin.EmailSyncSourceConfigPanel
 
principalId - Variable in class com.funambol.email.engine.source.EmailSyncSource
 
printMessage(Message) - Static method in class com.funambol.email.util.Utility
for testing purpose
printMessageInFile(Message, String) - Static method in class com.funambol.email.util.Utility
for testing purpose default file name "D:\\development\\funambol_v6\\v6\\modules\\emailconnector\\src\\java\\com\\funambol\\email\\test\\A.txt";
printMessageInFile(String, String) - Static method in class com.funambol.email.util.Utility
for testing purpose
PROTOCOL_IMAP - Static variable in class com.funambol.email.util.Def
 
PROTOCOL_IMAP_PORT - Static variable in class com.funambol.email.util.Def
 
PROTOCOL_POP3 - Static variable in class com.funambol.email.util.Def
 
PROTOCOL_POP3_PORT - Static variable in class com.funambol.email.util.Def
 
ps - Variable in class com.funambol.email.security.EmailOfficer
 
PWD_ALGORITHM - Static variable in class com.funambol.email.util.Def
 
PWD_ENCODE_UTF8 - Static variable in class com.funambol.email.util.Def
 

Q

Query - Class in com.funambol.email.util
 
Query() - Constructor for class com.funambol.email.util.Query
 

R

read(String) - Static method in class com.funambol.email.inboxlistener.admin.ConfigHelper
 
READ - Static variable in interface com.funambol.email.pdi.mail.IEMAIL
 
readFile(String) - Static method in class com.funambol.email.util.Utility
utility method for the test classes
readInteger() - Static method in class com.funambol.email.util.UtilityIL
 
readValue() - Static method in class com.funambol.email.util.UtilityIL
 
RECEIVED - Static variable in interface com.funambol.email.pdi.mail.IEMAIL
 
releaseAll() - Method in class com.funambol.email.transport.ImapSemaphore
Release all waiting threads without setting the condition true
releaseConnection() - Method in class com.funambol.email.transport.CommonMailServerWrapper
 
releaseConnection() - Method in interface com.funambol.email.transport.IMailServerWrapper
closes the connection with the mail server
releaseConnection() - Method in class com.funambol.email.transport.ImapMailServerWrapper
closes the connection with the mail server
releaseConnection() - Method in class com.funambol.email.transport.PopMailServerWrapper
closes the connection with the mail server
releaseOne() - Method in class com.funambol.email.transport.ImapSemaphore
Release one waiting thread without setting the condition true
removeAccounts(String, String) - Method in class com.funambol.email.inboxlistener.engine.ListenerRegistryDAO
delete user
removeAllEmail(IMAPFolder) - Method in class com.funambol.email.items.dao.ImapEntityDAO
 
removeAllEmail(POP3Folder) - Method in class com.funambol.email.items.dao.PopEntityDAO
 
removeEmail(IMAPFolder, long) - Method in class com.funambol.email.items.dao.ImapEntityDAO
 
removeEmail(Message) - Method in class com.funambol.email.items.dao.PopEntityDAO
 
removeEmail(POP3Folder, String) - Method in class com.funambol.email.items.dao.PopEntityDAO
 
removeEmail(String, String, long) - Method in class com.funambol.email.items.dao.PopEntityDAO
 
removeEmail(String, String, String, HashMap, String, String, long) - Method in class com.funambol.email.items.manager.ImapEntityManager
deletes an email
removeEmail(EmailFilter, String, String, String, HashMap, String, String, long) - Method in class com.funambol.email.items.manager.PopEntityManager
deletes an email
removeEmailFromInbox(String, String, String) - Method in class com.funambol.email.items.dao.EntityDAO
 
removeEmailFromServerItems(String, HashMap) - Method in class com.funambol.email.items.dao.EntityDAO
remove the item from the map
removeEmailSoft(String, String, String) - Method in class com.funambol.email.items.manager.ImapEntityManager
deletes an email
removeEmailSoft(String, String, String) - Method in class com.funambol.email.items.manager.PopEntityManager
deletes an email
removeFolder(String, String, long) - Method in class com.funambol.email.items.dao.EntityDAO
 
removeFolder(String, String, long) - Method in class com.funambol.email.items.manager.ImapEntityManager
deletes a Folder
removeFolderInServer(IMAPFolder) - Method in class com.funambol.email.items.dao.ImapEntityDAO
 
removeFolderSoft(String, String, long) - Method in class com.funambol.email.items.manager.ImapEntityManager
deletes a Folder
removeSyncItem(SyncItemKey, Timestamp, boolean) - Method in class com.funambol.email.engine.source.EmailGeneric
 
removeSyncItem(SyncItemKey, Timestamp, boolean) - Method in class com.funambol.email.engine.source.EmailImap
 
removeSyncItem(SyncItemKey, Timestamp, boolean) - Method in class com.funambol.email.engine.source.EmailPop
 
removeSyncItem(SyncItemKey, Timestamp, boolean) - Method in class com.funambol.email.engine.source.EmailSyncSource
 
removeSyncItem(SyncItemKey, Timestamp, boolean) - Method in interface com.funambol.email.engine.source.IEmailGeneric
 
REPLIED - Static variable in interface com.funambol.email.pdi.mail.IEMAIL
 
ResultSearchAccountPanel - Class in com.funambol.email.admin
Panel used for displaying results of an account search.
ResultSearchAccountPanel() - Constructor for class com.funambol.email.admin.ResultSearchAccountPanel
Create a panel for search user result.
ResultSearchMailServerPanel - Class in com.funambol.email.admin.mailservers
Panel used for displaying results of a mail server search.
ResultSearchMailServerPanel() - Constructor for class com.funambol.email.admin.mailservers.ResultSearchMailServerPanel
Creates a new instance of ResultSearchMailServerPanel
ResultSearchUserPanel - Class in com.funambol.email.admin.user
This class represent the panel used for display results of a user search.
ResultSearchUserPanel(Step) - Constructor for class com.funambol.email.admin.user.ResultSearchUserPanel
Create a panel for displaying search user result.
ROLE - Static variable in interface com.funambol.email.pdi.folder.IFOLDER
 
ROOT_TAG - Static variable in interface com.funambol.email.pdi.folder.IFOLDER
 
ROOT_TAG - Static variable in interface com.funambol.email.pdi.mail.IEMAIL
 
run() - Method in class com.funambol.email.inboxlistener.engine.ListenerRegistry
 
run() - Method in class com.funambol.email.inboxlistener.engine.MailboxManager
this thread is not always connected to the mailbox.

S

saveOnlyHeader - Variable in class com.funambol.email.engine.source.EmailSyncSource
 
saveSender - Variable in class com.funambol.email.inboxlistener.msdao.MailboxMSDAOCommon
 
saveSubject - Variable in class com.funambol.email.inboxlistener.msdao.MailboxMSDAOCommon
 
SearchAccountPanel - Class in com.funambol.email.admin
This is the panel associated with the admin tool node for the email connector module.
SearchAccountPanel(AccountController) - Constructor for class com.funambol.email.admin.SearchAccountPanel
Creates a new instance of a SearchAccountPanel object.
SearchMailServerPanel - Class in com.funambol.email.admin.mailservers
Panel for mail server handling search and selection.
SearchMailServerPanel() - Constructor for class com.funambol.email.admin.mailservers.SearchMailServerPanel
Creates a SearchMailServerPanel object.
searchSubFolderFullNames(IMAPFolder, ArrayList) - Method in class com.funambol.email.items.dao.ImapEntityDAO
 
SearchUserPanel - Class in com.funambol.email.admin.user
This class represent the panel for user searching during insert account process.
SearchUserPanel(Step) - Constructor for class com.funambol.email.admin.user.SearchUserPanel
Creates a new instance of a SearchUserPanel.
selectUser() - Method in class com.funambol.email.admin.AccountController
Select an user from a list of ds-server users.
sendEmail(Message, Session, String, String, String, String) - Method in class com.funambol.email.items.manager.EntityManager
this method creates the message with the Funambol 'signature' and it sends the email
SendingException - Exception in com.funambol.email.exception
Exception used in the sending procedure
SendingException() - Constructor for exception com.funambol.email.exception.SendingException
Creates a new instance of SendingException without detail message.
SendingException(String) - Constructor for exception com.funambol.email.exception.SendingException
Constructs an instance of SendingException with the specified detail message.
SendingException(Throwable) - Constructor for exception com.funambol.email.exception.SendingException
Constructs an instance of SendingException with the specified exception.
SendingException(String, Throwable) - Constructor for exception com.funambol.email.exception.SendingException
Constructs an instance of SendingException with the specified detail message.
sendNotificationMessages(String) - Method in class com.funambol.email.inboxlistener.engine.NotificationWrapper
 
SendResult - Class in com.funambol.email.model
 
SendResult(String, String, boolean, boolean) - Constructor for class com.funambol.email.model.SendResult
 
SENT_DELETE_POP - Static variable in class com.funambol.email.util.Query
 
SENT_DELETE_SENT - Static variable in class com.funambol.email.util.Query
 
SENT_INSERT_SENT - Static variable in class com.funambol.email.util.Query
sent items queries
SENT_SELECT_ALL_SENT - Static variable in class com.funambol.email.util.Query
 
SENT_SELECT_SENT - Static variable in class com.funambol.email.util.Query
 
SENT_SELECT_TWIN_SENT - Static variable in class com.funambol.email.util.Query
 
sentItems - Variable in class com.funambol.email.engine.source.EmailSyncSource
keep the items id and the result of send operation
SEPARATOR_FIRST - Static variable in class com.funambol.email.util.Def
 
SEPARATOR_SECOND - Static variable in class com.funambol.email.util.Def
 
SERVER_TYPE_COURIER - Static variable in class com.funambol.email.util.Def
 
SERVER_TYPE_EXCHANGE - Static variable in class com.funambol.email.util.Def
 
SERVER_TYPE_GMAIL - Static variable in class com.funambol.email.util.Def
 
SERVER_TYPE_OTHER - Static variable in class com.funambol.email.util.Def
 
serverItems - Variable in class com.funambol.email.engine.source.EmailSyncSource
list of server Items
serverOut - Variable in class com.funambol.email.transport.CommonMailServerWrapper
 
ServerSearchFilter - Class in com.funambol.email.model
 
ServerSearchFilter() - Constructor for class com.funambol.email.model.ServerSearchFilter
 
serverType - Variable in class com.funambol.email.items.dao.EntityDAO
 
serverType - Variable in class com.funambol.email.items.manager.EntityManager
 
serverType - Variable in class com.funambol.email.transport.CommonMailServerWrapper
 
session - Variable in class com.funambol.email.transport.CommonMailServerWrapper
 
setAccountId(String) - Method in class com.funambol.email.model.MailServerAccount
 
setActivation(boolean) - Method in class com.funambol.email.model.MailServerAccount
 
setAddAction(ActionListener) - Method in class com.funambol.email.admin.mailservers.ResultSearchMailServerPanel
Sets the action for the add button.
setAnswered(boolean) - Method in class com.funambol.email.model.FlagProperties
 
setBasicDataSource(BasicDataSource) - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
setCancelAction(ActionListener) - Method in class com.funambol.email.admin.AccountDetailsPanel
Sets the action bound to the cancel button.
setCancelAction(ActionListener) - Method in class com.funambol.email.admin.mailservers.MailServerDetailsPanel
Sets the action bound to the cancel button.
setChanged() - Method in class com.funambol.email.admin.ResultSearchAccountPanel
Set the changed flag to true.
setCloseAction(ActionListener) - Method in class com.funambol.email.admin.cache.CacheDetailsPanel
Sets the action bound to the cancel button.
setConnectionNormalIn(Properties, String, String) - Method in class com.funambol.email.transport.CommonMailServerWrapper
 
setConnectionNormalIn(Properties, String, String) - Method in class com.funambol.email.transport.ImapMailServerWrapper
 
setConnectionNormalIn(Properties, String, String) - Method in class com.funambol.email.transport.PopMailServerWrapper
 
setConnectionNormalOut(Properties, String, String, boolean) - Method in class com.funambol.email.transport.CommonMailServerWrapper
 
setConnectionNormalOut(Properties, String, String, boolean) - Method in class com.funambol.email.transport.ImapMailServerWrapper
 
setConnectionNormalOut(Properties, String, String, boolean) - Method in class com.funambol.email.transport.PopMailServerWrapper
 
setConnectionSSLIn(Properties, String, String, Provider, String, String) - Method in class com.funambol.email.transport.CommonMailServerWrapper
 
setConnectionSSLIn(Properties, String, String, Provider, String, String) - Method in class com.funambol.email.transport.ImapMailServerWrapper
 
setConnectionSSLIn(Properties, String, String, Provider, String, String) - Method in class com.funambol.email.transport.PopMailServerWrapper
 
setConnectionSSLOut(Properties, String, String, boolean, Provider, String, String) - Method in class com.funambol.email.transport.CommonMailServerWrapper
 
setConnectionSSLOut(Properties, String, String, boolean, Provider, String, String) - Method in class com.funambol.email.transport.ImapMailServerWrapper
 
setConnectionSSLOut(Properties, String, String, boolean, Provider, String, String) - Method in class com.funambol.email.transport.PopMailServerWrapper
 
setContentType(String) - Method in class com.funambol.email.model.InternalPart
 
setDataSource(String) - Method in class com.funambol.email.engine.source.EmailConnectorConfig
 
setDeleteAction(ActionListener) - Method in class com.funambol.email.admin.mailservers.ResultSearchMailServerPanel
Sets the action for the delete button.
setDeleted(boolean) - Method in class com.funambol.email.model.FlagProperties
 
setDeletedEmailInInbox(String, String, String) - Method in class com.funambol.email.items.dao.EntityDAO
 
setDeletedItemKeys(HashMap, HashMap) - Static method in class com.funambol.email.engine.source.HelperForGetter
Creates deleted items id array
setDeletedItemKeysWithIdFilter(String, HashMap, HashMap) - Static method in class com.funambol.email.engine.source.HelperForGetter
Creates deleted items id array
setDeletedItemKeysWithTimeFilter(Date, int, HashMap, HashMap) - Static method in class com.funambol.email.engine.source.HelperForGetter
Creates deleted items id array
setDescription(String) - Method in class com.funambol.email.model.MailServer
 
setDHandler(DataHandler) - Method in class com.funambol.email.model.InternalPart
 
setDisposition(String) - Method in class com.funambol.email.model.InternalPart
 
setDraft(boolean) - Method in class com.funambol.email.model.FlagProperties
 
setDraftsActivation(boolean) - Method in class com.funambol.email.model.MailServer
 
setDraftsId(String) - Method in class com.funambol.email.model.DefaultFolder
 
setDraftsName(String) - Method in class com.funambol.email.model.DefaultFolder
 
setDraftsPath(String) - Method in class com.funambol.email.model.MailServer
 
setDraftsRole(String) - Method in class com.funambol.email.model.DefaultFolder
 
setEmail(String) - Method in class com.funambol.email.model.UserSearchFilter
 
setEmailOption(String) - Method in class com.funambol.email.model.UserSearchFilter
 
setEmailSyncSource(EmailSyncSource) - Method in class com.funambol.email.engine.source.EmailSyncSourceWrapper
 
setExt(Ext) - Method in class com.funambol.email.pdi.mail.Email
set the ext of this mail
setFalse() - Method in class com.funambol.email.transport.ImapSemaphore
Set the condition to false.
setFileName(String) - Method in class com.funambol.email.model.InternalPart
 
setFilter(SyncContext, int, int, boolean, boolean, boolean, boolean, boolean) - Static method in class com.funambol.email.engine.source.HelperForFilter
 
setFilterType(String) - Method in class com.funambol.email.model.EmailFilter
 
setFirstName(String) - Method in class com.funambol.email.model.UserSearchFilter
 
setFirstNameOption(String) - Method in class com.funambol.email.model.UserSearchFilter
 
setFlagged(boolean) - Method in class com.funambol.email.model.FlagProperties
 
setFolder(int) - Method in class com.funambol.email.model.EmailFilter
 
setForwarded(boolean) - Method in class com.funambol.email.model.FlagProperties
 
setFunambolSignature(String) - Method in class com.funambol.email.engine.source.EmailSyncSource
 
setGUID(String) - Method in class com.funambol.email.model.ItemFolder
Sets the id of this Folder
setGuid(String) - Method in class com.funambol.email.model.SyncItemInfoAdmin
 
setHeaderDate(Date) - Method in class com.funambol.email.model.SyncItemInfo
 
setHeaderDate(Date) - Method in class com.funambol.email.model.SyncItemInfoAdmin
 
setHeaderReceived(Date) - Method in class com.funambol.email.model.SyncItemInfo
 
setHeaderReceived(Date) - Method in class com.funambol.email.model.SyncItemInfoAdmin
 
setId(String) - Method in class com.funambol.email.model.EmailFilter
 
setInboxActivation(boolean) - Method in class com.funambol.email.model.MailServer
 
setInboxId(String) - Method in class com.funambol.email.model.DefaultFolder
 
setInboxName(String) - Method in class com.funambol.email.model.DefaultFolder
 
setInboxPath(String) - Method in class com.funambol.email.model.MailServer
 
setInboxRole(String) - Method in class com.funambol.email.model.DefaultFolder
 
setInPort(int) - Method in class com.funambol.email.inboxlistener.engine.MailboxManager
 
setInPort(int) - Method in class com.funambol.email.model.MailServer
 
setInServer(String) - Method in class com.funambol.email.inboxlistener.engine.MailboxManager
 
setInServer(String) - Method in class com.funambol.email.model.MailServer
 
setInternal(String) - Method in class com.funambol.email.model.SyncItemInfo
 
setInvalid(String) - Method in class com.funambol.email.model.SyncItemInfo
 
setIsDraftsInMailServer(boolean) - Method in class com.funambol.email.model.DefaultFolder
 
setIsEmail(String) - Method in class com.funambol.email.model.SyncItemInfo
 
setIsHtmlBody(boolean) - Method in class com.funambol.email.model.InternalPart
 
setIsInboxInMailServer(boolean) - Method in class com.funambol.email.model.DefaultFolder
 
setIsOutboxActive(boolean) - Method in class com.funambol.email.model.EmailFilter
 
setIsOutboxInMailServer(boolean) - Method in class com.funambol.email.model.DefaultFolder
 
setIsPublic(boolean) - Method in class com.funambol.email.model.MailServer
 
setIsSentActive(boolean) - Method in class com.funambol.email.model.EmailFilter
 
setIsSentInMailServer(boolean) - Method in class com.funambol.email.model.DefaultFolder
 
setIsSoftDelete(boolean) - Method in class com.funambol.email.model.MailServer
 
setIsSSLIn(boolean) - Method in class com.funambol.email.inboxlistener.engine.MailboxManager
 
setIsSSLIn(boolean) - Method in class com.funambol.email.model.MailServer
 
setIsSSLOut(boolean) - Method in class com.funambol.email.model.MailServer
 
setIsTextBody(boolean) - Method in class com.funambol.email.model.InternalPart
 
setIsTrashInMailServer(boolean) - Method in class com.funambol.email.model.DefaultFolder
 
setItemFolder(String, String, String, String, String) - Method in class com.funambol.email.items.manager.EntityManager
convert Message into ServerMessages
setItemMessage(String, String, Message, FlagProperties, Locale, String, Ext) - Method in class com.funambol.email.items.manager.EntityManager
convert Message into ServerMessages
setItems(String, String, SyncItemInfo[]) - Method in class com.funambol.email.inboxlistener.engine.MailboxDBDAO
Set the ServerItems into DB
setJndiDataSourceName(String) - Method in class com.funambol.email.engine.source.CacheDAO
 
setKey(SyncItemKey) - Method in class com.funambol.email.model.SyncItemInfo
 
setKey(String) - Method in class com.funambol.email.model.SyncItemInfo
 
setKeystoreHome(String) - Method in class com.funambol.email.engine.source.EmailConnectorConfig
 
setKeystoreHome(String) - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
setKeystorePath(String) - Method in class com.funambol.email.inboxlistener.engine.MailboxManager
 
setKeystorePath(String) - Method in class com.funambol.email.model.MailServer
 
setKeystorePwd(String) - Method in class com.funambol.email.inboxlistener.engine.MailboxManager
 
setKeystorePwd(String) - Method in class com.funambol.email.model.MailServer
 
setLastCrc(long) - Method in class com.funambol.email.model.SyncItemInfo
 
setLastName(String) - Method in class com.funambol.email.model.UserSearchFilter
 
setLastNameOption(String) - Method in class com.funambol.email.model.UserSearchFilter
 
setListenerId(String) - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
setListenerId(String) - Method in class com.funambol.email.model.MailServerAccount
 
setMailServer(MailServer) - Method in class com.funambol.email.model.MailServerAccount
 
setMailServerId(String) - Method in class com.funambol.email.model.MailServer
 
setMailServers(MailServer[]) - Method in class com.funambol.email.admin.mailservers.ResultSearchMailServerPanel
Sets the mailservers to be displaied.
setMailServerType(String) - Method in class com.funambol.email.model.MailServer
 
setMaxEmailNumber(int) - Method in class com.funambol.email.inboxlistener.engine.MailboxManager
 
setMaxEmailNumber(int) - Method in interface com.funambol.email.inboxlistener.msdao.IMailboxMSDAO
 
setMaxEmailNumber(int) - Method in class com.funambol.email.inboxlistener.msdao.MailboxMSDAOCommon
 
setMaxEmailNumber(int) - Method in class com.funambol.email.model.MailServerAccount
 
setMaxImapEmail(int) - Method in class com.funambol.email.model.MailServerAccount
 
setMaxInboxNum(int) - Method in class com.funambol.email.model.EmailFilter
 
setMaxSentNum(int) - Method in class com.funambol.email.model.EmailFilter
 
setMessageID(String) - Method in class com.funambol.email.model.SyncItemInfo
 
setMessageID(String) - Method in class com.funambol.email.model.SyncItemInfoAdmin
 
setMilliSecondsFromMinutes(int) - Static method in class com.funambol.email.util.UtilityIL
used in the ListenerRegistry the reloading_time in the XML file is in minute format.
setMilliSecondsFromSeconds(int) - Static method in class com.funambol.email.util.UtilityIL
used in the ListenerRegistryDAO the refresh_time in the DB is in second format.
setMinutes(int) - Static method in class com.funambol.email.util.Utility
Used in the ConsoleDAO.
setModifyAction(ActionListener) - Method in class com.funambol.email.admin.mailservers.ResultSearchMailServerPanel
Sets the action for the modify button.
setMsAddress(String) - Method in class com.funambol.email.model.MailServerAccount
 
setMsLogin(String) - Method in class com.funambol.email.model.MailServerAccount
 
setMsPassword(String) - Method in class com.funambol.email.model.MailServerAccount
 
setNewContent(Message, Message) - Static method in class com.funambol.email.items.manager.MessageCreator
create an exact copy of the content
setNewContent(Message, Message, String) - Static method in class com.funambol.email.items.manager.MessageCreator
create a copy of the content with the signature Part this method is used in the sending procedure
setNewHeader(Message, Message, boolean) - Static method in class com.funambol.email.items.manager.MessageCreator
set a new header but keep the old Message-ID for a message that must be downloaded
setNewHeader(Message, Message, String, String, String) - Static method in class com.funambol.email.items.manager.MessageCreator
set a new header but keep the old Message-ID for a message that must be sent
setNewItemKeys(HashMap, HashMap) - Static method in class com.funambol.email.engine.source.HelperForGetter
Creates new items id array
setNewItemKeysWithIdFilter(String, HashMap, HashMap) - Static method in class com.funambol.email.engine.source.HelperForGetter
Creates new items id array
setNewItemKeysWithTimeFilter(Date, int, HashMap, HashMap) - Static method in class com.funambol.email.engine.source.HelperForGetter
Creates new items id array
setNotChanged() - Method in class com.funambol.email.admin.ResultSearchAccountPanel
Set the changed flag to false.
setNumBytes(int) - Method in class com.funambol.email.model.EmailFilter
 
setOperationStatus(String, int, SyncItemKey[]) - Method in class com.funambol.email.engine.source.EmailGeneric
 
setOperationStatus(String, int, SyncItemKey[]) - Method in class com.funambol.email.engine.source.EmailSyncSource
 
setOperationStatus(String, int, SyncItemKey[]) - Method in interface com.funambol.email.engine.source.IEmailGeneric
 
setOutAuth(boolean) - Method in class com.funambol.email.model.MailServer
 
setOutboxActivation(boolean) - Method in class com.funambol.email.model.MailServer
 
setOutboxId(String) - Method in class com.funambol.email.model.DefaultFolder
 
setOutboxName(String) - Method in class com.funambol.email.model.DefaultFolder
 
setOutboxPath(String) - Method in class com.funambol.email.model.MailServer
 
setOutboxRole(String) - Method in class com.funambol.email.model.DefaultFolder
 
setOutPort(int) - Method in class com.funambol.email.model.MailServer
 
setOutServer(String) - Method in class com.funambol.email.model.MailServer
 
setParentFrame(Frame) - Method in class com.funambol.email.admin.AccountController
Sets the parent frame property
setParentFrame(Frame) - Method in class com.funambol.email.admin.MailServerController
 
setParentId(String) - Method in class com.funambol.email.model.ItemFolder
sets the parent id of this Folder
setParentId(Property) - Method in class com.funambol.email.pdi.folder.Folder
set the parentId of this folder
setParentId(Property) - Method in class com.funambol.email.pdi.mail.Email
set the parentId of this mail (folder id)
setPartValue(Object) - Method in class com.funambol.email.model.InternalPart
 
setPassword(String) - Method in class com.funambol.email.inboxlistener.engine.MailboxManager
 
setPassword(String) - Method in interface com.funambol.email.inboxlistener.msdao.IMailboxMSDAO
 
setPassword(String) - Method in class com.funambol.email.inboxlistener.msdao.MailboxMSDAOCommon
 
setPassword(String) - Method in class com.funambol.email.transport.ConnectorAuthenticator
 
setProtocol(String) - Method in class com.funambol.email.inboxlistener.engine.MailboxManager
 
setProtocol(String) - Method in class com.funambol.email.model.MailServer
 
setPush(boolean) - Method in class com.funambol.email.inboxlistener.engine.MailboxManager
 
setPush(boolean) - Method in class com.funambol.email.model.MailServerAccount
 
setRecent(boolean) - Method in class com.funambol.email.model.FlagProperties
 
setRefreshTime(int) - Method in class com.funambol.email.model.MailServerAccount
 
setReloadingTime(int) - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
setSaveAction(ActionListener) - Method in class com.funambol.email.admin.AccountDetailsPanel
Sets the action bound to the save button.
setSaveAction(ActionListener) - Method in class com.funambol.email.admin.mailservers.MailServerDetailsPanel
Sets the action bound to the save button.
setSaveOnlyHeader(boolean) - Method in class com.funambol.email.engine.source.EmailConnectorConfig
 
setSaveSender(boolean) - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
setSaveSubject(boolean) - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
setSeconds(int) - Static method in class com.funambol.email.util.Utility
Used in the ConsoleManager.
setSeen(boolean) - Method in class com.funambol.email.model.FlagProperties
 
setSender(String) - Method in class com.funambol.email.model.SyncItemInfo
 
setSentActivation(boolean) - Method in class com.funambol.email.model.MailServer
 
setSentId(String) - Method in class com.funambol.email.model.DefaultFolder
 
setSentName(String) - Method in class com.funambol.email.model.DefaultFolder
 
setSentPath(String) - Method in class com.funambol.email.model.MailServer
 
setSentRole(String) - Method in class com.funambol.email.model.DefaultFolder
 
setServerAuth(String) - Method in class com.funambol.email.security.EmailOfficer
 
setServerName(String) - Method in class com.funambol.email.model.ServerSearchFilter
 
setServerName(String) - Method in class com.funambol.email.model.UserSearchFilter
 
setServerType(String) - Method in class com.funambol.email.items.dao.ImapEntityDAO
 
setSize(int) - Method in class com.funambol.email.model.EmailFilter
 
setSize(int) - Method in class com.funambol.email.model.InternalPart
 
setStartupNotification(boolean) - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
setStatus(String) - Method in class com.funambol.email.model.SyncItemInfo
 
setStreamMessage(String) - Method in class com.funambol.email.model.ItemMessage
Sets the message of this Message.
setSubject(String) - Method in class com.funambol.email.model.SyncItemInfo
 
setSubject(String) - Method in class com.funambol.email.model.SyncItemInfoAdmin
 
setTime(Date) - Method in class com.funambol.email.model.EmailFilter
 
setTimeClause(String) - Method in class com.funambol.email.model.EmailFilter
 
setTrashActivation(boolean) - Method in class com.funambol.email.model.MailServer
 
setTrashId(String) - Method in class com.funambol.email.model.DefaultFolder
 
setTrashName(String) - Method in class com.funambol.email.model.DefaultFolder
 
setTrashPath(String) - Method in class com.funambol.email.model.MailServer
 
setTrashRole(String) - Method in class com.funambol.email.model.DefaultFolder
 
setTrue() - Method in class com.funambol.email.transport.ImapSemaphore
Set the condition to true.
setTruncated(boolean) - Method in class com.funambol.email.pdi.mail.Ext
 
setUID(Property) - Method in class com.funambol.email.pdi.folder.Folder
set the uid of this folder
setUID(Property) - Method in class com.funambol.email.pdi.mail.Email
set the uid of this mail
setUpdatedIDFilter(String, HashMap) - Static method in class com.funambol.email.engine.source.HelperForGetter
in the updated list there is just the id in the filter
setUpdatedItemKeys(HashMap, HashMap) - Static method in class com.funambol.email.engine.source.HelperForGetter
Creates updated items id array
setUpdatedItemKeysWithIdFilter(String, HashMap, HashMap) - Static method in class com.funambol.email.engine.source.HelperForGetter
Creates updated items id array
setUpdatedItemKeysWithTimeFilter(Date, int, HashMap, HashMap) - Static method in class com.funambol.email.engine.source.HelperForGetter
Creates updated items id array
setUpdatedTimeFilter(Date, int, HashMap) - Static method in class com.funambol.email.engine.source.HelperForGetter
in the updated list there are just the emails related to the time filter
setUsername(String) - Method in class com.funambol.email.model.MailServerAccount
 
setUserName(String) - Method in class com.funambol.email.model.UserSearchFilter
 
setUserName(String) - Method in class com.funambol.email.transport.ConnectorAuthenticator
 
setUserNameOption(String) - Method in class com.funambol.email.model.UserSearchFilter
 
setWSDao(WSDAO) - Method in class com.funambol.email.admin.cache.CacheDetailsPanel
Sets the WSDao property.
setWSDao(WSDAO) - Method in class com.funambol.email.admin.MailServerController
Sets the WSDao property.
setWSDao(WSDAO) - Method in class com.funambol.email.admin.mailservers.FormSearchMailServerPanel
Sets the WSDao property.
setWSDao(WSDAO) - Method in class com.funambol.email.admin.mailservers.SearchMailServerPanel
Sets the WSDao property
setWSDao(WSDAO) - Method in class com.funambol.email.admin.user.ResultSearchUserPanel
Sets the WSDao
setWSDao(WSDAO) - Method in class com.funambol.email.admin.user.SearchUserPanel
Sets the WSDao property
setWsEndPoint(String) - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
setWsPassword(String) - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
setWsSyncSource(String) - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
setWsUsername(String) - Method in class com.funambol.email.inboxlistener.admin.InboxListenerConfig
 
setXnam(String) - Method in class com.funambol.email.pdi.mail.Ext
 
setXsize(String) - Method in class com.funambol.email.pdi.mail.Ext
 
setXvalAttach(List) - Method in class com.funambol.email.pdi.mail.Ext
 
setXvalBody(String) - Method in class com.funambol.email.pdi.mail.Ext
 
showCache(String, String) - Method in class com.funambol.email.admin.AccountController
Shows cache entries for given username,protocol.
SIGNATURE - Static variable in class com.funambol.email.util.Def
 
signatureLabel - Variable in class com.funambol.email.admin.EmailSyncSourceConfigPanel
 
signatureValue - Variable in class com.funambol.email.admin.EmailSyncSourceConfigPanel
 
sourceUriLabel - Variable in class com.funambol.email.admin.EmailSyncSourceConfigPanel
 
sourceUriValue - Variable in class com.funambol.email.admin.EmailSyncSourceConfigPanel
 
Step - Interface in com.funambol.email.admin
Interface to be implemented by every "function" class that encapsulate a "next step logic".
stopThread() - Method in class com.funambol.email.inboxlistener.engine.MailboxManager
 
store - Variable in class com.funambol.email.transport.CommonMailServerWrapper
 
StringFromMessage(Message, String) - Static method in class com.funambol.email.util.Utility
convert Message in a String (RFC2822)
StringToMessage(Session, String) - Static method in class com.funambol.email.util.Utility
convert a String (RFC2822) in the Message
SyncItemInfo - Class in com.funambol.email.model
 
SyncItemInfo() - Constructor for class com.funambol.email.model.SyncItemInfo
 
SyncItemInfo(String, long, String, Date, Date, String, String, String, String, String, String) - Constructor for class com.funambol.email.model.SyncItemInfo
 
SyncItemInfoAdmin - Class in com.funambol.email.model
 
SyncItemInfoAdmin() - Constructor for class com.funambol.email.model.SyncItemInfoAdmin
 
syncMode - Variable in class com.funambol.email.engine.source.EmailSyncSource
 

T

TIMEOUT_STORE - Static variable in class com.funambol.email.util.Def
 
timeStart - Variable in class com.funambol.email.items.manager.EntityManager
 
timeStop - Variable in class com.funambol.email.items.manager.EntityManager
 
titledBorder1 - Variable in class com.funambol.email.admin.EmailSyncSourceConfigPanel
border to evidence the title of the panel
TokenProvider - Class in com.funambol.email.util
 
TokenProvider() - Constructor for class com.funambol.email.util.TokenProvider
 
TokenUtility - Class in com.funambol.email.util
 
TokenUtility() - Constructor for class com.funambol.email.util.TokenUtility
 
toString() - Method in class com.funambol.email.model.EmailFilter
Returns a string representation of the object
toString() - Method in class com.funambol.email.model.FlagProperties
 
toString() - Method in class com.funambol.email.model.MailServer
 
toString() - Method in class com.funambol.email.model.MailServerAccount
 
toString() - Method in class com.funambol.email.model.SyncItemInfo
 
toString() - Method in class com.funambol.email.model.SyncItemInfoAdmin
 
toString() - Method in class com.funambol.email.pdi.folder.Folder
 
toString() - Method in class com.funambol.email.pdi.mail.Email
 
toString() - Method in class com.funambol.email.pdi.mail.EmailItem
Returns a string representation of the object
toString() - Method in class com.funambol.email.pdi.mail.Ext
 
toStringForCommandLine() - Method in class com.funambol.email.model.MailServer
 
toStringForCommandLine() - Method in class com.funambol.email.model.MailServerAccount
 
truncBody(InternalPart, int, Ext, int) - Static method in class com.funambol.email.items.manager.MessageCreator
 
TYPE_EMAIL - Static variable in class com.funambol.email.util.Def
 
TYPE_FOLDER - Static variable in class com.funambol.email.util.Def
 

U

uid_has_been_set - Static variable in class com.funambol.email.items.dao.ImapEntityDAO
 
unAuthenticate(Sync4jUser) - Method in class com.funambol.email.security.EmailOfficer
Un-authenticates the given user.
update() - Method in interface com.funambol.email.admin.ComponentObserver
 
update() - Method in class com.funambol.email.admin.mailservers.SearchMailServerPanel
Updates this component.
update() - Method in class com.funambol.email.admin.SearchAccountPanel
Updates the search result table.
updateAccount(MailServerAccount) - Method in class com.funambol.email.admin.dao.WSDAO
Updates a given account.
updateAccount(MailServerAccount) - Method in class com.funambol.email.inboxlistener.console.MenuWSDAO
 
updateDeletedStatus(String, String) - Method in class com.funambol.email.engine.source.CacheDAO
Delete local items
updatedItemKeys - Variable in class com.funambol.email.engine.source.EmailSyncSource
 
updateEmail(String, String, IMAPFolder, Message, FlagProperties) - Method in class com.funambol.email.items.dao.ImapEntityDAO
This method handles the update procedure of an email.
updateEmail(String, String, Email, String, long) - Method in class com.funambol.email.items.manager.ImapEntityManager
updates a document defined by UID
updateEmail(String, String, Email, String, long) - Method in class com.funambol.email.items.manager.PopEntityManager
the method doesn't update the item but get the item that must be return
updateFolder(String, String, Folder) - Method in class com.funambol.email.items.manager.ImapEntityManager
updates a folder defined by folder id and parent id
updateFolder(String, String, Folder) - Method in class com.funambol.email.items.manager.PopEntityManager
updates a folder defined by folder id and parent id
updateForm() - Method in class com.funambol.email.admin.ConsolePanel
 
updateForm() - Method in class com.funambol.email.admin.EmailSyncSourceConfigPanel
 
updateLocalItems(HashMap, ArrayList, SyncItemInfo[], String, long) - Method in class com.funambol.email.engine.source.CacheDAO
Update local items
updateMailServer(MailServer) - Method in class com.funambol.email.admin.dao.WSDAO
Updates a given mail server.
updateMailServer(MailServer) - Method in class com.funambol.email.admin.mailservers.ResultSearchMailServerPanel
 
updateMailServer(MailServer) - Method in class com.funambol.email.inboxlistener.console.MenuWSDAO
 
updatePubMailServer(MailServer) - Method in class com.funambol.email.console.dao.ConsoleDAO
update public mail server
updatePubMailServer(MailServer) - Method in class com.funambol.email.console.manager.ConsoleManager
update public mail server
updatePubMailServer(MailServer) - Method in class com.funambol.email.console.ws.EmailWS
update public mail server
updateRowInTable(MailServerAccount) - Method in class com.funambol.email.admin.ResultSearchAccountPanel
Updates a row of the model.
updateSyncItem(SyncItem) - Method in class com.funambol.email.engine.source.EmailGeneric
 
updateSyncItem(SyncItem) - Method in class com.funambol.email.engine.source.EmailImap
 
updateSyncItem(SyncItem) - Method in class com.funambol.email.engine.source.EmailPop
 
updateSyncItem(SyncItem) - Method in class com.funambol.email.engine.source.EmailSyncSource
 
updateSyncItem(SyncItem) - Method in interface com.funambol.email.engine.source.IEmailGeneric
 
updateUser(MailServerAccount) - Method in class com.funambol.email.console.dao.ConsoleDAO
update user regarding the mail server connection
updateUser(MailServerAccount) - Method in class com.funambol.email.console.manager.ConsoleManager
update user regarding the mail server connection
updateUser(MailServerAccount) - Method in class com.funambol.email.console.ws.EmailWS
update user regarding the mail server connection
userAddress - Variable in class com.funambol.email.transport.CommonMailServerWrapper
 
userManager - Variable in class com.funambol.email.security.EmailOfficer
 
userName - Variable in class com.funambol.email.engine.source.EmailSyncSource
 
UserSearchFilter - Class in com.funambol.email.model
 
UserSearchFilter() - Constructor for class com.funambol.email.model.UserSearchFilter
 
UtcFromDate(Date) - Static method in class com.funambol.email.util.Utility
 
UtcToDate(String) - Static method in class com.funambol.email.util.Utility
convert the UTC string in a Date
UtcToTimestamp(String) - Static method in class com.funambol.email.util.Utility
convert the UTC string in a Timestamp
Utility - Class in com.funambol.email.util
Utility class
Utility() - Constructor for class com.funambol.email.util.Utility
 
UtilityDate - Class in com.funambol.email.util
Utility class
UtilityDate() - Constructor for class com.funambol.email.util.UtilityDate
 
UtilityIL - Class in com.funambol.email.util
InboxListener Utility class
UtilityIL() - Constructor for class com.funambol.email.util.UtilityIL
 

V

validateData() - Method in class com.funambol.email.admin.AccountDetailsPanel
Validates fields values.
validateData() - Method in class com.funambol.email.admin.mailservers.MailServerDetailsPanel
Validates fields values.
validateValues() - Method in class com.funambol.email.admin.EmailSyncSourceConfigPanel
Checks if the values provided by the user are all valid.
ValidationError - Class in com.funambol.email.admin
Class that represent errors collected during validation of data in a panel.
ValidationError() - Constructor for class com.funambol.email.admin.ValidationError
Creates a new instance of ValidationError

W

waitForTrue(long) - Method in class com.funambol.email.transport.ImapSemaphore
Wait for the condition to become true.
write(InboxListenerConfig, String) - Static method in class com.funambol.email.inboxlistener.admin.ConfigHelper
 
WSAccount - Class in com.funambol.email.inboxlistener.engine
 
WSAccount(String, String, String, String) - Constructor for class com.funambol.email.inboxlistener.engine.WSAccount
 
WSDAO - Class in com.funambol.email.admin.dao
Contains methods to access to the DB tables.
WSDAO(String, String, String) - Constructor for class com.funambol.email.admin.dao.WSDAO
Creates a new instance of WSDAO.
WSTools - Class in com.funambol.email.inboxlistener.engine
This class groups some utility methods for WS invoking and handling
WSTools(String, String, String) - Constructor for class com.funambol.email.inboxlistener.engine.WSTools
Creates a new WSTools with the given endpoint

X

XMLFolderParser - Class in com.funambol.email.pdi.parser
This objects represents a list of Folder property parameters.
XMLFolderParser(InputStream) - Constructor for class com.funambol.email.pdi.parser.XMLFolderParser
Parse the XML doc the XML parser for a Folder object.
XMLMailParser - Class in com.funambol.email.pdi.parser
This objects represents a list of Mail property parameters.
XMLMailParser(InputStream) - Constructor for class com.funambol.email.pdi.parser.XMLMailParser
Parse the XML doc the XML parser for a VCard or ICalendar object.
XNAM - Static variable in interface com.funambol.email.pdi.mail.IEMAIL
 
XVAL - Static variable in interface com.funambol.email.pdi.mail.IEMAIL
 

A B C D E F G H I J K L M N O P Q R S T U V W X

Copyright © 2005-2006 Funambol.