Uses of Class
org.alfresco.email.ImapWrapper
Packages that use ImapWrapper
-
Uses of ImapWrapper in org.alfresco.email
Methods in org.alfresco.email that return ImapWrapperModifier and TypeMethodDescriptionImapWrapper.attemptToDeleteOpenFolder()Attempts to delete an open folder Note: this will always fail since a folder must be closed in order to be deletedImapWrapper.authenticateUser(org.alfresco.utility.model.UserModel userModel) ImapWrapper.authenticateUser(org.alfresco.utility.model.UserModel userModel, int port) ImapWrapper.authenticateUser(org.alfresco.utility.model.UserModel userModel, String host) ImapWrapper.authenticateUser(org.alfresco.utility.model.UserModel userModel, String host, int port) ImapWrapper.copyMessagesTo(org.alfresco.utility.model.ContentModel destinationContentModel) Copy all messages from current folder to destination folderImapWrapper.copyMessageTo(org.alfresco.utility.model.ContentModel destinationContentModel) ImapWrapper.copyTo(org.alfresco.utility.model.ContentModel destination) ImapWrapper.createFolder(org.alfresco.utility.model.FolderModel folderModel) ImapWrapper.delete()Delete the folder.ImapWrapper.deleteMessage()Delete current message.ImapWrapper.deleteMessage(String... contentNames) Delete specified message(s) (content) by given name.ImapWrapper.disconnect()ImapWrapper.moveMessageTo(org.alfresco.utility.model.ContentModel destinationContentModel) Move all messages from current folder to destination folderImapWrapper.moveTo(org.alfresco.utility.model.ContentModel destination) ImapWrapper.renameMessageTo(org.alfresco.utility.model.ContentModel newContent) Rename message to the name of new contentImapWrapper.searchSubjectFor(String searchedTerm) Search subject message for searched termImapWrapper.searchSubjectWithWildcardsFor(String searchedTerm) Search subject message for searched term that can contains wild cardsImapWrapper.subscribe()Subscribe the current folderImapWrapper.unsubscribe()Unsubscribe the current folderImapWrapper.usingAlfrescoImap()ImapWrapper.usingDataDictionary()ImapWrapper.usingResource(org.alfresco.utility.model.ContentModel contentModel) ImapWrapper.usingSite(org.alfresco.utility.model.SiteModel siteModel) ImapWrapper.usingSiteCalendarContainer(org.alfresco.utility.model.SiteModel siteModel) ImapWrapper.usingSiteLinksContainer(org.alfresco.utility.model.SiteModel siteModel) ImapWrapper.usingSiteRoot(org.alfresco.utility.model.SiteModel siteModel) Set the currentSpace to /Sites/siteIdImapWrapper.usingSites()ImapWrapper.usingSiteWikiContainer(org.alfresco.utility.model.SiteModel siteModel) ImapWrapper.usingUserHome()ImapWrapper.usingUserHome(String username) ImapWrapper.usingUserHomeRoot() -
Uses of ImapWrapper in org.alfresco.email.dsl
Methods in org.alfresco.email.dsl that return ImapWrapperConstructors in org.alfresco.email.dsl with parameters of type ImapWrapper -
Uses of ImapWrapper in org.alfresco.email.dsl.imap
Methods in org.alfresco.email.dsl.imap that return ImapWrapperModifier and TypeMethodDescriptionImapAssertion.contains(org.alfresco.utility.model.FolderModel... folderModels) Verify if specified folders exists in the current folderImapAssertion.contains(org.alfresco.utility.model.SiteModel... siteModels) Verify if specified folders (Imap site folders) exists in the current folderImapAssertion.containsMessages(org.alfresco.utility.model.FileModel... fileModels) Verify current folder contains messageImapAssertion.countMessagesIs(int messageCount) Verify total number of messages (files) from a folder in IMAP clientImapAssertion.currentDirectoryIs(org.alfresco.utility.model.ContentModel contentModel) Verify current working directory matches contentModelImapAssertion.doesNotContain(org.alfresco.utility.model.FolderModel... folderModels) Verify if current folder doesn't contain the specified foldersImapAssertion.doesNotContainMessages(org.alfresco.utility.model.FileModel... fileModels) Verify current folder does not contain messageImapAssertion.existsInImap()Verify current folder exists in IMAPImapAssertion.fileContentIsDisplayed()Verify file content has contains document name, title, description, creator, created date, modifier, modified date, size, content folder link, content url link, download urlImapAssertion.hasNewMessages()Verify a folder has new unread messages (files) in IMAP clientImapAssertion.isNotSubscribed()Verify if current folder is not subscribedImapAssertion.isSubscribed()Verify if current folder is subscribedImapAssertion.messageContainsFlags(javax.mail.Flags.Flag... flags) Verify if an Imap message has the specified flagsImapAssertion.messageContentMatchesFileModelData(org.alfresco.utility.model.FileModel fileModel) Verify file content for document name, title, description, content folder link, content url link and download urlImapAssertion.messageDoesNotContainFlags(javax.mail.Flags.Flag... flags) Verify if an Imap message doesn't have the specified flagsImapAssertion.messageSenderIs(String subject, String sender) Verify if the sender of message with subject is exactlyImapAssertion.messageSenderIs(String, String)ImapAssertion.messageSenderNameIs(String subject, String sender) Verify if the message sender containsImapAssertion#messageSenderIs(String)ImapAssertion.messageSubjectIs(String subject) Verify if the message subject is exactlyImapAssertion.messageSubjectIs(String)ImapAssertion.resultsContainMessage(org.alfresco.utility.model.FileModel... files) Verify search results contain the message correspondent to the expected fileImapAssertion.resultsDoNotContainMessage(org.alfresco.utility.model.FileModel... files) Verify search results do NOT contain the message correspondent to the expected fileImapAssertion.userIsConnected()Verify user is connected through IMAP client to Alfresco repositoryImapAssertion.userIsNotConnected()Verify user is NOT connected through IMAP client to Alfresco repositoryConstructors in org.alfresco.email.dsl.imap with parameters of type ImapWrapperModifierConstructorDescriptionImapAssertion(ImapWrapper imapProtocol, org.alfresco.utility.TasProperties tasProperties) ImapUtil(ImapWrapper imapProtocol)