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

A

AbstractDeleteMessageHandler<Action extends DeleteMessage> - Class in org.apache.hupa.server.handler
Abstract class which should get extended by all handlers which needs to handle message deletion
AbstractDeleteMessageHandler(IMAPStoreCache, Log, Provider<HttpSession>) - Constructor for class org.apache.hupa.server.handler.AbstractDeleteMessageHandler
 
AbstractFetchMessagesHandler<A extends FetchMessages> - Class in org.apache.hupa.server.handler
 
AbstractFetchMessagesHandler(IMAPStoreCache, Log, Provider<HttpSession>, UserPreferencesStorage) - Constructor for class org.apache.hupa.server.handler.AbstractFetchMessagesHandler
 
AbstractFetchMessagesHandler.MessageConvertArray - Class in org.apache.hupa.server.handler
 
AbstractFetchMessagesHandler.MessageConvertArray(int, Message[]) - Constructor for class org.apache.hupa.server.handler.AbstractFetchMessagesHandler.MessageConvertArray
 
AbstractGuiceTestModule - Class in org.apache.hupa.server.guice
Abstract Guice module.
AbstractGuiceTestModule() - Constructor for class org.apache.hupa.server.guice.AbstractGuiceTestModule
 
AbstractGuiceTestModule.TestUser - Class in org.apache.hupa.server.guice
 
AbstractGuiceTestModule.TestUser(String, String, String, String, String, String) - Constructor for class org.apache.hupa.server.guice.AbstractGuiceTestModule.TestUser
 
AbstractMessage - Class in org.apache.hupa.shared.data
 
AbstractMessage() - Constructor for class org.apache.hupa.shared.data.AbstractMessage
 
AbstractSendMessageHandler<A extends SendMessage> - Class in org.apache.hupa.server.handler
Handle sending of email messages
AbstractSendMessageHandler(Log, IMAPStoreCache, Provider<HttpSession>, UserPreferencesStorage, String, int, boolean, boolean) - Constructor for class org.apache.hupa.server.handler.AbstractSendMessageHandler
 
AbstractSendMessageHandler.FileItemDataStore - Class in org.apache.hupa.server.handler
DataStore which wrap a FileItem
AbstractSendMessageHandler.FileItemDataStore(FileItem) - Constructor for class org.apache.hupa.server.handler.AbstractSendMessageHandler.FileItemDataStore
 
AbstractSessionHandler<A extends net.customware.gwt.dispatch.shared.Action<R>,R extends net.customware.gwt.dispatch.shared.Result> - Class in org.apache.hupa.server.handler
Abstract class which take care of checking if the session is still valid before executing the handler
AbstractSessionHandler(IMAPStoreCache, Log, Provider<HttpSession>) - Constructor for class org.apache.hupa.server.handler.AbstractSessionHandler
 
add(Widget) - Method in class org.apache.hupa.client.widgets.CommandsBar
 
add(FileItem) - Method in class org.apache.hupa.server.FileItemRegistry
 
add(Widget) - Method in class org.apache.hupa.widgets.ui.RndPanel
 
addClickHandler(ClickHandler) - Method in class org.apache.hupa.client.widgets.ConfirmDialogBox
 
addClickHandler(ClickHandler) - Method in class org.apache.hupa.widgets.ui.EnableHyperlink
 
addContact(ContactsResult.Contact...) - Method in class org.apache.hupa.server.preferences.InImapUserPreferencesStorage
 
addContact(ContactsResult.Contact...) - Method in class org.apache.hupa.server.preferences.InSessionUserPreferencesStorage
 
addContact(ContactsResult.Contact...) - Method in class org.apache.hupa.server.preferences.UserPreferencesStorage
Add a new contact to the list.
addContact(String...) - Method in class org.apache.hupa.server.preferences.UserPreferencesStorage
Add a new contact to the list.
addContact(List<String>) - Method in class org.apache.hupa.server.preferences.UserPreferencesStorage
Add a new contact to the list.
addEditHandler(EditHandler) - Method in class org.apache.hupa.widgets.ui.EditableTreeItem
 
addEditHandler(EditHandler) - Method in interface org.apache.hupa.widgets.ui.HasEditHandlers
 
addLeft(Widget) - Method in class org.apache.hupa.client.widgets.CommandsBar
 
addMessages(Message[]) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
addRight(Widget) - Method in class org.apache.hupa.client.widgets.CommandsBar
 
AddStyleAction - Class in org.apache.hupa.client.validation
It's like StyleAction but with a timer to remove the style
AddStyleAction(String, int) - Constructor for class org.apache.hupa.client.validation.AddStyleAction
 
addStyleName(String) - Method in class org.apache.hupa.widgets.ui.RndPanel
 
addTableListener(TableListener) - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
addTableListener(TableListener) - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
addValueChangeHandler(ValueChangeHandler<ColorPicker>) - Method in class org.apache.hupa.widgets.editor.ColorPicker
 
addValueChangeHandler(ValueChangeHandler<FontPicker>) - Method in class org.apache.hupa.widgets.editor.FontPicker
 
addWidget(Widget) - Method in class org.apache.hupa.client.mvp.AppView
 
addWidget(Widget) - Method in class org.apache.hupa.client.mvp.MainView
 
all() - Method in interface org.apache.hupa.client.HupaConstants
 
appendMessages(Message[]) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
AppPresenter - Class in org.apache.hupa.client.mvp
Presenter which flips the in the LoginPresenter or the LoginPresenter depending on if the user is logged in or not
AppPresenter(AppPresenter.Display, DispatchAsync, EventBus, HupaConstants, LoginPresenter, MainPresenter, ContactsPresenter) - Constructor for class org.apache.hupa.client.mvp.AppPresenter
 
AppPresenter.Display - Interface in org.apache.hupa.client.mvp
 
AppView - Class in org.apache.hupa.client.mvp
AppView is the main WidgetContainer which show the LoginView or the MainView depending on if the user is logged in or not
AppView(HupaConstants) - Constructor for class org.apache.hupa.client.mvp.AppView
 
asWidget() - Method in class org.apache.hupa.client.mvp.AppView
 
asWidget() - Method in class org.apache.hupa.client.mvp.ContactsView
 
asWidget() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
asWidget() - Method in class org.apache.hupa.client.mvp.IMAPMessageView
 
asWidget() - Method in class org.apache.hupa.client.mvp.LoginView
 
asWidget() - Method in class org.apache.hupa.client.mvp.MainView
 
asWidget() - Method in class org.apache.hupa.client.mvp.MessageSendView
 
attachmentIcon() - Method in interface org.apache.hupa.client.bundles.HupaImageBundle
 
attachments() - Method in interface org.apache.hupa.client.HupaConstants
 

B

backButton() - Method in interface org.apache.hupa.client.HupaConstants
 
backColors() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 
BackEvent - Class in org.apache.hupa.shared.events
 
BackEvent() - Constructor for class org.apache.hupa.shared.events.BackEvent
 
BackEventHandler - Interface in org.apache.hupa.shared.events
 
bindTreeItems(List<IMAPTreeItem>) - Method in interface org.apache.hupa.client.mvp.MainPresenter.Display
 
bindTreeItems(List<IMAPTreeItem>) - Method in class org.apache.hupa.client.mvp.MainView
 
bold() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 

C

C_app_container - Static variable in class org.apache.hupa.client.HupaCSS
 
C_attachment - Static variable in class org.apache.hupa.widgets.WidgetsCSS
 
C_bottom_container - Static variable in class org.apache.hupa.client.HupaCSS
 
C_button - Static variable in class org.apache.hupa.client.HupaCSS
 
C_button_container - Static variable in class org.apache.hupa.client.HupaCSS
 
C_buttons - Static variable in class org.apache.hupa.client.HupaCSS
 
C_commands_bar - Static variable in class org.apache.hupa.client.HupaCSS
 
C_contacts_container - Static variable in class org.apache.hupa.client.HupaCSS
 
C_dialog - Static variable in class org.apache.hupa.client.HupaCSS
 
C_flash - Static variable in class org.apache.hupa.client.HupaCSS
 
C_header - Static variable in class org.apache.hupa.client.HupaCSS
 
C_hupa_rnd_container - Static variable in class org.apache.hupa.widgets.WidgetsCSS
 
C_hyperlink - Static variable in class org.apache.hupa.widgets.WidgetsCSS
 
C_info_container - Static variable in class org.apache.hupa.client.HupaCSS
 
C_loading - Static variable in class org.apache.hupa.widgets.WidgetsCSS
 
C_login_box - Static variable in class org.apache.hupa.client.HupaCSS
 
C_login_container - Static variable in class org.apache.hupa.client.HupaCSS
 
C_login_form - Static variable in class org.apache.hupa.client.HupaCSS
 
C_login_info_container - Static variable in class org.apache.hupa.client.HupaCSS
 
C_login_info_label - Static variable in class org.apache.hupa.client.HupaCSS
 
C_login_info_user - Static variable in class org.apache.hupa.client.HupaCSS
 
C_logo_container - Static variable in class org.apache.hupa.client.HupaCSS
 
C_main_container - Static variable in class org.apache.hupa.client.HupaCSS
 
C_menu_button - Static variable in class org.apache.hupa.client.HupaCSS
 
C_msg_headers - Static variable in class org.apache.hupa.client.HupaCSS
 
C_msg_list_container - Static variable in class org.apache.hupa.client.HupaCSS
 
C_msg_search - Static variable in class org.apache.hupa.client.HupaCSS
 
C_msg_table - Static variable in class org.apache.hupa.client.HupaCSS
 
C_msg_table_empty - Static variable in class org.apache.hupa.client.HupaCSS
 
C_msg_table_row - Static variable in class org.apache.hupa.client.HupaCSS
 
C_msg_table_seen - Static variable in class org.apache.hupa.client.HupaCSS
 
C_msg_table_unseen - Static variable in class org.apache.hupa.client.HupaCSS
 
C_msg_top_bar - Static variable in class org.apache.hupa.client.HupaCSS
 
C_msgsend_container - Static variable in class org.apache.hupa.client.HupaCSS
 
C_msgview_container - Static variable in class org.apache.hupa.client.HupaCSS
 
C_msgview_content - Static variable in class org.apache.hupa.client.HupaCSS
 
C_top_container - Static variable in class org.apache.hupa.client.HupaCSS
 
C_tree_container - Static variable in class org.apache.hupa.client.HupaCSS
 
C_validate - Static variable in class org.apache.hupa.client.HupaCSS
 
cache - Variable in class org.apache.hupa.server.handler.AbstractSessionHandler
 
CachedIMAPStore - Class in org.apache.hupa.server
 
CachedIMAPStore(IMAPStore, int) - Constructor for class org.apache.hupa.server.CachedIMAPStore
 
CachingDispatchAsync - Class in org.apache.hupa.client
Dispatcher which support caching of data in memory.
CachingDispatchAsync(ExceptionHandler) - Constructor for class org.apache.hupa.client.CachingDispatchAsync
 
callback(T) - Method in class org.apache.hupa.client.HupaCallback
The callback code which the user has to implement
callbackError(Throwable) - Method in class org.apache.hupa.client.HupaCallback
The callback code in the case of error Override this method, if you need this feature.
cancelButton() - Method in interface org.apache.hupa.client.HupaConstants
 
cancelEdit() - Method in class org.apache.hupa.client.widgets.IMAPTreeItem
 
cancelEdit() - Method in class org.apache.hupa.widgets.ui.EditableTreeItem
 
cancelEdit() - Method in interface org.apache.hupa.widgets.ui.HasEditable
Cancel editing
center() - Method in interface org.apache.hupa.client.widgets.HasDialog
Center Dialog and show it
checkExists() - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
CheckSession - Class in org.apache.hupa.shared.rpc
 
CheckSession() - Constructor for class org.apache.hupa.shared.rpc.CheckSession
 
CheckSessionHandler - Class in org.apache.hupa.server.handler
Handler for asking the server if the session is valid
CheckSessionHandler(Log, Provider<HttpSession>) - Constructor for class org.apache.hupa.server.handler.CheckSessionHandler
 
CheckSessionResult - Class in org.apache.hupa.shared.rpc
 
CheckSessionResult() - Constructor for class org.apache.hupa.shared.rpc.CheckSessionResult
 
cleanSessionAttributes(HttpSession) - Static method in class org.apache.hupa.server.utils.SessionUtils
Remove session attributes, it has to be done in the login and logout actions
clear() - Method in class org.apache.hupa.client.CachingDispatchAsync
Clear the cache
clear() - Method in class org.apache.hupa.client.widgets.CommandsBar
 
clear() - Method in class org.apache.hupa.server.FileItemRegistry
 
clear() - Method in class org.apache.hupa.server.mock.MockIMAPStore
 
clear() - Method in class org.apache.hupa.widgets.ui.RndPanel
 
close(boolean) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
close() - Method in class org.apache.hupa.server.mock.MockIMAPStore
 
ColorPicker - Class in org.apache.hupa.widgets.editor
Color picker for rich editor
ColorPicker() - Constructor for class org.apache.hupa.widgets.editor.ColorPicker
 
CommandsBar - Class in org.apache.hupa.client.widgets
A panel with three parts, left has a button bar right has a bunch of links center has a loading widget
CommandsBar() - Constructor for class org.apache.hupa.client.widgets.CommandsBar
 
composeMessage(Message, String, String, List) - Static method in class org.apache.hupa.server.handler.AbstractSendMessageHandler
Fill the body of a message already created.
CONFIG_DIR_IN_WAR - Static variable in class org.apache.hupa.server.guice.GuiceServletConfig
 
CONFIG_FILE_NAME - Static variable in class org.apache.hupa.server.guice.GuiceServletConfig
 
ConfigurationProperties - Enum in org.apache.hupa.server.utils
Enumeration of valid configuration properties
configure() - Method in class org.apache.hupa.client.gin.HupaClientModule
 
configureHandlers() - Method in class org.apache.hupa.server.guice.GuiceServerModule
 
configureServlets() - Method in class org.apache.hupa.server.guice.DispatchServletModule
 
confirmDeleteAllMessages() - Method in interface org.apache.hupa.client.HupaMessages
 
confirmDeleteFolder() - Method in interface org.apache.hupa.client.HupaMessages
 
confirmDeleteMessages() - Method in interface org.apache.hupa.client.HupaMessages
 
ConfirmDialogBox - Class in org.apache.hupa.client.widgets
 
ConfirmDialogBox() - Constructor for class org.apache.hupa.client.widgets.ConfirmDialogBox
 
connect() - Method in class org.apache.hupa.server.mock.MockIMAPStore
 
connect(String, int, String, String) - Method in class org.apache.hupa.server.mock.MockIMAPStore
 
connect(String, String, String) - Method in class org.apache.hupa.server.mock.MockIMAPStore
 
connect(String, String) - Method in class org.apache.hupa.server.mock.MockIMAPStore
 
connect(String, int, String, String) - Method in class org.apache.hupa.server.mock.MockSMTPTransport
 
contacts - Variable in class org.apache.hupa.client.mvp.ContactsPresenter
 
Contacts - Class in org.apache.hupa.shared.rpc
 
Contacts() - Constructor for class org.apache.hupa.shared.rpc.Contacts
 
CONTACTS_ATTR - Static variable in class org.apache.hupa.server.preferences.UserPreferencesStorage
 
CONTACTS_SESS_ATTR - Static variable in class org.apache.hupa.shared.SConsts
 
ContactsHandler - Class in org.apache.hupa.server.handler
Handler for getting the list of contacts
ContactsHandler(IMAPStoreCache, Log, Provider<HttpSession>, UserPreferencesStorage) - Constructor for class org.apache.hupa.server.handler.ContactsHandler
 
ContactsPresenter - Class in org.apache.hupa.client.mvp
 
ContactsPresenter(ContactsPresenter.Display, EventBus, DispatchAsync) - Constructor for class org.apache.hupa.client.mvp.ContactsPresenter
 
ContactsPresenter.Display - Interface in org.apache.hupa.client.mvp
 
ContactsPresenterPlace - Class in org.apache.hupa.client.mvp.place
 
ContactsPresenterPlace(Provider<ContactsPresenter>) - Constructor for class org.apache.hupa.client.mvp.place.ContactsPresenterPlace
 
ContactsResult - Class in org.apache.hupa.shared.rpc
 
ContactsResult() - Constructor for class org.apache.hupa.shared.rpc.ContactsResult
 
ContactsResult(ContactsResult.Contact...) - Constructor for class org.apache.hupa.shared.rpc.ContactsResult
 
ContactsResult.Contact - Class in org.apache.hupa.shared.rpc
 
ContactsResult.Contact() - Constructor for class org.apache.hupa.shared.rpc.ContactsResult.Contact
 
ContactsResult.Contact(String) - Constructor for class org.apache.hupa.shared.rpc.ContactsResult.Contact
 
ContactsResult.Contact(String, String) - Constructor for class org.apache.hupa.shared.rpc.ContactsResult.Contact
 
contactsTab() - Method in interface org.apache.hupa.client.HupaConstants
 
ContactsUpdatedEvent - Class in org.apache.hupa.shared.events
 
ContactsUpdatedEvent(ContactsResult.Contact[]) - Constructor for class org.apache.hupa.shared.events.ContactsUpdatedEvent
 
ContactsUpdatedEventHandler - Interface in org.apache.hupa.shared.events
 
ContactsView - Class in org.apache.hupa.client.mvp
 
ContactsView(HupaConstants) - Constructor for class org.apache.hupa.client.mvp.ContactsView
 
contextInitialized(ServletContextEvent) - Method in class org.apache.hupa.server.guice.GuiceServletConfig
 
convert(int, IMAPFolder, Message[]) - Method in class org.apache.hupa.server.handler.AbstractFetchMessagesHandler
 
convert(Flags) - Static method in class org.apache.hupa.server.handler.JavamailUtil
Convert the given Flags to a ArrayList of IMAPFlags
convert(Flags.Flag) - Static method in class org.apache.hupa.server.handler.JavamailUtil
 
convert(ArrayList<Message.IMAPFlag>) - Static method in class org.apache.hupa.server.handler.JavamailUtil
Convert the given ArrayList of IMAPFlags to a Flags object
convert(Message.IMAPFlag) - Static method in class org.apache.hupa.server.handler.JavamailUtil
 
copyMessages(Message[], Folder) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
countSubjects() - Method in interface org.apache.hupa.client.rf.SubjectRequest
 
countSubjects() - Static method in class org.apache.hupa.server.rf.Subject
 
courierProperties - Static variable in class org.apache.hupa.server.guice.AbstractGuiceTestModule
Configuration of an IMAP server.
create(int) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
createCachedIMAPStore() - Method in class org.apache.hupa.server.guice.demo.DemoGuiceServerModule.DemoIMAPStoreCache
 
createCachedIMAPStore() - Method in class org.apache.hupa.server.InMemoryIMAPStoreCache
 
createFolder(EditHandler) - Method in interface org.apache.hupa.client.mvp.MainPresenter.Display
 
createFolder(EditHandler) - Method in class org.apache.hupa.client.mvp.MainView
 
CreateFolder - Class in org.apache.hupa.shared.rpc
 
CreateFolder(IMAPFolder) - Constructor for class org.apache.hupa.shared.rpc.CreateFolder
 
CreateFolder() - Constructor for class org.apache.hupa.shared.rpc.CreateFolder
 
CreateFolderHandler - Class in org.apache.hupa.server.handler
Handle creation of folders
CreateFolderHandler(IMAPStoreCache, Log, Provider<HttpSession>) - Constructor for class org.apache.hupa.server.handler.CreateFolderHandler
 
createHandler() - Method in interface org.apache.hupa.client.widgets.DragRefetchPagingScrollTable.DragHandlerFactory
 
createLink() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 
createMessage(Session, A) - Method in class org.apache.hupa.server.handler.AbstractSendMessageHandler
Create basic Message which contains all headers.
createPanel() - Method in interface org.apache.hupa.widgets.ui.impl.RndPanelGenerator
 
createPanel() - Method in class org.apache.hupa.widgets.ui.impl.RndPanelGeneratorImpl
 
createPanel() - Method in class org.apache.hupa.widgets.ui.impl.RndPanelGeneratorImplIE
 

D

debug(Object) - Method in class org.apache.hupa.server.mock.MockLog
 
debug(Object, Throwable) - Method in class org.apache.hupa.server.mock.MockLog
 
decodeText(String) - Static method in class org.apache.hupa.server.utils.MessageUtils
Decode iso-xxxx strings present in subjects and emails like: =?ISO-8859-1?Q?No=20hay=20ma=F1ana?=
DecreaseUnseenEvent - Class in org.apache.hupa.shared.events
 
DecreaseUnseenEvent(User, IMAPFolder) - Constructor for class org.apache.hupa.shared.events.DecreaseUnseenEvent
 
DecreaseUnseenEvent(User, IMAPFolder, int) - Constructor for class org.apache.hupa.shared.events.DecreaseUnseenEvent
 
DecreaseUnseenEventHandler - Interface in org.apache.hupa.shared.events
 
decreaseUnseenMessageCount(IMAPFolder, int) - Method in interface org.apache.hupa.client.mvp.MainPresenter.Display
 
decreaseUnseenMessageCount(IMAPFolder, int) - Method in class org.apache.hupa.client.mvp.MainView
 
decreaseUnseenMessageCount() - Method in class org.apache.hupa.client.widgets.IMAPTreeItem
Decrease the unseen messagecount of this folder
DEFAULT_DRAFT - Static variable in class org.apache.hupa.shared.data.Settings
 
DEFAULT_INBOX - Static variable in class org.apache.hupa.shared.data.Settings
 
DEFAULT_SENT - Static variable in class org.apache.hupa.shared.data.Settings
 
DEFAULT_TRASH - Static variable in class org.apache.hupa.shared.data.Settings
 
DefaultUserSettingsProvider - Class in org.apache.hupa.server.guice
 
DefaultUserSettingsProvider(String, String, String, String, int) - Constructor for class org.apache.hupa.server.guice.DefaultUserSettingsProvider
 
DefaultUserSettingsProvider - Class in org.apache.hupa.server.guice.providers
 
DefaultUserSettingsProvider(String, String, String, String, int) - Constructor for class org.apache.hupa.server.guice.providers.DefaultUserSettingsProvider
 
delete(String) - Method in interface org.apache.hupa.server.IMAPStoreCache
 
delete(User) - Method in interface org.apache.hupa.server.IMAPStoreCache
 
delete(User) - Method in class org.apache.hupa.server.InMemoryIMAPStoreCache
 
delete(String) - Method in class org.apache.hupa.server.InMemoryIMAPStoreCache
 
delete(boolean) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
delete(MockIMAPFolder, boolean) - Method in class org.apache.hupa.server.mock.MockIMAPStore
 
DELETE_BUTTON - Static variable in class org.apache.hupa.client.mvp.IMAPMessageView
 
deleteAll() - Method in interface org.apache.hupa.client.HupaConstants
 
DeleteAllMessages - Class in org.apache.hupa.shared.rpc
 
DeleteAllMessages(IMAPFolder) - Constructor for class org.apache.hupa.shared.rpc.DeleteAllMessages
 
DeleteAllMessages() - Constructor for class org.apache.hupa.shared.rpc.DeleteAllMessages
 
DeleteAllMessagesHandler - Class in org.apache.hupa.server.handler
 
DeleteAllMessagesHandler(IMAPStoreCache, Log, Provider<HttpSession>) - Constructor for class org.apache.hupa.server.handler.DeleteAllMessagesHandler
 
deleteFolder() - Method in interface org.apache.hupa.client.HupaConstants
 
DeleteFolder - Class in org.apache.hupa.shared.rpc
 
DeleteFolder(IMAPFolder) - Constructor for class org.apache.hupa.shared.rpc.DeleteFolder
 
DeleteFolder() - Constructor for class org.apache.hupa.shared.rpc.DeleteFolder
 
DeleteFolderHandler - Class in org.apache.hupa.server.handler
Handle delete requests for a folder
DeleteFolderHandler(IMAPStoreCache, Log, Provider<HttpSession>) - Constructor for class org.apache.hupa.server.handler.DeleteFolderHandler
 
deleteMailButton() - Method in interface org.apache.hupa.client.HupaConstants
 
DeleteMessage - Class in org.apache.hupa.shared.rpc
 
DeleteMessage(IMAPFolder) - Constructor for class org.apache.hupa.shared.rpc.DeleteMessage
 
DeleteMessage() - Constructor for class org.apache.hupa.shared.rpc.DeleteMessage
 
DeleteMessageByUid - Class in org.apache.hupa.shared.rpc
 
DeleteMessageByUid(IMAPFolder, ArrayList<Long>) - Constructor for class org.apache.hupa.shared.rpc.DeleteMessageByUid
 
DeleteMessageByUid() - Constructor for class org.apache.hupa.shared.rpc.DeleteMessageByUid
 
DeleteMessageByUidHandler - Class in org.apache.hupa.server.handler
Handler which take care of deleting messages
DeleteMessageByUidHandler(IMAPStoreCache, Log, Provider<HttpSession>) - Constructor for class org.apache.hupa.server.handler.DeleteMessageByUidHandler
 
DeleteMessageEvent - Class in org.apache.hupa.shared.events
 
DeleteMessageEvent(User, IMAPFolder, ArrayList<Message>) - Constructor for class org.apache.hupa.shared.events.DeleteMessageEvent
 
DeleteMessageEvent(User, IMAPFolder, Message) - Constructor for class org.apache.hupa.shared.events.DeleteMessageEvent
 
DeleteMessageEventHandler - Interface in org.apache.hupa.shared.events
 
DeleteMessageResult - Class in org.apache.hupa.shared.rpc
 
DeleteMessageResult(User, IMAPFolder, int) - Constructor for class org.apache.hupa.shared.rpc.DeleteMessageResult
 
deleteSelectedFolder() - Method in interface org.apache.hupa.client.mvp.MainPresenter.Display
 
deleteSelectedFolder() - Method in class org.apache.hupa.client.mvp.MainView
 
DemoGuiceServerModule - Class in org.apache.hupa.server.guice.demo
Module which binds the handlers and configurations for demo mode
DemoGuiceServerModule(Properties) - Constructor for class org.apache.hupa.server.guice.demo.DemoGuiceServerModule
 
DemoGuiceServerModule.DemoIMAPStoreCache - Class in org.apache.hupa.server.guice.demo
IMAPStoreCache implementation for Demo mode.
DemoGuiceServerModule.DemoIMAPStoreCache(Log, String, int, boolean, int, int, boolean, String, String, Session) - Constructor for class org.apache.hupa.server.guice.demo.DemoGuiceServerModule.DemoIMAPStoreCache
 
descreaseUnseenMessageCount(int) - Method in class org.apache.hupa.client.widgets.IMAPTreeItem
Decrease the unseen messagecount of this folder
deselectAllMessages() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
deselectAllMessages() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
dispatch(BackEventHandler) - Method in class org.apache.hupa.shared.events.BackEvent
 
dispatch(ContactsUpdatedEventHandler) - Method in class org.apache.hupa.shared.events.ContactsUpdatedEvent
 
dispatch(DecreaseUnseenEventHandler) - Method in class org.apache.hupa.shared.events.DecreaseUnseenEvent
 
dispatch(DeleteMessageEventHandler) - Method in class org.apache.hupa.shared.events.DeleteMessageEvent
 
dispatch(ExpandMessageEventHandler) - Method in class org.apache.hupa.shared.events.ExpandMessageEvent
 
dispatch(FlashEventHandler) - Method in class org.apache.hupa.shared.events.FlashEvent
 
dispatch(FolderSelectionEventHandler) - Method in class org.apache.hupa.shared.events.FolderSelectionEvent
 
dispatch(ForwardMessageEventHandler) - Method in class org.apache.hupa.shared.events.ForwardMessageEvent
 
dispatch(IncreaseUnseenEventHandler) - Method in class org.apache.hupa.shared.events.IncreaseUnseenEvent
 
dispatch(LoadMessagesEventHandler) - Method in class org.apache.hupa.shared.events.LoadMessagesEvent
 
dispatch(LoginEventHandler) - Method in class org.apache.hupa.shared.events.LoginEvent
 
dispatch(LogoutEventHandler) - Method in class org.apache.hupa.shared.events.LogoutEvent
 
dispatch(MessagesReceivedEventHandler) - Method in class org.apache.hupa.shared.events.MessagesReceivedEvent
 
dispatch(MoveMessageEventHandler) - Method in class org.apache.hupa.shared.events.MoveMessageEvent
 
dispatch(NewMessageEventHandler) - Method in class org.apache.hupa.shared.events.NewMessageEvent
 
dispatch(ReplyMessageEventHandler) - Method in class org.apache.hupa.shared.events.ReplyMessageEvent
 
dispatch(SentMessageEventHandler) - Method in class org.apache.hupa.shared.events.SentMessageEvent
 
dispatch(ServerStatusEventHandler) - Method in class org.apache.hupa.shared.events.ServerStatusEvent
 
dispatch(SessionExpireEventHandler) - Method in class org.apache.hupa.shared.events.SessionExpireEvent
 
dispatch(EditHandler) - Method in class org.apache.hupa.widgets.event.EditEvent
 
dispatchMessage(DispatchAsync, EventBus, Action<GenericResult>) - Method in class org.apache.hupa.client.mvp.MessageSendPresenter
 
DispatchServletModule - Class in org.apache.hupa.server.guice
 
DispatchServletModule() - Constructor for class org.apache.hupa.server.guice.DispatchServletModule
 
display - Variable in class org.apache.hupa.client.mvp.MessageSendPresenter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hupa.server.servlet.DownloadAttachmentServlet
Handle to write back the requested attachment
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hupa.server.servlet.MessageSourceServlet
Handle to write back the requested attachment
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hupa.server.servlet.DownloadAttachmentServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hupa.server.servlet.MessageSourceServlet
 
DownloadAttachmentServlet - Class in org.apache.hupa.server.servlet
Handle to download attachments in messages
DownloadAttachmentServlet(IMAPStoreCache, Log) - Constructor for class org.apache.hupa.server.servlet.DownloadAttachmentServlet
 
dragEnd() - Method in class org.apache.hupa.client.dnd.PagingScrollTableRowDragController
 
DragRefetchPagingScrollTable<RowType> - Class in org.apache.hupa.client.widgets
 
DragRefetchPagingScrollTable(MutableTableModel<RowType>, FixedWidthGrid, FixedWidthFlexTable, DefaultTableDefinition<RowType>, PagingScrollTableRowDragController, int) - Constructor for class org.apache.hupa.client.widgets.DragRefetchPagingScrollTable
 
DragRefetchPagingScrollTable.DragHandlerFactory - Interface in org.apache.hupa.client.widgets
Factory which will create new Handler Widgets

E

echo(SubjectProxy, String, String) - Method in interface org.apache.hupa.client.rf.SubjectRequest
 
echo(Subject, String, String) - Static method in class org.apache.hupa.server.rf.Subject
 
EditableTree - Class in org.apache.hupa.widgets.ui
Tree which can holds EditableTreeItem instances
EditableTree(Tree.Resources, boolean) - Constructor for class org.apache.hupa.widgets.ui.EditableTree
 
EditableTree() - Constructor for class org.apache.hupa.widgets.ui.EditableTree
 
EditableTree(Tree.Resources) - Constructor for class org.apache.hupa.widgets.ui.EditableTree
 
EditableTreeItem - Class in org.apache.hupa.widgets.ui
TreeItem which supports editing
EditableTreeItem() - Constructor for class org.apache.hupa.widgets.ui.EditableTreeItem
 
editBox - Variable in class org.apache.hupa.widgets.ui.EditableTreeItem
 
EditEvent - Class in org.apache.hupa.widgets.event
Event which get fired on any edit operation
EditEvent(EditEvent.EventType, Object, Object) - Constructor for class org.apache.hupa.widgets.event.EditEvent
 
EditEvent.EventType - Enum in org.apache.hupa.widgets.event
The edit types
EditHandler - Interface in org.apache.hupa.widgets.event
 
Editor - Class in org.apache.hupa.widgets.editor
Wysiwyg editor for composing and editing emails in Hupa
Editor() - Constructor for class org.apache.hupa.widgets.editor.Editor
 
Editor(ToolbarConstants) - Constructor for class org.apache.hupa.widgets.editor.Editor
 
editor_background() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
editor_bold() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
editor_createLink() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
editor_font() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
editor_foreground() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
editor_hr() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
editor_indent() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
editor_insertImage() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
editor_italic() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
editor_justifyCenter() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
editor_justifyLeft() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
editor_justifyRight() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
editor_ol() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
editor_outdent() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
editor_removeFormat() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
editor_removeLink() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
editor_size() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
editor_strikeThrough() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
editor_subscript() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
editor_superscript() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
editor_ul() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
editor_underline() - Method in interface org.apache.hupa.widgets.editor.ToolbarConstants
 
EMAIL_REGEXP - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
EmailListValidator - Class in org.apache.hupa.client.validation
Validator which handles the validation of Email Lists.
EmailListValidator(HasText) - Constructor for class org.apache.hupa.client.validation.EmailListValidator
 
emailTextToArray(String) - Method in class org.apache.hupa.client.mvp.MessageSendPresenter
 
emptyMailTable() - Method in interface org.apache.hupa.client.HupaConstants
 
EnableButton - Class in org.apache.hupa.client.widgets
Button which supports enabling / disabling
EnableButton(String) - Constructor for class org.apache.hupa.client.widgets.EnableButton
 
EnableButton() - Constructor for class org.apache.hupa.client.widgets.EnableButton
 
EnableHyperlink - Class in org.apache.hupa.widgets.ui
Hyperlink which can get enabled/disabled.
EnableHyperlink(String) - Constructor for class org.apache.hupa.widgets.ui.EnableHyperlink
 
EnableHyperlink(String, String) - Constructor for class org.apache.hupa.widgets.ui.EnableHyperlink
 
EnableHyperlink(String, boolean, String) - Constructor for class org.apache.hupa.widgets.ui.EnableHyperlink
 
encodeEmail(String) - Static method in class org.apache.hupa.server.utils.MessageUtils
Encode non ascii characters present in emails like: =?ISO-8859-1?Q?No=20hay=20ma=F1ana?=
encodeTexts(String) - Static method in class org.apache.hupa.server.utils.MessageUtils
Encode non ascii characters present in email headers
equals(Object) - Method in class org.apache.hupa.shared.data.IMAPFolder
 
equals(Object) - Method in class org.apache.hupa.shared.data.Message
 
equals(Object) - Method in class org.apache.hupa.shared.data.MessageDetails
 
equals(Object) - Method in class org.apache.hupa.shared.data.User
 
equals(Object) - Method in class org.apache.hupa.shared.rpc.GetMessageDetails
 
equals(Object) - Method in class org.apache.hupa.shared.rpc.RawMessage
 
error(Object) - Method in class org.apache.hupa.server.mock.MockLog
 
error(Object, Throwable) - Method in class org.apache.hupa.server.mock.MockLog
 
escapeHtmlTags(String) - Static method in class org.apache.hupa.shared.Util
 
EVENT_ATTR_REGEX - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
eventBus - Variable in class org.apache.hupa.client.mvp.ContactsPresenter
 
execute(A, AsyncCallback<R>) - Method in class org.apache.hupa.client.CachingDispatchAsync
 
execute(A, ExecutionContext) - Method in class org.apache.hupa.server.handler.AbstractSessionHandler
Execute executeInternal method
execute(CheckSession, ExecutionContext) - Method in class org.apache.hupa.server.handler.CheckSessionHandler
 
execute(Contacts, ExecutionContext) - Method in class org.apache.hupa.server.handler.ContactsHandler
 
execute(LoginUser, ExecutionContext) - Method in class org.apache.hupa.server.handler.LoginUserHandler
 
execute(Action<?>) - Method in class org.apache.hupa.server.servlet.HupaDispatchServlet
 
executeAction(HttpServletRequest, List<FileItem>) - Method in class org.apache.hupa.server.servlet.UploadAttachmentServlet
 
executeInternal(Action, ExecutionContext) - Method in class org.apache.hupa.server.handler.AbstractDeleteMessageHandler
 
executeInternal(A, ExecutionContext) - Method in class org.apache.hupa.server.handler.AbstractFetchMessagesHandler
 
executeInternal(A, ExecutionContext) - Method in class org.apache.hupa.server.handler.AbstractSendMessageHandler
 
executeInternal(A, ExecutionContext) - Method in class org.apache.hupa.server.handler.AbstractSessionHandler
 
executeInternal(CreateFolder, ExecutionContext) - Method in class org.apache.hupa.server.handler.CreateFolderHandler
 
executeInternal(DeleteFolder, ExecutionContext) - Method in class org.apache.hupa.server.handler.DeleteFolderHandler
 
executeInternal(FetchFolders, ExecutionContext) - Method in class org.apache.hupa.server.handler.FetchFoldersHandler
 
executeInternal(GetMessageDetails, ExecutionContext) - Method in class org.apache.hupa.server.handler.GetMessageDetailsHandler
 
executeInternal(RawMessage, ExecutionContext) - Method in class org.apache.hupa.server.handler.GetRawMessageHandler
 
executeInternal(Idle, ExecutionContext) - Method in class org.apache.hupa.server.handler.IdleHandler
 
executeInternal(LogoutUser, ExecutionContext) - Method in class org.apache.hupa.server.handler.LogoutUserHandler
 
executeInternal(MoveMessage, ExecutionContext) - Method in class org.apache.hupa.server.handler.MoveMessageHandler
 
executeInternal(Idle, ExecutionContext) - Method in class org.apache.hupa.server.handler.PrepareNewMessageHandler
 
executeInternal(RenameFolder, ExecutionContext) - Method in class org.apache.hupa.server.handler.RenameFolderHandler
 
executeInternal(SetFlag, ExecutionContext) - Method in class org.apache.hupa.server.handler.SetFlagsHandler
 
executeInternal(TagMessage, ExecutionContext) - Method in class org.apache.hupa.server.handler.TagMessagesHandler
 
executeOneRequestPerAction(A, AsyncCallback<R>) - Method in class org.apache.hupa.client.CachingDispatchAsync
Avoid parallel executions of the same action
executeWithCache(A, AsyncCallback<R>) - Method in class org.apache.hupa.client.CachingDispatchAsync
If the Action was executed before it will get fetched from the cache
exists() - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
ExpandMessageEvent - Class in org.apache.hupa.shared.events
 
ExpandMessageEvent(User, IMAPFolder, Message) - Constructor for class org.apache.hupa.shared.events.ExpandMessageEvent
 
ExpandMessageEventHandler - Interface in org.apache.hupa.shared.events
 
exposeMessage(User, IMAPFolder, long) - Method in class org.apache.hupa.server.handler.GetMessageDetailsHandler
 
expunge() - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
expunge(Message[]) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
extractInlineImages(Log, Object) - Static method in class org.apache.hupa.server.utils.MessageUtils
 
extractMessageAttachments(Log, Object) - Static method in class org.apache.hupa.server.utils.MessageUtils
Extract the attachments present in a mime message

F

fatal(Object) - Method in class org.apache.hupa.server.mock.MockLog
 
fatal(Object, Throwable) - Method in class org.apache.hupa.server.mock.MockLog
 
fetch(Message[], FetchProfile) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
FetchFolders - Class in org.apache.hupa.shared.rpc
 
FetchFolders() - Constructor for class org.apache.hupa.shared.rpc.FetchFolders
 
FetchFoldersHandler - Class in org.apache.hupa.server.handler
Handler which fetch all Folders for an user
FetchFoldersHandler(IMAPStoreCache, Log, Provider<HttpSession>) - Constructor for class org.apache.hupa.server.handler.FetchFoldersHandler
 
FetchFoldersResult - Class in org.apache.hupa.shared.rpc
 
FetchFoldersResult(List<IMAPFolder>) - Constructor for class org.apache.hupa.shared.rpc.FetchFoldersResult
 
FetchMessages - Class in org.apache.hupa.shared.rpc
 
FetchMessages() - Constructor for class org.apache.hupa.shared.rpc.FetchMessages
 
FetchMessages(IMAPFolder, int, int, String) - Constructor for class org.apache.hupa.shared.rpc.FetchMessages
 
FetchMessagesHandler - Class in org.apache.hupa.server.handler
Fetch Messages for a user.
FetchMessagesHandler(IMAPStoreCache, Log, Provider<HttpSession>, UserPreferencesStorage) - Constructor for class org.apache.hupa.server.handler.FetchMessagesHandler
 
FetchMessagesResult - Class in org.apache.hupa.shared.rpc
 
FetchMessagesResult(ArrayList<Message>, int, int, int, int) - Constructor for class org.apache.hupa.shared.rpc.FetchMessagesResult
 
FetchRecentMessages - Class in org.apache.hupa.shared.rpc
 
FetchRecentMessages() - Constructor for class org.apache.hupa.shared.rpc.FetchRecentMessages
 
FetchRecentMessages(IMAPFolder, int, int, String) - Constructor for class org.apache.hupa.shared.rpc.FetchRecentMessages
 
FetchRecentMessagesHandler - Class in org.apache.hupa.server.handler
 
FetchRecentMessagesHandler(IMAPStoreCache, Log, Provider<HttpSession>, UserPreferencesStorage) - Constructor for class org.apache.hupa.server.handler.FetchRecentMessagesHandler
 
FileItemRegistry - Class in org.apache.hupa.server
 
FileItemRegistry(Log) - Constructor for class org.apache.hupa.server.FileItemRegistry
 
fileitemToBodypart(FileItem) - Static method in class org.apache.hupa.server.utils.MessageUtils
Convert a FileItem to a BodyPart
fillBody(Message, A) - Method in class org.apache.hupa.server.handler.AbstractSendMessageHandler
Fill the body of the given message with data which the given action contain
fillContactList(ContactsResult.Contact[]) - Method in interface org.apache.hupa.client.mvp.MessageSendPresenter.Display
 
fillContactList(ContactsResult.Contact[]) - Method in class org.apache.hupa.client.mvp.MessageSendView
 
fillOracle(Object[]) - Method in class org.apache.hupa.widgets.ui.MultiValueSuggestArea
 
fillSearchOracle(ArrayList<Message>) - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
fillSearchOracle(ArrayList<Message>) - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
filterHtmlDocument(String, String, long) - Method in class org.apache.hupa.server.handler.GetMessageDetailsHandler
 
findAllSubjects() - Static method in class org.apache.hupa.server.rf.Subject
 
findSubject(Long) - Method in interface org.apache.hupa.client.rf.SubjectRequest
 
findSubject(Long) - Static method in class org.apache.hupa.server.rf.Subject
 
FlashEvent - Class in org.apache.hupa.shared.events
 
FlashEvent(String) - Constructor for class org.apache.hupa.shared.events.FlashEvent
 
FlashEvent(String, int) - Constructor for class org.apache.hupa.shared.events.FlashEvent
 
FlashEventHandler - Interface in org.apache.hupa.shared.events
 
flush() - Method in class org.apache.hupa.server.rf.Subject
 
FolderSelectionEvent - Class in org.apache.hupa.shared.events
 
FolderSelectionEvent(User, IMAPFolder) - Constructor for class org.apache.hupa.shared.events.FolderSelectionEvent
 
FolderSelectionEventHandler - Interface in org.apache.hupa.shared.events
 
FontPicker - Class in org.apache.hupa.widgets.editor
Font picker for rich editor
FontPicker(FontPicker.FontPickerType) - Constructor for class org.apache.hupa.widgets.editor.FontPicker
 
FontPicker.FontPickerType - Enum in org.apache.hupa.widgets.editor
 
fonts() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 
fontSizes() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 
footer() - Method in interface org.apache.hupa.client.HupaConstants
 
foreColors() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 
forwardMailButton() - Method in interface org.apache.hupa.client.HupaConstants
 
ForwardMessage - Class in org.apache.hupa.shared.rpc
 
ForwardMessage(SMTPMessage, IMAPFolder, long) - Constructor for class org.apache.hupa.shared.rpc.ForwardMessage
 
ForwardMessage() - Constructor for class org.apache.hupa.shared.rpc.ForwardMessage
 
ForwardMessageEvent - Class in org.apache.hupa.shared.events
 
ForwardMessageEvent(User, IMAPFolder, Message, MessageDetails) - Constructor for class org.apache.hupa.shared.events.ForwardMessageEvent
 
ForwardMessageEventHandler - Interface in org.apache.hupa.shared.events
 
ForwardMessageHandler - Class in org.apache.hupa.server.handler
Handler which handles the forwarding of a message
ForwardMessageHandler(Log, IMAPStoreCache, Provider<HttpSession>, UserPreferencesStorage, String, int, boolean, boolean) - Constructor for class org.apache.hupa.server.handler.ForwardMessageHandler
 

G

GenericResult - Class in org.apache.hupa.shared.rpc
 
GenericResult() - Constructor for class org.apache.hupa.shared.rpc.GenericResult
 
GenericResult(String, boolean) - Constructor for class org.apache.hupa.shared.rpc.GenericResult
 
get() - Method in class org.apache.hupa.client.gin.HupaClientModule.RequestFactoryProvider
 
get(String) - Method in class org.apache.hupa.server.FileItemRegistry
 
get() - Method in class org.apache.hupa.server.guice.DefaultUserSettingsProvider
 
get() - Method in class org.apache.hupa.server.guice.providers.DefaultUserSettingsProvider
 
get() - Method in class org.apache.hupa.server.guice.providers.JavaMailSessionProvider
 
get() - Method in class org.apache.hupa.server.guice.providers.LogProvider
 
get(String, String) - Method in interface org.apache.hupa.server.IMAPStoreCache
 
get(User) - Method in interface org.apache.hupa.server.IMAPStoreCache
 
get(User) - Method in class org.apache.hupa.server.InMemoryIMAPStoreCache
 
get(String, String) - Method in class org.apache.hupa.server.InMemoryIMAPStoreCache
 
get() - Method in class org.apache.hupa.server.mock.MockHttpSessionProvider
 
get() - Method in class org.apache.hupa.server.mock.MockLogProvider
 
getActionType() - Method in class org.apache.hupa.server.handler.CheckSessionHandler
 
getActionType() - Method in class org.apache.hupa.server.handler.ContactsHandler
 
getActionType() - Method in class org.apache.hupa.server.handler.CreateFolderHandler
 
getActionType() - Method in class org.apache.hupa.server.handler.DeleteAllMessagesHandler
 
getActionType() - Method in class org.apache.hupa.server.handler.DeleteFolderHandler
 
getActionType() - Method in class org.apache.hupa.server.handler.DeleteMessageByUidHandler
 
getActionType() - Method in class org.apache.hupa.server.handler.FetchFoldersHandler
 
getActionType() - Method in class org.apache.hupa.server.handler.FetchMessagesHandler
 
getActionType() - Method in class org.apache.hupa.server.handler.FetchRecentMessagesHandler
 
getActionType() - Method in class org.apache.hupa.server.handler.ForwardMessageHandler
 
getActionType() - Method in class org.apache.hupa.server.handler.GetMessageDetailsHandler
 
getActionType() - Method in class org.apache.hupa.server.handler.GetRawMessageHandler
 
getActionType() - Method in class org.apache.hupa.server.handler.IdleHandler
 
getActionType() - Method in class org.apache.hupa.server.handler.LoginUserHandler
 
getActionType() - Method in class org.apache.hupa.server.handler.LogoutUserHandler
 
getActionType() - Method in class org.apache.hupa.server.handler.MoveMessageHandler
 
getActionType() - Method in class org.apache.hupa.server.handler.PrepareNewMessageHandler
 
getActionType() - Method in class org.apache.hupa.server.handler.RenameFolderHandler
 
getActionType() - Method in class org.apache.hupa.server.handler.ReplyMessageHandler
 
getActionType() - Method in class org.apache.hupa.server.handler.SendMessageHandler
 
getActionType() - Method in class org.apache.hupa.server.handler.SetFlagsHandler
 
getActionType() - Method in class org.apache.hupa.server.handler.TagMessagesHandler
 
getAmount() - Method in class org.apache.hupa.shared.events.DecreaseUnseenEvent
 
getAmount() - Method in class org.apache.hupa.shared.events.IncreaseUnseenEvent
 
getAppPresenter() - Method in interface org.apache.hupa.client.gin.HupaGinjector
 
getAssociatedType() - Method in class org.apache.hupa.shared.events.BackEvent
 
getAssociatedType() - Method in class org.apache.hupa.shared.events.ContactsUpdatedEvent
 
getAssociatedType() - Method in class org.apache.hupa.shared.events.DecreaseUnseenEvent
 
getAssociatedType() - Method in class org.apache.hupa.shared.events.DeleteMessageEvent
 
getAssociatedType() - Method in class org.apache.hupa.shared.events.ExpandMessageEvent
 
getAssociatedType() - Method in class org.apache.hupa.shared.events.FlashEvent
 
getAssociatedType() - Method in class org.apache.hupa.shared.events.FolderSelectionEvent
 
getAssociatedType() - Method in class org.apache.hupa.shared.events.ForwardMessageEvent
 
getAssociatedType() - Method in class org.apache.hupa.shared.events.IncreaseUnseenEvent
 
getAssociatedType() - Method in class org.apache.hupa.shared.events.LoadMessagesEvent
 
getAssociatedType() - Method in class org.apache.hupa.shared.events.LoginEvent
 
getAssociatedType() - Method in class org.apache.hupa.shared.events.LogoutEvent
 
getAssociatedType() - Method in class org.apache.hupa.shared.events.MessagesReceivedEvent
 
getAssociatedType() - Method in class org.apache.hupa.shared.events.MoveMessageEvent
 
getAssociatedType() - Method in class org.apache.hupa.shared.events.NewMessageEvent
 
getAssociatedType() - Method in class org.apache.hupa.shared.events.ReplyMessageEvent
 
getAssociatedType() - Method in class org.apache.hupa.shared.events.SentMessageEvent
 
getAssociatedType() - Method in class org.apache.hupa.shared.events.ServerStatusEvent
 
getAssociatedType() - Method in class org.apache.hupa.shared.events.SessionExpireEvent
 
getAssociatedType() - Method in class org.apache.hupa.widgets.event.EditEvent
 
getAttachments(A) - Method in class org.apache.hupa.server.handler.AbstractSendMessageHandler
Get the attachments stored in the registry.
getAttachments(ForwardMessage) - Method in class org.apache.hupa.server.handler.ForwardMessageHandler
 
getAttachments(ReplyMessage) - Method in class org.apache.hupa.server.handler.ReplyMessageHandler
 
getAttribute(String) - Method in class org.apache.hupa.server.mock.MockHttpSession
 
getAttributeNames() - Method in class org.apache.hupa.server.mock.MockHttpSession
 
getAuthenticated() - Method in class org.apache.hupa.shared.data.User
Get if the User was successful authenticated
getBackButtonClick() - Method in interface org.apache.hupa.client.mvp.IMAPMessagePresenter.Display
 
getBackButtonClick() - Method in class org.apache.hupa.client.mvp.IMAPMessageView
 
getBackButtonClick() - Method in interface org.apache.hupa.client.mvp.MessageSendPresenter.Display
 
getBackButtonClick() - Method in class org.apache.hupa.client.mvp.MessageSendView
 
getBcc() - Method in class org.apache.hupa.shared.data.SMTPMessage
 
getBccText() - Method in interface org.apache.hupa.client.mvp.MessageSendPresenter.Display
 
getBccText() - Method in class org.apache.hupa.client.mvp.MessageSendView
 
getCc() - Method in class org.apache.hupa.shared.data.AbstractMessage
 
getCcText() - Method in interface org.apache.hupa.client.mvp.MessageSendPresenter.Display
 
getCcText() - Method in class org.apache.hupa.client.mvp.MessageSendView
 
getChildIMAPFolders() - Method in class org.apache.hupa.shared.data.IMAPFolder
Return the childs of this folder
getChilds(MockIMAPFolder) - Method in class org.apache.hupa.server.mock.MockIMAPStore
 
getColor() - Method in class org.apache.hupa.widgets.editor.ColorPicker
 
getConfirmDeleteAllDialog() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getConfirmDeleteAllDialog() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getConfirmDeleteAllDialogClick() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getConfirmDeleteAllDialogClick() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getConfirmDeleteDialog() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getConfirmDeleteDialog() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getConfirmDeleteDialogClick() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getConfirmDeleteDialogClick() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getContacts() - Method in interface org.apache.hupa.client.mvp.ContactsPresenter.Display
 
getContacts() - Method in class org.apache.hupa.client.mvp.ContactsView
 
getContacts() - Method in class org.apache.hupa.server.preferences.InImapUserPreferencesStorage
 
getContacts() - Method in class org.apache.hupa.server.preferences.InSessionUserPreferencesStorage
 
getContacts() - Method in class org.apache.hupa.server.preferences.UserPreferencesStorage
Get the list of contacts
getContacts() - Method in class org.apache.hupa.shared.events.ContactsUpdatedEvent
 
getContacts() - Method in class org.apache.hupa.shared.rpc.ContactsResult
 
getContactsClick() - Method in interface org.apache.hupa.client.mvp.AppPresenter.Display
 
getContactsClick() - Method in class org.apache.hupa.client.mvp.AppView
 
getContentType() - Method in class org.apache.hupa.server.handler.AbstractSendMessageHandler.FileItemDataStore
 
getContentType() - Method in class org.apache.hupa.shared.data.MessageAttachment
Return the content-type of the attachment
getCount() - Method in class org.apache.hupa.shared.rpc.DeleteMessageResult
 
getCreationTime() - Method in class org.apache.hupa.server.mock.MockHttpSession
 
getCurrentPage() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getCurrentPage() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getCurrentProxy() - Method in class org.apache.hupa.client.dnd.PagingScrollTableRowDragController
 
getData(int) - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getData(int) - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getDataTableLoad() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getDataTableLoad() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getDataTablePageChange() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getDataTablePageChange() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getDataTableSelection() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getDataTableSelection() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getDefaultFolder() - Method in class org.apache.hupa.server.mock.MockIMAPStore
 
getDeleteAllClick() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getDeleteAllClick() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getDeleteButtonClick() - Method in interface org.apache.hupa.client.mvp.IMAPMessagePresenter.Display
 
getDeleteButtonClick() - Method in class org.apache.hupa.client.mvp.IMAPMessageView
 
getDeleteClick() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getDeleteClick() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getDeleteClick() - Method in interface org.apache.hupa.client.mvp.MainPresenter.Display
 
getDeleteClick() - Method in class org.apache.hupa.client.mvp.MainView
 
getDeleteConfirmClick() - Method in interface org.apache.hupa.client.mvp.MainPresenter.Display
 
getDeleteConfirmClick() - Method in class org.apache.hupa.client.mvp.MainView
 
getDeleteConfirmDialog() - Method in interface org.apache.hupa.client.mvp.MainPresenter.Display
 
getDeleteConfirmDialog() - Method in class org.apache.hupa.client.mvp.MainView
 
getDeletedMessageCount() - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
getDeleteEnable() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getDeleteEnable() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getDeleteEnable() - Method in interface org.apache.hupa.client.mvp.MainPresenter.Display
 
getDeleteEnable() - Method in class org.apache.hupa.client.mvp.MainView
 
getDelimiter() - Method in class org.apache.hupa.shared.data.IMAPFolder
Return the delimiter
getDraftsFolderName() - Method in class org.apache.hupa.shared.data.Settings
 
getDragValue() - Method in class org.apache.hupa.client.dnd.PagingScrollTableRowDragController
 
getEditorFocus() - Method in interface org.apache.hupa.client.mvp.MessageSendPresenter.Display
 
getEditorFocus() - Method in class org.apache.hupa.client.mvp.MessageSendView
 
getEventBus() - Method in interface org.apache.hupa.client.gin.HupaGinjector
 
getEventType() - Method in class org.apache.hupa.widgets.event.EditEvent
Return the edit type
getFirstLink() - Method in class org.apache.hupa.widgets.ui.PagingOptions
Return the Link to navigate to the first page
getFlag() - Method in class org.apache.hupa.shared.rpc.SetFlag
 
getFlags() - Method in class org.apache.hupa.shared.data.Message
 
getFolder(String) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
getFolder(String) - Method in class org.apache.hupa.server.mock.MockIMAPStore
 
getFolder() - Method in class org.apache.hupa.shared.events.DecreaseUnseenEvent
 
getFolder() - Method in class org.apache.hupa.shared.events.DeleteMessageEvent
 
getFolder() - Method in class org.apache.hupa.shared.events.ExpandMessageEvent
 
getFolder() - Method in class org.apache.hupa.shared.events.FolderSelectionEvent
 
getFolder() - Method in class org.apache.hupa.shared.events.ForwardMessageEvent
 
getFolder() - Method in class org.apache.hupa.shared.events.IncreaseUnseenEvent
 
getFolder() - Method in class org.apache.hupa.shared.events.LoadMessagesEvent
 
getFolder() - Method in class org.apache.hupa.shared.events.MessagesReceivedEvent
 
getFolder() - Method in class org.apache.hupa.shared.events.ReplyMessageEvent
 
getFolder() - Method in class org.apache.hupa.shared.rpc.CreateFolder
 
getFolder() - Method in class org.apache.hupa.shared.rpc.DeleteFolder
 
getFolder() - Method in class org.apache.hupa.shared.rpc.DeleteMessage
 
getFolder() - Method in class org.apache.hupa.shared.rpc.DeleteMessageResult
 
getFolder() - Method in class org.apache.hupa.shared.rpc.FetchMessages
 
getFolder() - Method in class org.apache.hupa.shared.rpc.ForwardMessage
 
getFolder() - Method in class org.apache.hupa.shared.rpc.GetMessageDetails
 
getFolder() - Method in class org.apache.hupa.shared.rpc.RawMessage
 
getFolder() - Method in class org.apache.hupa.shared.rpc.RenameFolder
 
getFolder() - Method in class org.apache.hupa.shared.rpc.SetFlag
 
getFolder() - Method in class org.apache.hupa.shared.rpc.TagMessage
 
getFolders() - Method in class org.apache.hupa.shared.rpc.FetchFoldersResult
 
getFontName() - Method in class org.apache.hupa.widgets.editor.FontPicker
 
getFontSize() - Method in class org.apache.hupa.widgets.editor.FontPicker
 
getForwardButtonClick() - Method in interface org.apache.hupa.client.mvp.IMAPMessagePresenter.Display
 
getForwardButtonClick() - Method in class org.apache.hupa.client.mvp.IMAPMessageView
 
getFrom() - Method in class org.apache.hupa.shared.data.AbstractMessage
Return the From: header field
getFromText() - Method in interface org.apache.hupa.client.mvp.MessageSendPresenter.Display
 
getFromText() - Method in class org.apache.hupa.client.mvp.MessageSendView
 
getFullName() - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
getFullName() - Method in class org.apache.hupa.shared.data.IMAPFolder
Return the full name of the folder.
getHTML() - Method in class org.apache.hupa.widgets.editor.Editor
 
getHTML() - Method in class org.apache.hupa.widgets.ui.EnableHyperlink
 
getId() - Method in interface org.apache.hupa.client.rf.SubjectProxy
 
getId() - Method in class org.apache.hupa.server.mock.MockHttpSession
 
getId() - Method in class org.apache.hupa.server.rf.Subject
 
getIMAPStoreCacheClass() - Method in class org.apache.hupa.server.guice.demo.DemoGuiceServerModule
 
getIMAPStoreCacheClass() - Method in class org.apache.hupa.server.guice.GuiceServerModule
 
getInboxFolderName() - Method in class org.apache.hupa.shared.data.Settings
 
getInjector() - Method in class org.apache.hupa.server.guice.GuiceServletConfig
 
getInputStream() - Method in class org.apache.hupa.server.handler.AbstractSendMessageHandler.FileItemDataStore
 
getInstance() - Static method in class org.apache.hupa.server.CachedIMAPStore
 
getLastAccessedTime() - Method in class org.apache.hupa.server.mock.MockHttpSession
 
getLastLink() - Method in class org.apache.hupa.widgets.ui.PagingOptions
Return the Link to navigate to the last page
getLoginClick() - Method in interface org.apache.hupa.client.mvp.LoginPresenter.Display
 
getLoginClick() - Method in class org.apache.hupa.client.mvp.LoginView
 
getLoginDate() - Method in class org.apache.hupa.shared.data.User
Get the Date on which the User was logged in the last time
getLogoutClick() - Method in interface org.apache.hupa.client.mvp.AppPresenter.Display
 
getLogoutClick() - Method in class org.apache.hupa.client.mvp.AppView
 
getMailSession() - Method in interface org.apache.hupa.server.IMAPStoreCache
 
getMailSession() - Method in class org.apache.hupa.server.InMemoryIMAPStoreCache
 
getMailTransport(boolean) - Method in class org.apache.hupa.server.guice.demo.DemoGuiceServerModule.DemoIMAPStoreCache
 
getMailTransport(boolean) - Method in interface org.apache.hupa.server.IMAPStoreCache
 
getMailTransport(boolean) - Method in class org.apache.hupa.server.InMemoryIMAPStoreCache
 
getMainClick() - Method in interface org.apache.hupa.client.mvp.AppPresenter.Display
 
getMainClick() - Method in class org.apache.hupa.client.mvp.AppView
 
getMarkSeenClick() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getMarkSeenClick() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getMarkSeenEnable() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getMarkSeenEnable() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getMarkUnseenClick() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getMarkUnseenClick() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getMarkUnseenEnable() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getMarkUnseenEnable() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getMaxInactiveInterval() - Method in class org.apache.hupa.server.mock.MockHttpSession
 
getMessage(int) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
getMessage() - Method in class org.apache.hupa.shared.events.ExpandMessageEvent
 
getMessage() - Method in class org.apache.hupa.shared.events.FlashEvent
 
getMessage() - Method in class org.apache.hupa.shared.events.ForwardMessageEvent
 
getMessage() - Method in class org.apache.hupa.shared.events.MoveMessageEvent
 
getMessage() - Method in class org.apache.hupa.shared.events.ReplyMessageEvent
 
getMessage() - Method in class org.apache.hupa.shared.rpc.GenericResult
 
getMessage() - Method in class org.apache.hupa.shared.rpc.SendMessage
 
getMessageAttachments() - Method in class org.apache.hupa.shared.data.MessageDetails
Return the attachments
getMessageAttachments() - Method in class org.apache.hupa.shared.data.SMTPMessage
Return the attachments
getMessageByUID(long) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
getMessageCount() - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
getMessageCount() - Method in class org.apache.hupa.shared.data.IMAPFolder
Return the total message count of the messages that exists within this folder
getMessageDetails() - Method in class org.apache.hupa.shared.events.ForwardMessageEvent
 
getMessageDetails() - Method in class org.apache.hupa.shared.events.ReplyMessageEvent
 
GetMessageDetails - Class in org.apache.hupa.shared.rpc
 
GetMessageDetails(IMAPFolder, long) - Constructor for class org.apache.hupa.shared.rpc.GetMessageDetails
 
getMessageDetails() - Method in class org.apache.hupa.shared.rpc.GetMessageDetailsResult
 
GetMessageDetailsHandler - Class in org.apache.hupa.server.handler
 
GetMessageDetailsHandler(IMAPStoreCache, Log, Provider<HttpSession>) - Constructor for class org.apache.hupa.server.handler.GetMessageDetailsHandler
 
GetMessageDetailsResult - Class in org.apache.hupa.shared.rpc
 
GetMessageDetailsResult(MessageDetails) - Constructor for class org.apache.hupa.shared.rpc.GetMessageDetailsResult
 
getMessageHTML() - Method in interface org.apache.hupa.client.mvp.MessageSendPresenter.Display
 
getMessageHTML() - Method in class org.apache.hupa.client.mvp.MessageSendView
 
getMessages() - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
getMessages(int, int) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
getMessages(int[]) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
getMessages() - Method in class org.apache.hupa.shared.events.DeleteMessageEvent
 
getMessages() - Method in class org.apache.hupa.shared.events.MessagesReceivedEvent
 
getMessages() - Method in class org.apache.hupa.shared.rpc.FetchMessagesResult
 
getMessagesByUID(long, long) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
getMessagesByUID(long[]) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
getMessagesToConvert(IMAPFolder, A) - Method in class org.apache.hupa.server.handler.AbstractFetchMessagesHandler
 
getMessagesToConvert(IMAPFolder, FetchMessages) - Method in class org.apache.hupa.server.handler.FetchMessagesHandler
 
getMessagesToConvert(IMAPFolder, FetchRecentMessages) - Method in class org.apache.hupa.server.handler.FetchRecentMessagesHandler
 
getMessagesToDelete(Action) - Method in class org.apache.hupa.server.handler.AbstractDeleteMessageHandler
Return an array holding all messages which should get deleted by the given action
getMessagesToDelete(DeleteAllMessages) - Method in class org.apache.hupa.server.handler.DeleteAllMessagesHandler
 
getMessagesToDelete(DeleteMessageByUid) - Method in class org.apache.hupa.server.handler.DeleteMessageByUidHandler
 
getMessageText() - Method in class org.apache.hupa.client.mvp.MessageSendView
 
getMessageUid() - Method in class org.apache.hupa.shared.rpc.MoveMessage
 
getMessageUids() - Method in class org.apache.hupa.shared.rpc.DeleteMessageByUid
 
getMessageUids() - Method in class org.apache.hupa.shared.rpc.TagMessage
 
getMesssages() - Method in class org.apache.hupa.server.handler.AbstractFetchMessagesHandler.MessageConvertArray
 
getMillisec() - Method in class org.apache.hupa.shared.events.FlashEvent
 
getName() - Method in class org.apache.hupa.client.mvp.ContactsView
 
getName() - Method in class org.apache.hupa.client.mvp.MainView
 
getName() - Method in interface org.apache.hupa.client.mvp.NameAwareWidgetDisplay
Return the name for the Display to show
getName() - Method in class org.apache.hupa.client.mvp.place.ContactsPresenterPlace
 
getName() - Method in class org.apache.hupa.client.mvp.place.IMAPMessageListPresenterPlace
 
getName() - Method in class org.apache.hupa.client.mvp.place.IMAPMessagePresenterPlace
 
getName() - Method in class org.apache.hupa.client.mvp.place.LoginPresenterPlace
 
getName() - Method in class org.apache.hupa.client.mvp.place.MessageSendPresenterPlace
 
getName() - Method in class org.apache.hupa.server.handler.AbstractSendMessageHandler.FileItemDataStore
 
getName() - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
getName() - Method in class org.apache.hupa.shared.data.IMAPFolder
Get the name of the folder
getName() - Method in class org.apache.hupa.shared.data.MessageAttachment
Return the name of the attachment
getName() - Method in class org.apache.hupa.shared.data.Tag
 
getName() - Method in class org.apache.hupa.shared.data.User
Get name of the User
getNewClick() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getNewClick() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getNewClick() - Method in interface org.apache.hupa.client.mvp.MainPresenter.Display
 
getNewClick() - Method in class org.apache.hupa.client.mvp.MainView
 
getNewEnable() - Method in interface org.apache.hupa.client.mvp.MainPresenter.Display
 
getNewEnable() - Method in class org.apache.hupa.client.mvp.MainView
 
getNewFolder() - Method in class org.apache.hupa.shared.events.MoveMessageEvent
 
getNewFolder() - Method in class org.apache.hupa.shared.rpc.MoveMessage
 
getNewMessageCount() - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
getNewName() - Method in class org.apache.hupa.shared.rpc.RenameFolder
 
getNewValue() - Method in class org.apache.hupa.widgets.event.EditEvent
Return the newvalue of the editing component
getNextLink() - Method in class org.apache.hupa.widgets.ui.PagingOptions
Return the Link to navigate to the next page
getOffset() - Method in class org.apache.hupa.shared.rpc.FetchMessages
 
getOffset() - Method in class org.apache.hupa.shared.rpc.FetchMessagesResult
 
getOldFolder() - Method in class org.apache.hupa.shared.events.MoveMessageEvent
 
getOldFolder() - Method in class org.apache.hupa.shared.rpc.MoveMessage
 
getOldValue() - Method in class org.apache.hupa.widgets.event.EditEvent
Return the oldvalue of the editing component
getOracle() - Method in class org.apache.hupa.widgets.ui.MultiValueSuggestArea
 
getOutputStream() - Method in class org.apache.hupa.server.handler.AbstractSendMessageHandler.FileItemDataStore
 
getParent() - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
getParent(MockIMAPFolder) - Method in class org.apache.hupa.server.mock.MockIMAPStore
 
getPassword() - Method in class org.apache.hupa.shared.data.User
Get the Password of the User
getPassword() - Method in class org.apache.hupa.shared.rpc.LoginUser
 
getPasswordValue() - Method in interface org.apache.hupa.client.mvp.LoginPresenter.Display
 
getPasswordValue() - Method in class org.apache.hupa.client.mvp.LoginView
 
getPlaceManager() - Method in interface org.apache.hupa.client.gin.HupaGinjector
 
getPostFetchMessageCount() - Method in class org.apache.hupa.shared.data.Settings
 
getPrefix() - Method in class org.apache.hupa.shared.data.Tag
 
getPrevLink() - Method in class org.apache.hupa.widgets.ui.PagingOptions
Return the Link to navigate to the previous page
getProperty() - Method in enum org.apache.hupa.server.utils.ConfigurationProperties
Return the name of property.
getPropValue() - Method in enum org.apache.hupa.server.utils.ConfigurationProperties
Return the value of the property.
getProvider() - Static method in class org.apache.hupa.server.mock.MockIMAPStore
 
getRawHeader() - Method in class org.apache.hupa.shared.data.MessageDetails
Return a raw String representation of the header
getRawMessage() - Method in class org.apache.hupa.shared.rpc.RawMessageResult
 
GetRawMessageHandler - Class in org.apache.hupa.server.handler
 
GetRawMessageHandler(IMAPStoreCache, Log, Provider<HttpSession>) - Constructor for class org.apache.hupa.server.handler.GetRawMessageHandler
 
getRealCount() - Method in class org.apache.hupa.server.handler.AbstractFetchMessagesHandler.MessageConvertArray
 
getRealCount() - Method in class org.apache.hupa.shared.rpc.FetchMessagesResult
 
getRealUnreadCount() - Method in class org.apache.hupa.shared.rpc.FetchMessagesResult
 
getReceivedDate() - Method in class org.apache.hupa.shared.data.Message
 
getRecipients(String...) - Static method in class org.apache.hupa.server.utils.MessageUtils
Get a Address array for a set of address passed as arguments
getRecipients(List<String>) - Static method in class org.apache.hupa.server.utils.MessageUtils
Get a Address array for the given ArrayList
getRefreshClick() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getRefreshClick() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getRenameClick() - Method in interface org.apache.hupa.client.mvp.MainPresenter.Display
 
getRenameClick() - Method in class org.apache.hupa.client.mvp.MainView
 
getRenameEnable() - Method in interface org.apache.hupa.client.mvp.MainPresenter.Display
 
getRenameEnable() - Method in class org.apache.hupa.client.mvp.MainView
 
getReplyAll() - Method in class org.apache.hupa.shared.events.ReplyMessageEvent
 
getReplyAllButtonClick() - Method in interface org.apache.hupa.client.mvp.IMAPMessagePresenter.Display
 
getReplyAllButtonClick() - Method in class org.apache.hupa.client.mvp.IMAPMessageView
 
getReplyButtonClick() - Method in interface org.apache.hupa.client.mvp.IMAPMessagePresenter.Display
 
getReplyButtonClick() - Method in class org.apache.hupa.client.mvp.IMAPMessageView
 
getReplyMessageUid() - Method in class org.apache.hupa.shared.rpc.ForwardMessage
 
getReplyto() - Method in class org.apache.hupa.shared.data.AbstractMessage
 
getRequestFactory() - Method in interface org.apache.hupa.client.gin.HupaGinjector
 
getResetClick() - Method in interface org.apache.hupa.client.mvp.LoginPresenter.Display
 
getResetClick() - Method in class org.apache.hupa.client.mvp.LoginView
 
getRowsPerPageChange() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getRowsPerPageChange() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getRowsPerPageIndex() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getRowsPerPageIndex() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getSearchClick() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getSearchClick() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getSearchString() - Method in class org.apache.hupa.shared.rpc.FetchMessages
 
getSearchValue() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getSearchValue() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getSearchValue() - Method in class org.apache.hupa.shared.events.LoadMessagesEvent
 
getSelectAllClick() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getSelectAllClick() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getSelectedMessages() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getSelectedMessages() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getSelectedRows() - Method in class org.apache.hupa.widgets.ui.RefetchPagingScrollTable
Get selected rows
getSelectNoneClick() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
getSelectNoneClick() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
getSendClick() - Method in interface org.apache.hupa.client.mvp.MessageSendPresenter.Display
 
getSendClick() - Method in class org.apache.hupa.client.mvp.MessageSendView
 
getSendEnable() - Method in interface org.apache.hupa.client.mvp.MessageSendPresenter.Display
 
getSendEnable() - Method in class org.apache.hupa.client.mvp.MessageSendView
 
getSentFolderName() - Method in class org.apache.hupa.shared.data.Settings
 
getServletContext() - Method in class org.apache.hupa.server.mock.MockHttpSession
 
getSessionContext() - Method in class org.apache.hupa.server.mock.MockHttpSession
 
getSessionRegistry(Log, HttpSession) - Static method in class org.apache.hupa.server.utils.SessionUtils
 
getSettings() - Method in class org.apache.hupa.shared.data.User
 
getShowRawMessageClick() - Method in interface org.apache.hupa.client.mvp.IMAPMessagePresenter.Display
 
getShowRawMessageClick() - Method in class org.apache.hupa.client.mvp.IMAPMessageView
 
getSize() - Method in class org.apache.hupa.shared.data.MessageAttachment
Return the content size in bytes
getStart() - Method in class org.apache.hupa.shared.rpc.FetchMessages
 
getStart() - Method in class org.apache.hupa.shared.rpc.FetchMessagesResult
 
getStatus() - Method in class org.apache.hupa.shared.events.ServerStatusEvent
 
getStore() - Method in class org.apache.hupa.server.CachedIMAPStore
 
getStore() - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
getSubject() - Method in class org.apache.hupa.shared.data.AbstractMessage
Return the Subject: header field
getSubjectText() - Method in interface org.apache.hupa.client.mvp.MessageSendPresenter.Display
 
getSubjectText() - Method in class org.apache.hupa.client.mvp.MessageSendView
 
getSubscribed() - Method in class org.apache.hupa.shared.data.IMAPFolder
 
getTabIndex() - Method in class org.apache.hupa.widgets.editor.Editor
 
getTabIndex() - Method in class org.apache.hupa.widgets.ui.MultiValueSuggestArea
 
getTag() - Method in class org.apache.hupa.shared.rpc.TagMessage
 
getTags() - Method in class org.apache.hupa.shared.data.Message
 
getText() - Method in class org.apache.hupa.shared.data.MessageDetails
Return the body text of the content
getText() - Method in class org.apache.hupa.shared.data.SMTPMessage
Return the body text of the content
getText() - Method in class org.apache.hupa.widgets.editor.Editor
 
getText() - Method in class org.apache.hupa.widgets.ui.EditableTreeItem
 
getText() - Method in class org.apache.hupa.widgets.ui.EnableHyperlink
 
getText() - Method in class org.apache.hupa.widgets.ui.MultiValueSuggestArea
 
getTitle() - Method in interface org.apache.hupa.client.rf.SubjectProxy
 
getTitle() - Method in class org.apache.hupa.server.rf.Subject
 
getTo() - Method in class org.apache.hupa.shared.data.AbstractMessage
 
getToText() - Method in interface org.apache.hupa.client.mvp.MessageSendPresenter.Display
 
getToText() - Method in class org.apache.hupa.client.mvp.MessageSendView
 
getTrashFolderName() - Method in class org.apache.hupa.shared.data.Settings
 
getTree() - Method in interface org.apache.hupa.client.mvp.MainPresenter.Display
 
getTree() - Method in class org.apache.hupa.client.mvp.MainView
 
getUID(Message) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
getUid() - Method in class org.apache.hupa.shared.data.Message
 
getUid() - Method in class org.apache.hupa.shared.data.MessageDetails
 
getUid() - Method in class org.apache.hupa.shared.rpc.GetMessageDetails
 
getUid() - Method in class org.apache.hupa.shared.rpc.RawMessage
 
getUids() - Method in class org.apache.hupa.shared.rpc.SetFlag
 
getUnreadMessageCount() - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
getUnseeMessageCount() - Method in class org.apache.hupa.shared.data.IMAPFolder
Return the unseen message count
getUploader() - Method in interface org.apache.hupa.client.mvp.MessageSendPresenter.Display
 
getUploader() - Method in class org.apache.hupa.client.mvp.MessageSendView
 
getUser() - Method in class org.apache.hupa.server.handler.AbstractSessionHandler
Return the User stored in session with the given id
getUser() - Method in class org.apache.hupa.shared.events.DecreaseUnseenEvent
 
getUser() - Method in class org.apache.hupa.shared.events.DeleteMessageEvent
 
getUser() - Method in class org.apache.hupa.shared.events.ExpandMessageEvent
 
getUser() - Method in class org.apache.hupa.shared.events.FolderSelectionEvent
 
getUser() - Method in class org.apache.hupa.shared.events.ForwardMessageEvent
 
getUser() - Method in class org.apache.hupa.shared.events.IncreaseUnseenEvent
 
getUser() - Method in class org.apache.hupa.shared.events.LoadMessagesEvent
 
getUser() - Method in class org.apache.hupa.shared.events.LoginEvent
 
getUser() - Method in class org.apache.hupa.shared.events.LogoutEvent
 
getUser() - Method in class org.apache.hupa.shared.events.MoveMessageEvent
 
getUser() - Method in class org.apache.hupa.shared.events.ReplyMessageEvent
 
getUser() - Method in class org.apache.hupa.shared.events.SessionExpireEvent
 
getUser() - Method in class org.apache.hupa.shared.rpc.CheckSessionResult
 
getUser() - Method in class org.apache.hupa.shared.rpc.DeleteMessageResult
 
getUser() - Method in class org.apache.hupa.shared.rpc.LoginUserResult
 
getUser() - Method in class org.apache.hupa.shared.rpc.LogoutUserResult
 
getUserName() - Method in class org.apache.hupa.shared.rpc.LoginUser
 
getUserNameFocus() - Method in interface org.apache.hupa.client.mvp.LoginPresenter.Display
 
getUserNameFocus() - Method in class org.apache.hupa.client.mvp.LoginView
 
getUserNameValue() - Method in interface org.apache.hupa.client.mvp.LoginPresenter.Display
 
getUserNameValue() - Method in class org.apache.hupa.client.mvp.LoginView
 
getUserText() - Method in interface org.apache.hupa.client.mvp.AppPresenter.Display
 
getUserText() - Method in class org.apache.hupa.client.mvp.AppView
 
getValue(String) - Method in class org.apache.hupa.server.mock.MockHttpSession
 
getValue() - Method in class org.apache.hupa.shared.rpc.SetFlag
 
getValueNames() - Method in class org.apache.hupa.server.mock.MockHttpSession
 
getVersion() - Method in interface org.apache.hupa.client.rf.SubjectProxy
 
getVersion() - Method in class org.apache.hupa.server.rf.Subject
 
gmailProperties - Static variable in class org.apache.hupa.server.guice.AbstractGuiceTestModule
Configuration of GMail IMAP server.
goToPage(int) - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
goToPage(int) - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
GuiceServerModule - Class in org.apache.hupa.server.guice
Module which binds the handlers and configurations
GuiceServerModule(Properties) - Constructor for class org.apache.hupa.server.guice.GuiceServerModule
 
GuiceServletConfig - Class in org.apache.hupa.server.guice
Simple GuiceServletContextListener which just create the injector
GuiceServletConfig() - Constructor for class org.apache.hupa.server.guice.GuiceServletConfig
 

H

handleMultiPart(Log, Object, String) - Static method in class org.apache.hupa.server.utils.MessageUtils
Loop over MuliPart and write the content to the Outputstream if a attachment with the given name was found.
handleParts(MimeMessage, Object, StringBuffer, ArrayList<MessageAttachment>) - Method in class org.apache.hupa.server.handler.GetMessageDetailsHandler
Handle the parts of the given message.
HandlerRegistrationAdapter - Class in org.apache.hupa.client
Class to act as Adapter between HandlerRegistration in gwt 1.6+ and gwt-incubator
HandlerRegistrationAdapter(HandlerRegistration) - Constructor for class org.apache.hupa.client.HandlerRegistrationAdapter
 
hasAttachment() - Method in class org.apache.hupa.shared.data.AbstractMessage
 
hasCapability(String) - Method in class org.apache.hupa.server.mock.MockIMAPStore
 
HasDialog - Interface in org.apache.hupa.client.widgets
Interface which Dialog implementations should implement
HasEditable - Interface in org.apache.hupa.widgets.ui
Classes which implements this interface support editing
HasEditHandlers - Interface in org.apache.hupa.widgets.ui
 
HasEnable - Interface in org.apache.hupa.widgets.ui
Support enable/disable
hashCode() - Method in class org.apache.hupa.shared.data.IMAPFolder
 
hashCode() - Method in class org.apache.hupa.shared.data.Message
 
hashCode() - Method in class org.apache.hupa.shared.data.MessageDetails
 
hashCode() - Method in class org.apache.hupa.shared.data.User
 
hashCode() - Method in class org.apache.hupa.shared.rpc.GetMessageDetails
 
hashCode() - Method in class org.apache.hupa.shared.rpc.RawMessage
 
headerBcc() - Method in interface org.apache.hupa.client.HupaConstants
 
headerCc() - Method in interface org.apache.hupa.client.HupaConstants
 
headerFrom() - Method in interface org.apache.hupa.client.HupaConstants
 
headerReceivedDate() - Method in interface org.apache.hupa.client.HupaConstants
 
headerSubject() - Method in interface org.apache.hupa.client.HupaConstants
 
headerTo() - Method in interface org.apache.hupa.client.HupaConstants
 
hide() - Method in interface org.apache.hupa.client.widgets.HasDialog
Hide Dialog
hide() - Method in class org.apache.hupa.widgets.ui.Loading
Hide the Loading image
hr() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 
HTML_CR - Static variable in class org.apache.hupa.shared.Util
 
HTML_GT - Static variable in class org.apache.hupa.shared.Util
 
HTML_LINK_REGEXP - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
HTML_LT - Static variable in class org.apache.hupa.shared.Util
 
htmlToText(String) - Method in class org.apache.hupa.server.handler.AbstractSendMessageHandler
 
httpSessionProvider - Variable in class org.apache.hupa.server.handler.AbstractSessionHandler
 
Hupa - Class in org.apache.hupa.client
 
Hupa() - Constructor for class org.apache.hupa.client.Hupa
 
HUPA - Static variable in class org.apache.hupa.shared.SConsts
 
HupaCallback<T> - Class in org.apache.hupa.client
 
HupaCallback(DispatchAsync, EventBus, Display) - Constructor for class org.apache.hupa.client.HupaCallback
 
HupaCallback(DispatchAsync, EventBus) - Constructor for class org.apache.hupa.client.HupaCallback
 
HupaClientModule - Class in org.apache.hupa.client.gin
 
HupaClientModule() - Constructor for class org.apache.hupa.client.gin.HupaClientModule
 
HupaClientModule.RequestFactoryProvider - Class in org.apache.hupa.client.gin
RF Stuff
HupaClientModule.RequestFactoryProvider() - Constructor for class org.apache.hupa.client.gin.HupaClientModule.RequestFactoryProvider
 
HupaConstants - Interface in org.apache.hupa.client
 
HupaCSS - Class in org.apache.hupa.client
CSS class names used in Hupa
HupaCSS() - Constructor for class org.apache.hupa.client.HupaCSS
 
HupaDispatchServlet - Class in org.apache.hupa.server.servlet
Just a wrapper for the Dispatcher servlet in order to log received actions.
HupaDispatchServlet(Dispatch, Log) - Constructor for class org.apache.hupa.server.servlet.HupaDispatchServlet
 
HupaGinjector - Interface in org.apache.hupa.client.gin
 
HupaImageBundle - Interface in org.apache.hupa.client.bundles
 
HupaMessages - Interface in org.apache.hupa.client
 
HupaPlaceManager - Class in org.apache.hupa.client.mvp.place
PlaceManager implementation for Hupa
HupaPlaceManager(EventBus, TokenFormatter, LoginPresenterPlace, IMAPMessageListPresenterPlace, IMAPMessagePresenterPlace, MessageSendPresenterPlace, ContactsPresenterPlace) - Constructor for class org.apache.hupa.client.mvp.place.HupaPlaceManager
 
HupaRequestFactory - Interface in org.apache.hupa.client.rf
 
HupaRequestFactoryDeobfuscatorBuilder - Class in org.apache.hupa.client.rf
 
HupaRequestFactoryDeobfuscatorBuilder() - Constructor for class org.apache.hupa.client.rf.HupaRequestFactoryDeobfuscatorBuilder
 

I

idle() - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
idle() - Method in class org.apache.hupa.server.mock.MockIMAPStore
 
Idle - Class in org.apache.hupa.shared.rpc
 
Idle() - Constructor for class org.apache.hupa.shared.rpc.Idle
 
IdleHandler - Class in org.apache.hupa.server.handler
Handle Noops
IdleHandler(IMAPStoreCache, Log, Provider<HttpSession>) - Constructor for class org.apache.hupa.server.handler.IdleHandler
 
IdleResult - Class in org.apache.hupa.shared.rpc
 
IdleResult() - Constructor for class org.apache.hupa.shared.rpc.IdleResult
 
IdleResult(boolean) - Constructor for class org.apache.hupa.shared.rpc.IdleResult
 
IMAP_SAVE_DELAY - Static variable in class org.apache.hupa.server.preferences.InImapUserPreferencesStorage
 
IMAPFolder - Class in org.apache.hupa.shared.data
IMAPFolder
IMAPFolder() - Constructor for class org.apache.hupa.shared.data.IMAPFolder
 
IMAPFolder(String) - Constructor for class org.apache.hupa.shared.data.IMAPFolder
 
IMAPMessageListPresenter - Class in org.apache.hupa.client.mvp
 
IMAPMessageListPresenter(IMAPMessageListPresenter.Display, EventBus, DispatchAsync) - Constructor for class org.apache.hupa.client.mvp.IMAPMessageListPresenter
 
IMAPMessageListPresenter.Display - Interface in org.apache.hupa.client.mvp
 
IMAPMessageListPresenterPlace - Class in org.apache.hupa.client.mvp.place
 
IMAPMessageListPresenterPlace(Provider<IMAPMessageListPresenter>) - Constructor for class org.apache.hupa.client.mvp.place.IMAPMessageListPresenterPlace
 
IMAPMessageListView - Class in org.apache.hupa.client.mvp
 
IMAPMessageListView(PagingScrollTableRowDragController, MessageTableModel, HupaConstants, HupaMessages, HupaImageBundle) - Constructor for class org.apache.hupa.client.mvp.IMAPMessageListView
 
IMAPMessagePresenter - Class in org.apache.hupa.client.mvp
 
IMAPMessagePresenter.Display - Interface in org.apache.hupa.client.mvp
 
IMAPMessagePresenterPlace - Class in org.apache.hupa.client.mvp.place
 
IMAPMessagePresenterPlace(Provider<IMAPMessagePresenter>) - Constructor for class org.apache.hupa.client.mvp.place.IMAPMessagePresenterPlace
 
IMAPMessageView - Class in org.apache.hupa.client.mvp
 
IMAPMessageView(HupaConstants, HupaImageBundle) - Constructor for class org.apache.hupa.client.mvp.IMAPMessageView
 
IMAPStoreCache - Interface in org.apache.hupa.server
 
IMAPTreeImages - Interface in org.apache.hupa.client.bundles
 
IMAPTreeItem - Class in org.apache.hupa.client.widgets
 
IMAPTreeItem(IMAPFolder) - Constructor for class org.apache.hupa.client.widgets.IMAPTreeItem
 
IncreaseUnseenEvent - Class in org.apache.hupa.shared.events
 
IncreaseUnseenEvent(User, IMAPFolder) - Constructor for class org.apache.hupa.shared.events.IncreaseUnseenEvent
 
IncreaseUnseenEvent(User, IMAPFolder, int) - Constructor for class org.apache.hupa.shared.events.IncreaseUnseenEvent
 
IncreaseUnseenEventHandler - Interface in org.apache.hupa.shared.events
 
increaseUnseenMessageCount(IMAPFolder, int) - Method in interface org.apache.hupa.client.mvp.MainPresenter.Display
 
increaseUnseenMessageCount(IMAPFolder, int) - Method in class org.apache.hupa.client.mvp.MainView
 
increaseUnseenMessageCount() - Method in class org.apache.hupa.client.widgets.IMAPTreeItem
Increase the unseen messagecount of this folder
increaseUnseenMessageCount(int) - Method in class org.apache.hupa.client.widgets.IMAPTreeItem
Increase the unseen messagecount of this folder
indent() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 
info(Object) - Method in class org.apache.hupa.server.mock.MockLog
 
info(Object, Throwable) - Method in class org.apache.hupa.server.mock.MockLog
 
InImapUserPreferencesStorage - Class in org.apache.hupa.server.preferences
A user preferences storage which uses IMAP as repository data
InImapUserPreferencesStorage(IMAPStoreCache, Log, Provider<HttpSession>) - Constructor for class org.apache.hupa.server.preferences.InImapUserPreferencesStorage
Constructor
InMemoryIMAPStoreCache - Class in org.apache.hupa.server
 
InMemoryIMAPStoreCache(Log, String, int, boolean, int, int, boolean, String, String, Session) - Constructor for class org.apache.hupa.server.InMemoryIMAPStoreCache
 
insert(Widget, int) - Method in class org.apache.hupa.widgets.ui.RndPanel
 
insertImage() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 
InSessionUserPreferencesStorage - Class in org.apache.hupa.server.preferences
A preferences storage which uses session as repository data
InSessionUserPreferencesStorage(IMAPStoreCache, Log, Provider<HttpSession>) - Constructor for class org.apache.hupa.server.preferences.InSessionUserPreferencesStorage
 
invalidate() - Method in class org.apache.hupa.server.mock.MockHttpSession
 
InvalidSessionException - Exception in org.apache.hupa.shared.exception
 
InvalidSessionException(String) - Constructor for exception org.apache.hupa.shared.exception.InvalidSessionException
 
invoke(ValidationResult, UIObject) - Method in class org.apache.hupa.client.validation.AddStyleAction
 
invoke(ValidationResult, Focusable) - Method in class org.apache.hupa.client.validation.SetFocusAction
 
invokeActions(ValidationResult) - Method in class org.apache.hupa.client.validation.EmailListValidator
 
invokeActions(ValidationResult) - Method in class org.apache.hupa.client.validation.NotEmptyValidator
 
isConnected() - Method in class org.apache.hupa.server.mock.MockIMAPStore
 
isDebugEnabled() - Method in class org.apache.hupa.server.mock.MockLog
 
isEdit() - Method in class org.apache.hupa.widgets.ui.EditableTreeItem
 
isEdit() - Method in interface org.apache.hupa.widgets.ui.HasEditable
Return if editing is currently active
isEnabled() - Method in class org.apache.hupa.widgets.editor.Editor
 
isErrorEnabled() - Method in class org.apache.hupa.server.mock.MockLog
 
isExpired() - Method in class org.apache.hupa.server.CachedIMAPStore
 
isFatalEnabled() - Method in class org.apache.hupa.server.mock.MockLog
 
isInfoEnabled() - Method in class org.apache.hupa.server.mock.MockLog
 
isMandatory() - Method in enum org.apache.hupa.server.utils.ConfigurationProperties
Return if property is mandatory
isNew() - Method in class org.apache.hupa.server.mock.MockHttpSession
 
isOpen() - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
isSubscribed() - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
isSuccess() - Method in class org.apache.hupa.shared.rpc.GenericResult
 
isSupported() - Method in class org.apache.hupa.shared.rpc.IdleResult
Return if the IDLE command is supported by the server
isTraceEnabled() - Method in class org.apache.hupa.server.mock.MockLog
 
isValid() - Method in class org.apache.hupa.shared.rpc.CheckSessionResult
 
isValidAddressList(String) - Static method in class org.apache.hupa.client.validation.EmailListValidator
Return if the give text is a valid Emailaddress list
isWarnEnabled() - Method in class org.apache.hupa.server.mock.MockLog
 
italic() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 

J

jamesProperties - Static variable in class org.apache.hupa.server.guice.AbstractGuiceTestModule
Configuration of a Apache-James server.
JavaMailSessionProvider - Class in org.apache.hupa.server.guice.providers
 
JavaMailSessionProvider() - Constructor for class org.apache.hupa.server.guice.providers.JavaMailSessionProvider
 
JavamailUtil - Class in org.apache.hupa.server.handler
Util class which helps to convert from hupa internal data representation to javamaill classes
JavamailUtil() - Constructor for class org.apache.hupa.server.handler.JavamailUtil
 
justifyCenter() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 
justifyLeft() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 
justifyRight() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 

L

Launcher - Class in org.apache.hupa
When hupa is packaged with jetty this class is called to start jetty server.
Launcher() - Constructor for class org.apache.hupa.Launcher
 
list() - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
listToString(List<T>) - Static method in class org.apache.hupa.shared.Util
 
loadDemoMessages(Session) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
loading() - Method in interface org.apache.hupa.client.HupaConstants
 
Loading - Class in org.apache.hupa.widgets.ui
Widget which shows a Loading state
Loading(String) - Constructor for class org.apache.hupa.widgets.ui.Loading
 
Loading() - Constructor for class org.apache.hupa.widgets.ui.Loading
 
loading(boolean) - Method in class org.apache.hupa.widgets.ui.PagingOptions
 
LoadMessagesEvent - Class in org.apache.hupa.shared.events
 
LoadMessagesEvent(User, IMAPFolder) - Constructor for class org.apache.hupa.shared.events.LoadMessagesEvent
 
LoadMessagesEvent(User, IMAPFolder, String) - Constructor for class org.apache.hupa.shared.events.LoadMessagesEvent
 
LoadMessagesEventHandler - Interface in org.apache.hupa.shared.events
 
loadProperties() - Method in class org.apache.hupa.server.guice.GuiceServletConfig
Loads the first available configuration file.
loadProperties(String) - Static method in enum org.apache.hupa.server.utils.ConfigurationProperties
Loads and validate a properties file.
loadTreeItems() - Method in class org.apache.hupa.client.mvp.MainPresenter
 
logger - Variable in class org.apache.hupa.server.handler.AbstractSessionHandler
 
logger - Variable in class org.apache.hupa.server.handler.CheckSessionHandler
 
logger - Variable in class org.apache.hupa.server.InMemoryIMAPStoreCache
 
loginAs() - Method in interface org.apache.hupa.client.HupaConstants
 
loginButton() - Method in interface org.apache.hupa.client.HupaConstants
 
LoginEvent - Class in org.apache.hupa.shared.events
 
LoginEvent(User) - Constructor for class org.apache.hupa.shared.events.LoginEvent
 
LoginEventHandler - Interface in org.apache.hupa.shared.events
 
loginInvalid() - Method in interface org.apache.hupa.client.HupaConstants
 
LoginPresenter - Class in org.apache.hupa.client.mvp
Presenter which handles the Login of and user to the IMAP-Server
LoginPresenter(LoginPresenter.Display, EventBus, DispatchAsync) - Constructor for class org.apache.hupa.client.mvp.LoginPresenter
 
LoginPresenter.Display - Interface in org.apache.hupa.client.mvp
 
LoginPresenterPlace - Class in org.apache.hupa.client.mvp.place
 
LoginPresenterPlace(Provider<LoginPresenter>) - Constructor for class org.apache.hupa.client.mvp.place.LoginPresenterPlace
 
LoginUser - Class in org.apache.hupa.shared.rpc
 
LoginUser(String, String) - Constructor for class org.apache.hupa.shared.rpc.LoginUser
 
LoginUserHandler - Class in org.apache.hupa.server.handler
Handler for login a user via username and password
LoginUserHandler(IMAPStoreCache, Log, Provider<HttpSession>, Provider<Settings>) - Constructor for class org.apache.hupa.server.handler.LoginUserHandler
 
LoginUserResult - Class in org.apache.hupa.shared.rpc
 
LoginUserResult(User) - Constructor for class org.apache.hupa.shared.rpc.LoginUserResult
 
LoginView - Class in org.apache.hupa.client.mvp
View which shows the Login from
LoginView(HupaConstants) - Constructor for class org.apache.hupa.client.mvp.LoginView
 
logoutButton() - Method in interface org.apache.hupa.client.HupaConstants
 
LogoutEvent - Class in org.apache.hupa.shared.events
 
LogoutEvent(User) - Constructor for class org.apache.hupa.shared.events.LogoutEvent
 
LogoutEventHandler - Interface in org.apache.hupa.shared.events
 
LogoutUser - Class in org.apache.hupa.shared.rpc
 
LogoutUser() - Constructor for class org.apache.hupa.shared.rpc.LogoutUser
 
LogoutUserHandler - Class in org.apache.hupa.server.handler
Handler for handle logout requests
LogoutUserHandler(IMAPStoreCache, Log, Provider<HttpSession>) - Constructor for class org.apache.hupa.server.handler.LogoutUserHandler
 
LogoutUserResult - Class in org.apache.hupa.shared.rpc
 
LogoutUserResult(User) - Constructor for class org.apache.hupa.shared.rpc.LogoutUserResult
 
LogProvider - Class in org.apache.hupa.server.guice.providers
 
LogProvider() - Constructor for class org.apache.hupa.server.guice.providers.LogProvider
 
lookup(String) - Static method in enum org.apache.hupa.server.utils.ConfigurationProperties
Return a ConfigurationProperties enumeration that matches the passed command.

M

MAGIC_SUBJECT_CONTACTS - Static variable in class org.apache.hupa.server.preferences.InImapUserPreferencesStorage
 
mail - Variable in class org.apache.hupa.shared.rpc.ContactsResult.Contact
 
mailTab() - Method in interface org.apache.hupa.client.HupaConstants
 
mailTableDate() - Method in interface org.apache.hupa.client.HupaConstants
 
mailTableFrom() - Method in interface org.apache.hupa.client.HupaConstants
 
mailTableSubject() - Method in interface org.apache.hupa.client.HupaConstants
 
mailTo(String) - Method in class org.apache.hupa.client.mvp.MainPresenter
 
main(String[]) - Static method in class org.apache.hupa.Launcher
 
MainPresenter - Class in org.apache.hupa.client.mvp
 
MainPresenter(MainPresenter.Display, EventBus, DispatchAsync, IMAPMessageListPresenter, IMAPMessagePresenter, MessageSendPresenter) - Constructor for class org.apache.hupa.client.mvp.MainPresenter
 
MainPresenter.Display - Interface in org.apache.hupa.client.mvp
 
MainView - Class in org.apache.hupa.client.mvp
MainView acts like a container of other widgets which will get displayed after the user successfully logged in
MainView(EventBus, PagingScrollTableRowDragController, HupaConstants, HupaMessages) - Constructor for class org.apache.hupa.client.mvp.MainView
 
manager - Variable in class org.apache.hupa.widgets.ui.EditableTreeItem
 
map - Variable in class org.apache.hupa.server.FileItemRegistry
 
markSeen() - Method in interface org.apache.hupa.client.HupaConstants
 
markUnseen() - Method in interface org.apache.hupa.client.HupaConstants
 
message - Variable in class org.apache.hupa.client.mvp.MessageSendPresenter
 
Message - Class in org.apache.hupa.shared.data
 
Message() - Constructor for class org.apache.hupa.shared.data.Message
 
Message.IMAPFlag - Enum in org.apache.hupa.shared.data
 
MessageAttachment - Class in org.apache.hupa.shared.data
Attachment of a message
MessageAttachment() - Constructor for class org.apache.hupa.shared.data.MessageAttachment
 
MessageDetails - Class in org.apache.hupa.shared.data
 
MessageDetails() - Constructor for class org.apache.hupa.shared.data.MessageDetails
 
MessageHeaders - Class in org.apache.hupa.client.widgets
A panel which displays the headers of a message.
MessageHeaders(HupaConstants) - Constructor for class org.apache.hupa.client.widgets.MessageHeaders
 
messages - Variable in class org.apache.hupa.server.mock.MockIMAPFolder
 
MessageSendPresenter - Class in org.apache.hupa.client.mvp
Presenter which handles the sending, reply, replay-all, forward of mails
MessageSendPresenter(MessageSendPresenter.Display, EventBus, DispatchAsync) - Constructor for class org.apache.hupa.client.mvp.MessageSendPresenter
 
MessageSendPresenter.Display - Interface in org.apache.hupa.client.mvp
 
MessageSendPresenter.Type - Enum in org.apache.hupa.client.mvp
The Type for which the SendPresenter will get used
MessageSendPresenterPlace - Class in org.apache.hupa.client.mvp.place
 
MessageSendPresenterPlace(Provider<MessageSendPresenter>) - Constructor for class org.apache.hupa.client.mvp.place.MessageSendPresenterPlace
 
MessageSendView - Class in org.apache.hupa.client.mvp
View which displays a form which handle sending of mails
MessageSendView(HupaConstants, HupaMessages) - Constructor for class org.apache.hupa.client.mvp.MessageSendView
 
MessageSourceServlet - Class in org.apache.hupa.server.servlet
Handle viewing of message source
MessageSourceServlet(IMAPStoreCache, Log) - Constructor for class org.apache.hupa.server.servlet.MessageSourceServlet
 
MessagesReceivedEvent - Class in org.apache.hupa.shared.events
 
MessagesReceivedEvent(IMAPFolder, ArrayList<Message>) - Constructor for class org.apache.hupa.shared.events.MessagesReceivedEvent
 
MessagesReceivedEventHandler - Interface in org.apache.hupa.shared.events
 
MessageTableModel - Class in org.apache.hupa.client.mvp
TableModel which retrieve the messages for the user
MessageTableModel(EventBus, DispatchAsync) - Constructor for class org.apache.hupa.client.mvp.MessageTableModel
 
MessageUtils - Class in org.apache.hupa.server.utils
Utility methods in server side
MessageUtils() - Constructor for class org.apache.hupa.server.utils.MessageUtils
 
mimeToDetails(MimeMessage, String, long) - Method in class org.apache.hupa.server.handler.GetMessageDetailsHandler
 
MOCK_DEFAULT_FOLDER - Static variable in class org.apache.hupa.server.mock.MockIMAPFolder
 
MOCK_DRAFTS_FOLDER - Static variable in class org.apache.hupa.server.mock.MockIMAPStore
 
MOCK_HOST - Static variable in class org.apache.hupa.server.mock.MockIMAPStore
 
MOCK_INBOX_FOLDER - Static variable in class org.apache.hupa.server.mock.MockIMAPStore
 
MOCK_LOGIN - Static variable in class org.apache.hupa.server.mock.MockIMAPStore
 
MOCK_MESSAGES_LOCATION - Static variable in class org.apache.hupa.server.mock.MockIMAPFolder
 
MOCK_SENT_FOLDER - Static variable in class org.apache.hupa.server.mock.MockIMAPStore
 
MOCK_TRASH_FOLDER - Static variable in class org.apache.hupa.server.mock.MockIMAPStore
 
MockConstants - Class in org.apache.hupa.server.mock
Constants and properties used for mock mode
MockConstants() - Constructor for class org.apache.hupa.server.mock.MockConstants
 
MockHttpSession - Class in org.apache.hupa.server.mock
 
MockHttpSession() - Constructor for class org.apache.hupa.server.mock.MockHttpSession
 
MockHttpSessionProvider - Class in org.apache.hupa.server.mock
 
MockHttpSessionProvider() - Constructor for class org.apache.hupa.server.mock.MockHttpSessionProvider
 
MockIMAPFolder - Class in org.apache.hupa.server.mock
 
MockIMAPFolder(String, IMAPStore) - Constructor for class org.apache.hupa.server.mock.MockIMAPFolder
 
MockIMAPStore - Class in org.apache.hupa.server.mock
 
MockIMAPStore(Session) - Constructor for class org.apache.hupa.server.mock.MockIMAPStore
Default constructor, it creates the folder structure and loads messages for demo
MockIMAPStore(Session, URLName) - Constructor for class org.apache.hupa.server.mock.MockIMAPStore
Customized constructor
MockLog - Class in org.apache.hupa.server.mock
 
MockLog() - Constructor for class org.apache.hupa.server.mock.MockLog
 
MockLogProvider - Class in org.apache.hupa.server.mock
 
MockLogProvider() - Constructor for class org.apache.hupa.server.mock.MockLogProvider
 
mockProperties - Static variable in class org.apache.hupa.server.mock.MockConstants
 
mockSettings - Static variable in class org.apache.hupa.server.mock.MockConstants
 
MockSMTPTransport - Class in org.apache.hupa.server.mock
 
MockSMTPTransport(Session) - Constructor for class org.apache.hupa.server.mock.MockSMTPTransport
 
mockUser - Static variable in class org.apache.hupa.server.mock.MockConstants
 
mockUserSettings - Static variable in class org.apache.hupa.server.mock.MockConstants
 
moveMailIcon() - Method in interface org.apache.hupa.client.bundles.HupaImageBundle
 
moveMessage() - Method in interface org.apache.hupa.client.HupaMessages
 
MoveMessage - Class in org.apache.hupa.shared.rpc
 
MoveMessage(IMAPFolder, IMAPFolder, long) - Constructor for class org.apache.hupa.shared.rpc.MoveMessage
 
MoveMessage() - Constructor for class org.apache.hupa.shared.rpc.MoveMessage
 
MoveMessageEvent - Class in org.apache.hupa.shared.events
 
MoveMessageEvent(User, IMAPFolder, IMAPFolder, Message) - Constructor for class org.apache.hupa.shared.events.MoveMessageEvent
 
MoveMessageEventHandler - Interface in org.apache.hupa.shared.events
 
MoveMessageHandler - Class in org.apache.hupa.server.handler
Handler which handle moving of messages
MoveMessageHandler(IMAPStoreCache, Log, Provider<HttpSession>) - Constructor for class org.apache.hupa.server.handler.MoveMessageHandler
 
MoveMessageResult - Class in org.apache.hupa.shared.rpc
 
MoveMessageResult() - Constructor for class org.apache.hupa.shared.rpc.MoveMessageResult
 
MultiValueSuggestArea - Class in org.apache.hupa.widgets.ui
A text-area which shows a pop-up with suggestions.
MultiValueSuggestArea(SuggestOracle) - Constructor for class org.apache.hupa.widgets.ui.MultiValueSuggestArea
 
MultiValueSuggestArea(String) - Constructor for class org.apache.hupa.widgets.ui.MultiValueSuggestArea
 
MultiValueSuggestArea(Object[], String) - Constructor for class org.apache.hupa.widgets.ui.MultiValueSuggestArea
 
MyDialogBox - Class in org.apache.hupa.client.widgets
 
MyDialogBox() - Constructor for class org.apache.hupa.client.widgets.MyDialogBox
 

N

NameAwareWidgetDisplay - Interface in org.apache.hupa.client.mvp
 
newBoundaryDropController(AbsolutePanel, boolean) - Method in class org.apache.hupa.client.dnd.PagingScrollTableRowDragController
 
newDragProxy(DragContext) - Method in class org.apache.hupa.client.dnd.PagingScrollTableRowDragController
 
newFolder() - Method in interface org.apache.hupa.client.HupaConstants
 
newMailButton() - Method in interface org.apache.hupa.client.HupaConstants
 
NewMessageEvent - Class in org.apache.hupa.shared.events
 
NewMessageEvent() - Constructor for class org.apache.hupa.shared.events.NewMessageEvent
 
NewMessageEventHandler - Interface in org.apache.hupa.shared.events
 
none() - Method in interface org.apache.hupa.client.HupaConstants
 
normalItem - Variable in class org.apache.hupa.widgets.ui.EditableTreeItem
 
NotEmptyValidator - Class in org.apache.hupa.client.validation
Validator which checks if the HasText implementation is empty or not
NotEmptyValidator(HasText) - Constructor for class org.apache.hupa.client.validation.NotEmptyValidator
 
NumberOnlyTextBox - Class in org.apache.hupa.widgets.ui
TextBox which only allows numbers to get entered
NumberOnlyTextBox() - Constructor for class org.apache.hupa.widgets.ui.NumberOnlyTextBox
 

O

okButton() - Method in interface org.apache.hupa.client.HupaConstants
 
ol() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 
oldFullName - Variable in class org.apache.hupa.client.widgets.IMAPTreeItem
 
oldName - Variable in class org.apache.hupa.client.widgets.IMAPTreeItem
 
oldValue - Variable in class org.apache.hupa.widgets.ui.EditableTreeItem
 
onAttach() - Method in class org.apache.hupa.client.mvp.LoginView
 
onBackEvent(BackEvent) - Method in interface org.apache.hupa.shared.events.BackEventHandler
 
onBind() - Method in class org.apache.hupa.client.mvp.AppPresenter
 
onBind() - Method in class org.apache.hupa.client.mvp.ContactsPresenter
 
onBind() - Method in class org.apache.hupa.client.mvp.IMAPMessageListPresenter
 
onBind() - Method in class org.apache.hupa.client.mvp.IMAPMessagePresenter
 
onBind() - Method in class org.apache.hupa.client.mvp.LoginPresenter
 
onBind() - Method in class org.apache.hupa.client.mvp.MainPresenter
 
onBind() - Method in class org.apache.hupa.client.mvp.MessageSendPresenter
 
onBrowserEvent(Event) - Method in class org.apache.hupa.widgets.ui.EditableTree
Prevent Event.ONCLICK, Event.ONMOUSEDOWN, Event.ONKEYDOWN from bubble down if the item is in editing mode
onClick(ClickEvent) - Method in class org.apache.hupa.widgets.editor.ColorPicker
 
onClick(ClickEvent) - Method in class org.apache.hupa.widgets.editor.FontPicker
 
onContactsUpdated(ContactsUpdatedEvent) - Method in interface org.apache.hupa.shared.events.ContactsUpdatedEventHandler
 
onDecreaseUnseenEvent(DecreaseUnseenEvent) - Method in interface org.apache.hupa.shared.events.DecreaseUnseenEventHandler
 
onDeleteMessageEvent(DeleteMessageEvent) - Method in interface org.apache.hupa.shared.events.DeleteMessageEventHandler
 
onEditEvent(EditEvent) - Method in interface org.apache.hupa.widgets.event.EditHandler
 
onExpandMessage(ExpandMessageEvent) - Method in interface org.apache.hupa.shared.events.ExpandMessageEventHandler
 
onFailure(Throwable) - Method in class org.apache.hupa.client.HupaCallback
If you override this method, remember to call super.onFailure()
onFlash(FlashEvent) - Method in interface org.apache.hupa.shared.events.FlashEventHandler
 
onFolderSelectionEvent(FolderSelectionEvent) - Method in interface org.apache.hupa.shared.events.FolderSelectionEventHandler
 
onForwardMessageEvent(ForwardMessageEvent) - Method in interface org.apache.hupa.shared.events.ForwardMessageEventHandler
 
onIncreaseUnseenEvent(IncreaseUnseenEvent) - Method in interface org.apache.hupa.shared.events.IncreaseUnseenEventHandler
 
onKeyPress(KeyPressEvent) - Method in class org.apache.hupa.widgets.ui.NumberOnlyTextBox
 
onKeyUp(KeyUpEvent) - Method in class org.apache.hupa.client.mvp.LoginView
 
onLoadMessagesEvent(LoadMessagesEvent) - Method in interface org.apache.hupa.shared.events.LoadMessagesEventHandler
 
onLogin(LoginEvent) - Method in interface org.apache.hupa.shared.events.LoginEventHandler
 
onLogout(LogoutEvent) - Method in interface org.apache.hupa.shared.events.LogoutEventHandler
 
onMessagesReceived(MessagesReceivedEvent) - Method in interface org.apache.hupa.shared.events.MessagesReceivedEventHandler
 
onModuleLoad() - Method in class org.apache.hupa.client.Hupa
 
onMoveMessageHandler(MoveMessageEvent) - Method in interface org.apache.hupa.shared.events.MoveMessageEventHandler
 
onNewMessageEvent(NewMessageEvent) - Method in interface org.apache.hupa.shared.events.NewMessageEventHandler
 
onReplyMessageEvent(ReplyMessageEvent) - Method in interface org.apache.hupa.shared.events.ReplyMessageEventHandler
 
onRevealDisplay() - Method in class org.apache.hupa.client.mvp.ContactsPresenter
 
onRevealDisplay() - Method in class org.apache.hupa.client.mvp.IMAPMessageListPresenter
 
onRevealDisplay() - Method in class org.apache.hupa.client.mvp.IMAPMessagePresenter
 
onRevealDisplay() - Method in class org.apache.hupa.client.mvp.LoginPresenter
 
onRevealDisplay() - Method in class org.apache.hupa.client.mvp.MainPresenter
 
onRevealDisplay() - Method in class org.apache.hupa.client.mvp.MessageSendPresenter
 
onRowInserted(int) - Method in class org.apache.hupa.client.mvp.MessageTableModel
 
onRowRemoved(int) - Method in class org.apache.hupa.client.mvp.MessageTableModel
 
onSentMessageEvent(SentMessageEvent) - Method in interface org.apache.hupa.shared.events.SentMessageEventHandler
 
onServerStatusChange(ServerStatusEvent) - Method in interface org.apache.hupa.shared.events.ServerStatusEventHandler
 
onSessionExpireEvent(SessionExpireEvent) - Method in interface org.apache.hupa.shared.events.SessionExpireEventHandler
 
onSetRowValue(int, Message) - Method in class org.apache.hupa.client.mvp.MessageTableModel
 
onSuccess(T) - Method in class org.apache.hupa.client.HupaCallback
If you override this method, remember to call super.onSuccess()
onUnbind() - Method in class org.apache.hupa.client.mvp.ContactsPresenter
 
onUnbind() - Method in class org.apache.hupa.client.mvp.IMAPMessageListPresenter
 
onUnbind() - Method in class org.apache.hupa.client.mvp.IMAPMessagePresenter
 
onUnbind() - Method in class org.apache.hupa.client.mvp.LoginPresenter
 
onUnbind() - Method in class org.apache.hupa.client.mvp.MessageSendPresenter
 
open(int) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
openLink(String) - Method in class org.apache.hupa.client.mvp.MainPresenter
 
org.apache.hupa - package org.apache.hupa
 
org.apache.hupa.client - package org.apache.hupa.client
 
org.apache.hupa.client.bundles - package org.apache.hupa.client.bundles
 
org.apache.hupa.client.dnd - package org.apache.hupa.client.dnd
 
org.apache.hupa.client.gin - package org.apache.hupa.client.gin
 
org.apache.hupa.client.mvp - package org.apache.hupa.client.mvp
 
org.apache.hupa.client.mvp.place - package org.apache.hupa.client.mvp.place
 
org.apache.hupa.client.rf - package org.apache.hupa.client.rf
 
org.apache.hupa.client.validation - package org.apache.hupa.client.validation
 
org.apache.hupa.client.widgets - package org.apache.hupa.client.widgets
 
org.apache.hupa.server - package org.apache.hupa.server
 
org.apache.hupa.server.guice - package org.apache.hupa.server.guice
 
org.apache.hupa.server.guice.demo - package org.apache.hupa.server.guice.demo
 
org.apache.hupa.server.guice.providers - package org.apache.hupa.server.guice.providers
 
org.apache.hupa.server.handler - package org.apache.hupa.server.handler
 
org.apache.hupa.server.mock - package org.apache.hupa.server.mock
 
org.apache.hupa.server.preferences - package org.apache.hupa.server.preferences
 
org.apache.hupa.server.rf - package org.apache.hupa.server.rf
 
org.apache.hupa.server.servlet - package org.apache.hupa.server.servlet
 
org.apache.hupa.server.utils - package org.apache.hupa.server.utils
 
org.apache.hupa.shared - package org.apache.hupa.shared
 
org.apache.hupa.shared.data - package org.apache.hupa.shared.data
 
org.apache.hupa.shared.events - package org.apache.hupa.shared.events
 
org.apache.hupa.shared.exception - package org.apache.hupa.shared.exception
 
org.apache.hupa.shared.rpc - package org.apache.hupa.shared.rpc
 
org.apache.hupa.widgets - package org.apache.hupa.widgets
 
org.apache.hupa.widgets.editor - package org.apache.hupa.widgets.editor
 
org.apache.hupa.widgets.editor.bundles - package org.apache.hupa.widgets.editor.bundles
 
org.apache.hupa.widgets.event - package org.apache.hupa.widgets.event
 
org.apache.hupa.widgets.ui - package org.apache.hupa.widgets.ui
 
org.apache.hupa.widgets.ui.impl - package org.apache.hupa.widgets.ui.impl
 
outdent() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 

P

pageFirst() - Method in interface org.apache.hupa.widgets.PagingOptionsConstants
 
pageLast() - Method in interface org.apache.hupa.widgets.PagingOptionsConstants
 
pageNext() - Method in interface org.apache.hupa.widgets.PagingOptionsConstants
 
pagePrev() - Method in interface org.apache.hupa.widgets.PagingOptionsConstants
 
PagingOptions - Class in org.apache.hupa.widgets.ui
PagingOptions for using to control the PagingScrollTable
PagingOptions(PagingScrollTable<?>, PagingOptionsConstants, Loading) - Constructor for class org.apache.hupa.widgets.ui.PagingOptions
 
PagingOptionsConstants - Interface in org.apache.hupa.widgets
 
PagingScrollTableRowDragController - Class in org.apache.hupa.client.dnd
 
PagingScrollTableRowDragController() - Constructor for class org.apache.hupa.client.dnd.PagingScrollTableRowDragController
 
PagingScrollTableRowDragController(AbsolutePanel) - Constructor for class org.apache.hupa.client.dnd.PagingScrollTableRowDragController
 
PagingScrollTableRowDragController.RowDragProxy - Class in org.apache.hupa.client.dnd
 
PagingScrollTableRowDragController.RowDragProxy() - Constructor for class org.apache.hupa.client.dnd.PagingScrollTableRowDragController.RowDragProxy
 
PARAM_FOLDER - Static variable in class org.apache.hupa.shared.SConsts
 
PARAM_NAME - Static variable in class org.apache.hupa.shared.SConsts
 
PARAM_UID - Static variable in class org.apache.hupa.shared.SConsts
 
passwordLabel() - Method in interface org.apache.hupa.client.HupaConstants
 
persist() - Method in interface org.apache.hupa.client.rf.SubjectRequest
 
persist() - Method in class org.apache.hupa.server.rf.Subject
 
PREFIX - Static variable in class org.apache.hupa.shared.data.Tag
 
PrepareNewMessageHandler - Class in org.apache.hupa.server.handler
Handle Noops
PrepareNewMessageHandler(IMAPStoreCache, Log, Provider<HttpSession>) - Constructor for class org.apache.hupa.server.handler.PrepareNewMessageHandler
 
preparePresenter(PlaceRequest, IMAPMessageListPresenter) - Method in class org.apache.hupa.client.mvp.place.IMAPMessageListPresenterPlace
 
preparePresenter(PlaceRequest, LoginPresenter) - Method in class org.apache.hupa.client.mvp.place.LoginPresenterPlace
 
prepareRequest(PlaceRequest, IMAPMessageListPresenter) - Method in class org.apache.hupa.client.mvp.place.IMAPMessageListPresenterPlace
 
productName() - Method in interface org.apache.hupa.client.HupaConstants
 
provideDispatchAsync(ExceptionHandler) - Method in class org.apache.hupa.client.gin.HupaClientModule
 
putValue(String, Object) - Method in class org.apache.hupa.server.mock.MockHttpSession
 

R

rawButton() - Method in interface org.apache.hupa.client.HupaConstants
 
RawMessage - Class in org.apache.hupa.shared.rpc
 
RawMessage(IMAPFolder, long) - Constructor for class org.apache.hupa.shared.rpc.RawMessage
 
RawMessageResult - Class in org.apache.hupa.shared.rpc
 
RawMessageResult() - Constructor for class org.apache.hupa.shared.rpc.RawMessageResult
 
RawMessageResult(String) - Constructor for class org.apache.hupa.shared.rpc.RawMessageResult
 
rawTitle() - Method in interface org.apache.hupa.client.HupaConstants
 
readUserPreferencesFromIMAP(Log, User, IMAPStore, String, String) - Static method in class org.apache.hupa.server.preferences.InImapUserPreferencesStorage
Opens the IMAP folder and read messages until it founds the magic subject, then gets the attachment which contains the data and return the serialized object stored.
readyToMoveMailIcon() - Method in interface org.apache.hupa.client.bundles.HupaImageBundle
 
realname - Variable in class org.apache.hupa.shared.rpc.ContactsResult.Contact
 
redraw() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
redraw() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
RefetchPagingScrollTable<RowType> - Class in org.apache.hupa.widgets.ui
PagingScrollTable which refetch a row after one is deleted.
RefetchPagingScrollTable(MutableTableModel<RowType>, FixedWidthGrid, FixedWidthFlexTable, TableDefinition<RowType>) - Constructor for class org.apache.hupa.widgets.ui.RefetchPagingScrollTable
 
refresh() - Method in interface org.apache.hupa.client.HupaConstants
 
refresh() - Method in interface org.apache.hupa.client.mvp.MessageSendPresenter.Display
 
refresh() - Method in class org.apache.hupa.client.mvp.MessageSendView
 
regex_any_tag - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
regex_badAttrs - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
regex_badTags - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
regex_email - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
regex_existingEmailLinks - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
regex_existingHttpLinks - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
regex_gt - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
regex_htmllink - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
regex_inlineImg - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
regex_lt - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
regex_nl - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
regex_nl_tags - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
REGEX_OMITTED_EMAILS - Static variable in class org.apache.hupa.server.preferences.UserPreferencesStorage
 
regex_orphandEmailLinks - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
regex_orphandHttpLinks - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
regex_revertInlineImg - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
regex_unneededTags - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
RegexPatterns - Class in org.apache.hupa.server.utils
A place where we centralize all compiled regular expressions which will be used in server side for html and text transformations.
RegexPatterns() - Constructor for class org.apache.hupa.server.utils.RegexPatterns
 
reloadData() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
reloadData() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
remove() - Method in interface org.apache.hupa.client.rf.SubjectRequest
 
remove(Widget) - Method in class org.apache.hupa.client.widgets.CommandsBar
 
remove(String) - Method in class org.apache.hupa.server.FileItemRegistry
 
remove(FileItem) - Method in class org.apache.hupa.server.FileItemRegistry
 
remove() - Method in class org.apache.hupa.server.rf.Subject
 
remove(Widget) - Method in class org.apache.hupa.widgets.ui.RndPanel
 
removeAttribute(String) - Method in class org.apache.hupa.server.mock.MockHttpSession
 
removeEmailFromList(List<String>, String) - Method in class org.apache.hupa.client.mvp.MessageSendPresenter
 
removeFormat() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 
removeHandler() - Method in class org.apache.hupa.client.HandlerRegistrationAdapter
 
removeItem(HttpServletRequest, FileItem) - Method in class org.apache.hupa.server.servlet.UploadAttachmentServlet
 
removeLink() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 
removeMessages(ArrayList<Message>) - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
removeMessages(ArrayList<Message>) - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
removeRows(ArrayList<RowType>) - Method in class org.apache.hupa.widgets.ui.RefetchPagingScrollTable
Remove the given rows from the underlying dataTable
removeTableListener(TableListener) - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
removeTableListener(TableListener) - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
removeValue(String) - Method in class org.apache.hupa.server.mock.MockHttpSession
 
removeWidget(Widget) - Method in class org.apache.hupa.client.mvp.AppView
 
removeWidget(Widget) - Method in class org.apache.hupa.client.mvp.MainView
 
renameFolder() - Method in interface org.apache.hupa.client.HupaConstants
 
RenameFolder - Class in org.apache.hupa.shared.rpc
 
RenameFolder(IMAPFolder, String) - Constructor for class org.apache.hupa.shared.rpc.RenameFolder
 
RenameFolder() - Constructor for class org.apache.hupa.shared.rpc.RenameFolder
 
RenameFolderHandler - Class in org.apache.hupa.server.handler
Handler which handle renaming of folders
RenameFolderHandler(IMAPStoreCache, Log, Provider<HttpSession>) - Constructor for class org.apache.hupa.server.handler.RenameFolderHandler
 
renameTo(Folder) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
repl_any_tag - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
repl_badAttrs - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
repl_badTags - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
repl_email - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
repl_existingHttpLinks - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
repl_existngEmailLinks - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
repl_gt - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
repl_htmllink - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
repl_inlineImg - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
repl_lt - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
repl_nl - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
repl_orphandEmailLinks - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
repl_orphandHttpLinks - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
repl_revertInlineImg - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
repl_unneededTags - Static variable in class org.apache.hupa.server.utils.RegexPatterns
 
replaceAll(String, Pattern, String) - Static method in class org.apache.hupa.server.utils.RegexPatterns
 
replaceAllRecursive(String, Pattern, String) - Static method in class org.apache.hupa.server.utils.RegexPatterns
 
REPLY_ALL_BUTTON - Static variable in class org.apache.hupa.client.mvp.IMAPMessageView
 
REPLY_BUTTON - Static variable in class org.apache.hupa.client.mvp.IMAPMessageView
 
replyAllMailButton() - Method in interface org.apache.hupa.client.HupaConstants
 
replyMailButton() - Method in interface org.apache.hupa.client.HupaConstants
 
ReplyMessage - Class in org.apache.hupa.shared.rpc
 
ReplyMessage(SMTPMessage, IMAPFolder, long) - Constructor for class org.apache.hupa.shared.rpc.ReplyMessage
 
ReplyMessage() - Constructor for class org.apache.hupa.shared.rpc.ReplyMessage
 
ReplyMessageEvent - Class in org.apache.hupa.shared.events
 
ReplyMessageEvent(User, IMAPFolder, Message, MessageDetails, boolean) - Constructor for class org.apache.hupa.shared.events.ReplyMessageEvent
 
ReplyMessageEventHandler - Interface in org.apache.hupa.shared.events
 
ReplyMessageHandler - Class in org.apache.hupa.server.handler
Handler which handle replies to a message
ReplyMessageHandler(Log, IMAPStoreCache, Provider<HttpSession>, UserPreferencesStorage, String, int, boolean, boolean) - Constructor for class org.apache.hupa.server.handler.ReplyMessageHandler
 
requestRows(TableModelHelper.Request, TableModel.Callback<Message>) - Method in class org.apache.hupa.client.mvp.MessageTableModel
 
reset() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
reset() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
reset() - Method in class org.apache.hupa.widgets.ui.PagingOptions
Reset the currentPage to 0
resetAttachments(A) - Method in class org.apache.hupa.server.handler.AbstractSendMessageHandler
Remove attachments from the registry
resetButton() - Method in interface org.apache.hupa.client.HupaConstants
 
restoreInlineLinks(String) - Method in class org.apache.hupa.server.handler.AbstractSendMessageHandler
 
revealDisplay(User, IMAPFolder, String) - Method in class org.apache.hupa.client.mvp.IMAPMessageListPresenter
 
revealDisplay(User, IMAPFolder, Message, MessageDetails) - Method in class org.apache.hupa.client.mvp.IMAPMessagePresenter
 
revealDisplay(User) - Method in class org.apache.hupa.client.mvp.MainPresenter
 
revealDisplay(User, IMAPFolder, Message, MessageDetails, String, MessageSendPresenter.Type) - Method in class org.apache.hupa.client.mvp.MessageSendPresenter
Bind the given values to this presenter
revealDisplay(User, IMAPFolder, Message, MessageDetails, MessageSendPresenter.Type) - Method in class org.apache.hupa.client.mvp.MessageSendPresenter
 
revealDisplay(User, String) - Method in class org.apache.hupa.client.mvp.MessageSendPresenter
 
revealDisplay(User) - Method in class org.apache.hupa.client.mvp.MessageSendPresenter
Bind the given user to the presenter
RndPanel - Class in org.apache.hupa.widgets.ui
Widget which renders a rounded panel.
RndPanel() - Constructor for class org.apache.hupa.widgets.ui.RndPanel
 
RndPanelGenerator - Interface in org.apache.hupa.widgets.ui.impl
Iterface for rounded panel generators
RndPanelGeneratorImpl - Class in org.apache.hupa.widgets.ui.impl
Simple generator of rounded panels using css.
RndPanelGeneratorImpl() - Constructor for class org.apache.hupa.widgets.ui.impl.RndPanelGeneratorImpl
 
RndPanelGeneratorImplIE - Class in org.apache.hupa.widgets.ui.impl
Generator of rounded panels using cobogw library.
RndPanelGeneratorImplIE() - Constructor for class org.apache.hupa.widgets.ui.impl.RndPanelGeneratorImplIE
 
rollback(A, R, ExecutionContext) - Method in class org.apache.hupa.server.handler.AbstractSessionHandler
Not implemented.
rollback(CheckSession, CheckSessionResult, ExecutionContext) - Method in class org.apache.hupa.server.handler.CheckSessionHandler
 
rollback(Contacts, ContactsResult, ExecutionContext) - Method in class org.apache.hupa.server.handler.ContactsHandler
 
rollback(LoginUser, LoginUserResult, ExecutionContext) - Method in class org.apache.hupa.server.handler.LoginUserHandler
 
rollback(LogoutUser, LogoutUserResult, ExecutionContext) - Method in class org.apache.hupa.server.handler.LogoutUserHandler
 
roundPanel(Panel) - Method in interface org.apache.hupa.widgets.ui.impl.RndPanelGenerator
 
roundPanel(Panel) - Method in class org.apache.hupa.widgets.ui.impl.RndPanelGeneratorImpl
 
roundPanel(Panel) - Method in class org.apache.hupa.widgets.ui.impl.RndPanelGeneratorImplIE
 

S

save(MockIMAPFolder) - Method in class org.apache.hupa.server.mock.MockIMAPStore
 
saveLoginLabel() - Method in interface org.apache.hupa.client.HupaConstants
 
saveSentMessage(User, Message) - Method in class org.apache.hupa.server.handler.AbstractSendMessageHandler
Save the message in the sent folder
saveUserPreferencesInIMAP(Log, User, Session, IMAPStore, String, String, Object) - Static method in class org.apache.hupa.server.preferences.InImapUserPreferencesStorage
Opens the IMAP folder, deletes all messages which match the magic subject and creates a new message with an attachment which contains the object serialized
SConsts - Class in org.apache.hupa.shared
 
SConsts() - Constructor for class org.apache.hupa.shared.SConsts
 
search(SearchTerm, Message[]) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
search(SearchTerm) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
searchButton() - Method in interface org.apache.hupa.client.HupaConstants
 
select() - Method in interface org.apache.hupa.client.HupaConstants
 
selectAllMessages() - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
selectAllMessages() - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
sendButton() - Method in interface org.apache.hupa.client.HupaConstants
 
sendClickHandler - Variable in class org.apache.hupa.client.mvp.MessageSendPresenter
 
sendMessage(User, Message) - Method in class org.apache.hupa.server.handler.AbstractSendMessageHandler
Send the message using SMTP, if the configuration uses authenticated SMTP, it uses the user stored in session to get the given login and password.
sendMessage(Message, Address[]) - Method in class org.apache.hupa.server.mock.MockSMTPTransport
 
SendMessage - Class in org.apache.hupa.shared.rpc
 
SendMessage(SMTPMessage) - Constructor for class org.apache.hupa.shared.rpc.SendMessage
 
SendMessage() - Constructor for class org.apache.hupa.shared.rpc.SendMessage
 
SendMessageHandler - Class in org.apache.hupa.server.handler
Handler which handle sending of new messages
SendMessageHandler(Log, IMAPStoreCache, Provider<HttpSession>, UserPreferencesStorage, String, int, boolean, boolean) - Constructor for class org.apache.hupa.server.handler.SendMessageHandler
 
SentMessageEvent - Class in org.apache.hupa.shared.events
 
SentMessageEvent() - Constructor for class org.apache.hupa.shared.events.SentMessageEvent
 
SentMessageEventHandler - Interface in org.apache.hupa.shared.events
 
SEPARATOR - Static variable in class org.apache.hupa.server.mock.MockIMAPFolder
 
ServerStatusEvent - Class in org.apache.hupa.shared.events
 
ServerStatusEvent(ServerStatusEvent.ServerStatus) - Constructor for class org.apache.hupa.shared.events.ServerStatusEvent
 
ServerStatusEvent.ServerStatus - Enum in org.apache.hupa.shared.events
 
ServerStatusEventHandler - Interface in org.apache.hupa.shared.events
 
SERVLET_DISPATCH - Static variable in class org.apache.hupa.shared.SConsts
 
SERVLET_DOWNLOAD - Static variable in class org.apache.hupa.shared.SConsts
 
SERVLET_SOURCE - Static variable in class org.apache.hupa.shared.SConsts
 
SERVLET_UPLOAD - Static variable in class org.apache.hupa.shared.SConsts
 
session - Variable in class org.apache.hupa.server.InMemoryIMAPStoreCache
 
SESSION_ID - Static variable in class org.apache.hupa.server.mock.MockConstants
 
SessionExpireEvent - Class in org.apache.hupa.shared.events
 
SessionExpireEvent(User) - Constructor for class org.apache.hupa.shared.events.SessionExpireEvent
 
SessionExpireEventHandler - Interface in org.apache.hupa.shared.events
 
sessionProvider - Variable in class org.apache.hupa.server.handler.CheckSessionHandler
 
sessionTimedOut() - Method in interface org.apache.hupa.client.HupaConstants
 
SessionUtils - Class in org.apache.hupa.server.utils
Utility methods for manage user's session objects
SessionUtils() - Constructor for class org.apache.hupa.server.utils.SessionUtils
 
setAccessKey(char) - Method in class org.apache.hupa.widgets.editor.Editor
 
setAccessKey(char) - Method in class org.apache.hupa.widgets.ui.MultiValueSuggestArea
 
setAttachments(List<MessageAttachment>, String, long) - Method in interface org.apache.hupa.client.mvp.IMAPMessagePresenter.Display
 
setAttachments(List<MessageAttachment>, String, long) - Method in class org.apache.hupa.client.mvp.IMAPMessageView
 
setAttribute(String, Object) - Method in class org.apache.hupa.server.mock.MockHttpSession
 
setAuthenticated(boolean) - Method in class org.apache.hupa.shared.data.User
Set if the User was successful authenticated
setBcc(ArrayList<String>) - Method in class org.apache.hupa.shared.data.SMTPMessage
 
setBehaviorDragProxy(boolean) - Method in class org.apache.hupa.client.dnd.PagingScrollTableRowDragController
 
setBodyStyleAttribute(String, String) - Method in class org.apache.hupa.widgets.editor.Editor
 
setCapabilities(List<String>) - Method in class org.apache.hupa.server.mock.MockIMAPStore
 
setCc(ArrayList<String>) - Method in class org.apache.hupa.shared.data.AbstractMessage
 
setChildIMAPFolders(ArrayList<IMAPFolder>) - Method in class org.apache.hupa.shared.data.IMAPFolder
Set the child folders
setContacts(ContactsResult.Contact[]) - Method in interface org.apache.hupa.client.mvp.ContactsPresenter.Display
 
setContacts(ContactsResult.Contact[]) - Method in class org.apache.hupa.client.mvp.ContactsView
 
setContacts(ContactsResult.Contact[]) - Method in class org.apache.hupa.shared.rpc.ContactsResult
 
setContent(String) - Method in interface org.apache.hupa.client.mvp.IMAPMessagePresenter.Display
 
setContent(String) - Method in class org.apache.hupa.client.mvp.IMAPMessageView
 
setContentType(String) - Method in class org.apache.hupa.shared.data.MessageAttachment
Set the content-type of the attachment
setData(int, Iterator<RowType>) - Method in class org.apache.hupa.client.widgets.DragRefetchPagingScrollTable
 
setDelimiter(String) - Method in class org.apache.hupa.shared.data.IMAPFolder
Set the delimiter which is used to seperate folders
setDraftsFolderName(String) - Method in class org.apache.hupa.shared.data.Settings
 
setDragHandler(int, int, DragRefetchPagingScrollTable.DragHandlerFactory) - Method in class org.apache.hupa.client.widgets.DragRefetchPagingScrollTable
 
setEnabled(boolean) - Method in class org.apache.hupa.widgets.editor.Editor
 
setEnabled(boolean) - Method in class org.apache.hupa.widgets.ui.EnableHyperlink
 
setEnabled(boolean) - Method in interface org.apache.hupa.widgets.ui.HasEnable
Enable or disable
setError(String) - Method in class org.apache.hupa.shared.rpc.GenericResult
 
setExpandLoading(boolean) - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
setExpandLoading(boolean) - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
SetFlag - Class in org.apache.hupa.shared.rpc
 
SetFlag(IMAPFolder, Message.IMAPFlag, boolean, ArrayList<Long>) - Constructor for class org.apache.hupa.shared.rpc.SetFlag
 
SetFlag() - Constructor for class org.apache.hupa.shared.rpc.SetFlag
 
setFlags(Message[], Flags, boolean) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
setFlags(int, int, Flags, boolean) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
setFlags(int[], Flags, boolean) - Method in class org.apache.hupa.server.mock.MockIMAPFolder
 
setFlags(ArrayList<Message.IMAPFlag>) - Method in class org.apache.hupa.shared.data.Message
 
SetFlagsHandler - Class in org.apache.hupa.server.handler
 
SetFlagsHandler(IMAPStoreCache, Log, Provider<HttpSession>) - Constructor for class org.apache.hupa.server.handler.SetFlagsHandler
 
setFocus(boolean) - Method in class org.apache.hupa.widgets.editor.Editor
 
setFocus(boolean) - Method in class org.apache.hupa.widgets.ui.MultiValueSuggestArea
 
SetFocusAction - Class in org.apache.hupa.client.validation
FocusAction uses FocusWidget instead of focusable, so it doesn't work with customized widgets extending composite.
SetFocusAction() - Constructor for class org.apache.hupa.client.validation.SetFocusAction
 
setFrom(String) - Method in class org.apache.hupa.shared.data.AbstractMessage
Set the From: header field
setFullName(String) - Method in class org.apache.hupa.shared.data.IMAPFolder
Set the full name of the folder
setHasAttachments(boolean) - Method in class org.apache.hupa.shared.data.AbstractMessage
 
setHeaders(Message) - Method in interface org.apache.hupa.client.mvp.IMAPMessagePresenter.Display
 
setHeaders(Message) - Method in class org.apache.hupa.client.mvp.IMAPMessageView
 
setHeight(String) - Method in class org.apache.hupa.widgets.editor.Editor
 
setHTML(String) - Method in class org.apache.hupa.widgets.editor.Editor
 
setHTML(String) - Method in class org.apache.hupa.widgets.ui.EnableHyperlink
 
setId(Long) - Method in interface org.apache.hupa.client.rf.SubjectProxy
 
setId(Long) - Method in class org.apache.hupa.server.rf.Subject
 
setInboxFolderName(String) - Method in class org.apache.hupa.shared.data.Settings
 
setIsValid(boolean) - Method in class org.apache.hupa.client.dnd.PagingScrollTableRowDragController.RowDragProxy
 
setLoading(boolean) - Method in interface org.apache.hupa.client.mvp.LoginPresenter.Display
 
setLoading(boolean) - Method in class org.apache.hupa.client.mvp.LoginView
 
setLoading(boolean) - Method in interface org.apache.hupa.client.mvp.MessageSendPresenter.Display
 
setLoading(boolean) - Method in class org.apache.hupa.client.mvp.MessageSendView
 
setLoadingFolders(boolean) - Method in interface org.apache.hupa.client.mvp.MainPresenter.Display
 
setLoadingFolders(boolean) - Method in class org.apache.hupa.client.mvp.MainView
 
setLoadingMessage(boolean) - Method in interface org.apache.hupa.client.mvp.MainPresenter.Display
 
setLoadingMessage(boolean) - Method in class org.apache.hupa.client.mvp.MainView
 
setMaxInactiveInterval(int) - Method in class org.apache.hupa.server.mock.MockHttpSession
 
setMessage(String) - Method in class org.apache.hupa.shared.rpc.GenericResult
 
setMessage(SMTPMessage) - Method in class org.apache.hupa.shared.rpc.SendMessage
 
setMessageAttachments(ArrayList<MessageAttachment>) - Method in class org.apache.hupa.shared.data.MessageDetails
Set the attachments
setMessageAttachments(ArrayList<MessageAttachment>) - Method in class org.apache.hupa.shared.data.SMTPMessage
Set the attachments
setMessageCount(int) - Method in class org.apache.hupa.shared.data.IMAPFolder
Set total message count
setName(String) - Method in class org.apache.hupa.shared.data.MessageAttachment
Set the name of the attachment
setName(String) - Method in class org.apache.hupa.shared.data.User
The name of the User
setPassword(String) - Method in class org.apache.hupa.shared.data.User
Set the Password of the User
setPostFetchMessageCount(int) - Method in interface org.apache.hupa.client.mvp.IMAPMessageListPresenter.Display
 
setPostFetchMessageCount(int) - Method in class org.apache.hupa.client.mvp.IMAPMessageListView
 
setPostFetchMessageCount(int) - Method in class org.apache.hupa.shared.data.Settings
 
setRawHeader(String) - Method in class org.apache.hupa.shared.data.MessageDetails
Set a raw String representation of the header
setReceivedDate(Date) - Method in class org.apache.hupa.shared.data.Message
 
setReplyto(String) - Method in class org.apache.hupa.shared.data.AbstractMessage
 
setSelected(boolean) - Method in class org.apache.hupa.client.widgets.IMAPTreeItem
 
setSentFolderName(String) - Method in class org.apache.hupa.shared.data.Settings
 
setServerStatus(ServerStatusEvent.ServerStatus) - Method in interface org.apache.hupa.client.mvp.AppPresenter.Display
 
setServerStatus(ServerStatusEvent.ServerStatus) - Method in class org.apache.hupa.client.mvp.AppView
 
setSettings(Settings) - Method in class org.apache.hupa.shared.data.User
 
setSize(int) - Method in class org.apache.hupa.shared.data.MessageAttachment
Set the content size in bytes
setSize(String, String) - Method in class org.apache.hupa.widgets.editor.Editor
 
setSubject(String) - Method in class org.apache.hupa.shared.data.AbstractMessage
Set the Subject: header field
setSubscribed(boolean) - Method in class org.apache.hupa.shared.data.IMAPFolder
 
setSuccess(boolean) - Method in class org.apache.hupa.shared.rpc.GenericResult
 
setTabIndex(int) - Method in class org.apache.hupa.widgets.editor.Editor
 
setTabIndex(int) - Method in class org.apache.hupa.widgets.ui.MultiValueSuggestArea
 
setTags(ArrayList<Tag>) - Method in class org.apache.hupa.shared.data.Message
 
setText(String) - Method in class org.apache.hupa.client.widgets.ConfirmDialogBox
 
setText(String) - Method in class org.apache.hupa.shared.data.MessageDetails
Set the body text of the content
setText(String) - Method in class org.apache.hupa.shared.data.SMTPMessage
Set the body text of the content
setText(String) - Method in class org.apache.hupa.widgets.editor.Editor
 
setText(String) - Method in class org.apache.hupa.widgets.ui.EditableTreeItem
 
setText(String) - Method in class org.apache.hupa.widgets.ui.EnableHyperlink
 
setText(String) - Method in class org.apache.hupa.widgets.ui.MultiValueSuggestArea
 
setText(String) - Method in class org.apache.hupa.widgets.ui.ToolTip
 
Settings - Class in org.apache.hupa.shared.data
 
Settings() - Constructor for class org.apache.hupa.shared.data.Settings
 
setTitle(String) - Method in interface org.apache.hupa.client.rf.SubjectProxy
 
setTitle(String) - Method in class org.apache.hupa.server.rf.Subject
 
setTo(ArrayList<String>) - Method in class org.apache.hupa.shared.data.AbstractMessage
 
setTrashFolderName(String) - Method in class org.apache.hupa.shared.data.Settings
 
setUid(long) - Method in class org.apache.hupa.shared.data.Message
 
setUid(long) - Method in class org.apache.hupa.shared.data.MessageDetails
 
setUnseenMessageCount(int) - Method in class org.apache.hupa.client.widgets.IMAPTreeItem
 
setUnseenMessageCount(int) - Method in class org.apache.hupa.shared.data.IMAPFolder
Set the count of all unseen messages within this folder
setUser(User) - Method in class org.apache.hupa.shared.rpc.CheckSessionResult
 
setUserObject(Object) - Method in class org.apache.hupa.client.widgets.IMAPTreeItem
 
setValidLogins(Map<String, String>) - Method in class org.apache.hupa.server.mock.MockIMAPStore
 
setValues(Widget, Widget, Widget, Widget, Widget, Widget) - Method in class org.apache.hupa.client.widgets.MessageHeaders
 
setVersion(Integer) - Method in interface org.apache.hupa.client.rf.SubjectProxy
 
setVersion(Integer) - Method in class org.apache.hupa.server.rf.Subject
 
setWidget(Widget) - Method in class org.apache.hupa.widgets.ui.EditableTreeItem
 
setWidget(Widget) - Method in class org.apache.hupa.widgets.ui.RndPanel
 
setWidth(String) - Method in class org.apache.hupa.widgets.editor.Editor
 
show() - Method in class org.apache.hupa.client.widgets.ConfirmDialogBox
 
show() - Method in interface org.apache.hupa.client.widgets.HasDialog
Show Dialog
show() - Method in class org.apache.hupa.widgets.ui.Loading
Show the Loading image
showContactsButton() - Method in interface org.apache.hupa.client.mvp.AppPresenter.Display
 
showContactsButton() - Method in class org.apache.hupa.client.mvp.AppView
 
showEditBox(String) - Method in class org.apache.hupa.widgets.ui.EditableTreeItem
Show the editbox filled with the given value
showItem(String) - Method in class org.apache.hupa.widgets.ui.EditableTreeItem
Show the "normal" item with the given text
showMainButton() - Method in interface org.apache.hupa.client.mvp.AppPresenter.Display
 
showMainButton() - Method in class org.apache.hupa.client.mvp.AppView
 
showMessage(String, int) - Method in interface org.apache.hupa.client.mvp.AppPresenter.Display
 
showMessage(String, int) - Method in class org.apache.hupa.client.mvp.AppView
 
showTopNavigation(boolean) - Method in interface org.apache.hupa.client.mvp.AppPresenter.Display
 
showTopNavigation(boolean) - Method in class org.apache.hupa.client.mvp.AppView
 
showWidget(Widget) - Method in class org.apache.hupa.client.mvp.AppView
 
showWidget(Widget) - Method in class org.apache.hupa.client.mvp.MainView
 
size() - Method in class org.apache.hupa.server.FileItemRegistry
 
SMTPMessage - Class in org.apache.hupa.shared.data
 
SMTPMessage() - Constructor for class org.apache.hupa.shared.data.SMTPMessage
 
startEdit() - Method in class org.apache.hupa.client.widgets.IMAPTreeItem
 
startEdit() - Method in class org.apache.hupa.widgets.ui.EditableTreeItem
 
startEdit() - Method in interface org.apache.hupa.widgets.ui.HasEditable
Start editing
startProcessing() - Method in class org.apache.hupa.client.mvp.IMAPMessageView
 
stopEdit() - Method in class org.apache.hupa.client.widgets.IMAPTreeItem
 
stopEdit() - Method in class org.apache.hupa.widgets.ui.EditableTreeItem
 
stopEdit() - Method in interface org.apache.hupa.widgets.ui.HasEditable
Stop editing
stopProcessing() - Method in class org.apache.hupa.client.mvp.IMAPMessageView
 
strikeThrough() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 
STRING_CR - Static variable in class org.apache.hupa.shared.Util
 
STRING_GT - Static variable in class org.apache.hupa.shared.Util
 
STRING_LT - Static variable in class org.apache.hupa.shared.Util
 
Subject - Class in org.apache.hupa.server.rf
 
Subject() - Constructor for class org.apache.hupa.server.rf.Subject
 
SubjectProxy - Interface in org.apache.hupa.client.rf
 
subjectRequest() - Method in interface org.apache.hupa.client.rf.HupaRequestFactory
 
SubjectRequest - Interface in org.apache.hupa.client.rf
 
subjects - Static variable in class org.apache.hupa.server.rf.Subject
 
subscript() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 
superscript() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 
SYS_PROP_CONFIG_FILE - Static variable in class org.apache.hupa.server.guice.GuiceServletConfig
 

T

Tag - Class in org.apache.hupa.shared.data
 
Tag(String) - Constructor for class org.apache.hupa.shared.data.Tag
 
TagMessage - Class in org.apache.hupa.shared.rpc
 
TagMessage() - Constructor for class org.apache.hupa.shared.rpc.TagMessage
 
TagMessage(Tag, IMAPFolder, ArrayList<Long>) - Constructor for class org.apache.hupa.shared.rpc.TagMessage
 
TagMessagesHandler - Class in org.apache.hupa.server.handler
Handler which use user flags for supporting tagging of messages
TagMessagesHandler(IMAPStoreCache, Log, Provider<HttpSession>) - Constructor for class org.apache.hupa.server.handler.TagMessagesHandler
 
toKey() - Method in class org.apache.hupa.shared.rpc.ContactsResult.Contact
 
Toolbar - Class in org.apache.hupa.widgets.editor
Toolbar for use with RichTextArea.
Toolbar(RichTextArea, ToolbarConstants) - Constructor for class org.apache.hupa.widgets.editor.Toolbar
Creates a new toolbar that drives the given rich text area.
ToolbarConstants - Interface in org.apache.hupa.widgets.editor
This Constants interface is used to make the toolbar's strings internationalizable.
ToolbarImages - Interface in org.apache.hupa.widgets.editor.bundles
This ClientBundle is used for all the button icons.
ToolTip - Class in org.apache.hupa.widgets.ui
A ToolTip which is shown a configured time before get destroyed
ToolTip(T) - Constructor for class org.apache.hupa.widgets.ui.ToolTip
 
toString() - Method in class org.apache.hupa.server.FileItemRegistry
 
toString() - Method in class org.apache.hupa.shared.data.AbstractMessage
 
toString() - Method in class org.apache.hupa.shared.data.IMAPFolder
 
toString() - Method in class org.apache.hupa.shared.data.Message
 
toString() - Method in class org.apache.hupa.shared.data.MessageDetails
 
toString() - Method in class org.apache.hupa.shared.data.SMTPMessage
 
toString() - Method in class org.apache.hupa.shared.data.Tag
 
toString() - Method in class org.apache.hupa.shared.data.User
 
toString() - Method in class org.apache.hupa.shared.rpc.ContactsResult.Contact
 
toString() - Method in class org.apache.hupa.shared.rpc.FetchFoldersResult
 
toString() - Method in class org.apache.hupa.shared.rpc.LoginUser
 
trace(Object) - Method in class org.apache.hupa.server.mock.MockLog
 
trace(Object, Throwable) - Method in class org.apache.hupa.server.mock.MockLog
 
treeClosed() - Method in interface org.apache.hupa.client.bundles.IMAPTreeImages
 
treeLeaf() - Method in interface org.apache.hupa.client.bundles.IMAPTreeImages
 
treeOpen() - Method in interface org.apache.hupa.client.bundles.IMAPTreeImages
 
txtDocumentToHtml(String, String, long) - Method in class org.apache.hupa.server.handler.GetMessageDetailsHandler
 
TYPE - Static variable in class org.apache.hupa.shared.events.BackEvent
 
TYPE - Static variable in class org.apache.hupa.shared.events.ContactsUpdatedEvent
 
TYPE - Static variable in class org.apache.hupa.shared.events.DecreaseUnseenEvent
 
TYPE - Static variable in class org.apache.hupa.shared.events.DeleteMessageEvent
 
TYPE - Static variable in class org.apache.hupa.shared.events.ExpandMessageEvent
 
TYPE - Static variable in class org.apache.hupa.shared.events.FlashEvent
 
TYPE - Static variable in class org.apache.hupa.shared.events.FolderSelectionEvent
 
TYPE - Static variable in class org.apache.hupa.shared.events.ForwardMessageEvent
 
TYPE - Static variable in class org.apache.hupa.shared.events.IncreaseUnseenEvent
 
TYPE - Static variable in class org.apache.hupa.shared.events.LoadMessagesEvent
 
TYPE - Static variable in class org.apache.hupa.shared.events.LoginEvent
 
TYPE - Static variable in class org.apache.hupa.shared.events.LogoutEvent
 
TYPE - Static variable in class org.apache.hupa.shared.events.MessagesReceivedEvent
 
TYPE - Static variable in class org.apache.hupa.shared.events.MoveMessageEvent
 
TYPE - Static variable in class org.apache.hupa.shared.events.NewMessageEvent
 
TYPE - Static variable in class org.apache.hupa.shared.events.ReplyMessageEvent
 
TYPE - Static variable in class org.apache.hupa.shared.events.SentMessageEvent
 
TYPE - Static variable in class org.apache.hupa.shared.events.ServerStatusEvent
 
TYPE - Static variable in class org.apache.hupa.shared.events.SessionExpireEvent
 
TYPE - Static variable in class org.apache.hupa.widgets.event.EditEvent
 

U

ul() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 
underline() - Method in interface org.apache.hupa.widgets.editor.bundles.ToolbarImages
 
unEscapeHtmlTags(String) - Static method in class org.apache.hupa.shared.Util
 
updateContactsFromServer() - Method in class org.apache.hupa.client.mvp.ContactsPresenter
 
updateControl(int, int, int) - Method in class org.apache.hupa.widgets.ui.PagingOptions
 
updateTreeItem(IMAPFolder) - Method in interface org.apache.hupa.client.mvp.MainPresenter.Display
 
updateTreeItem(IMAPFolder) - Method in class org.apache.hupa.client.mvp.MainView
 
UploadAttachmentServlet - Class in org.apache.hupa.server.servlet
Servlet which handle uploads.
UploadAttachmentServlet(Log) - Constructor for class org.apache.hupa.server.servlet.UploadAttachmentServlet
 
user - Variable in class org.apache.hupa.client.mvp.MainView
 
User - Class in org.apache.hupa.shared.data
User which will get used for login to the IMAP and SMTP account
User() - Constructor for class org.apache.hupa.shared.data.User
 
USER_ATTR - Static variable in class org.apache.hupa.server.preferences.InImapUserPreferencesStorage
 
USER_SESS_ATTR - Static variable in class org.apache.hupa.shared.SConsts
 
usernameLabel() - Method in interface org.apache.hupa.client.HupaConstants
 
UserPreferencesStorage - Class in org.apache.hupa.server.preferences
Abstract class which defines storage operations related with user preferences
UserPreferencesStorage() - Constructor for class org.apache.hupa.server.preferences.UserPreferencesStorage
 
Util - Class in org.apache.hupa.shared
 
Util() - Constructor for class org.apache.hupa.shared.Util
 

V

validate() - Method in interface org.apache.hupa.client.mvp.MessageSendPresenter.Display
 
validate() - Method in class org.apache.hupa.client.mvp.MessageSendPresenter
 
validate() - Method in class org.apache.hupa.client.mvp.MessageSendView
 
validate(V) - Method in class org.apache.hupa.client.validation.EmailListValidator
 
validate(V) - Method in class org.apache.hupa.client.validation.NotEmptyValidator
 
validate() - Method in class org.apache.hupa.server.CachedIMAPStore
 
validateProperties(Properties) - Static method in enum org.apache.hupa.server.utils.ConfigurationProperties
Test for mandatory properties, complete with default values when missing, and avoid unknown properties.
valueOf(String) - Static method in enum org.apache.hupa.client.mvp.MessageSendPresenter.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hupa.server.utils.ConfigurationProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hupa.shared.data.Message.IMAPFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hupa.shared.events.ServerStatusEvent.ServerStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hupa.widgets.editor.FontPicker.FontPickerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hupa.widgets.event.EditEvent.EventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.hupa.client.mvp.MessageSendPresenter.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hupa.server.utils.ConfigurationProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hupa.shared.data.Message.IMAPFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hupa.shared.events.ServerStatusEvent.ServerStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hupa.widgets.editor.FontPicker.FontPickerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hupa.widgets.event.EditEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(Object) - Method in class org.apache.hupa.server.mock.MockLog
 
warn(Object, Throwable) - Method in class org.apache.hupa.server.mock.MockLog
 
welcome() - Method in interface org.apache.hupa.client.HupaConstants
 
WidgetsCSS - Class in org.apache.hupa.widgets
 
WidgetsCSS() - Constructor for class org.apache.hupa.widgets.WidgetsCSS
 
wrapMessage(Message, MessageDetails, MessageSendPresenter.Type) - Static method in class org.apache.hupa.client.mvp.MessageSendPresenter
 

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

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