Uses of Class
org.alfresco.email.ImapWrapper
-
Packages that use ImapWrapper Package Description org.alfresco.email org.alfresco.email.dsl org.alfresco.email.dsl.imap -
-
Uses of ImapWrapper in org.alfresco.email
Methods in org.alfresco.email that return ImapWrapper Modifier and Type Method Description ImapWrapperImapWrapper. attemptToDeleteOpenFolder()Attempts to delete an open folder Note: this will always fail since a folder must be closed in order to be deletedImapWrapperImapWrapper. authenticateUser(org.alfresco.utility.model.UserModel userModel)ImapWrapperImapWrapper. authenticateUser(org.alfresco.utility.model.UserModel userModel, int port)ImapWrapperImapWrapper. authenticateUser(org.alfresco.utility.model.UserModel userModel, java.lang.String host)ImapWrapperImapWrapper. authenticateUser(org.alfresco.utility.model.UserModel userModel, java.lang.String host, int port)ImapWrapperImapWrapper. copyMessagesTo(org.alfresco.utility.model.ContentModel destinationContentModel)Copy all messages from current folder to destination folderImapWrapperImapWrapper. copyMessageTo(org.alfresco.utility.model.ContentModel destinationContentModel)ImapWrapperImapWrapper. copyTo(org.alfresco.utility.model.ContentModel destination)ImapWrapperImapWrapper. createFolder(org.alfresco.utility.model.FolderModel folderModel)ImapWrapperImapWrapper. delete()Delete the folder.ImapWrapperImapWrapper. deleteMessage()Delete current message.ImapWrapperImapWrapper. deleteMessage(java.lang.String... contentNames)Delete specified message(s) (content) by given name.ImapWrapperImapWrapper. disconnect()ImapWrapperImapWrapper. moveMessageTo(org.alfresco.utility.model.ContentModel destinationContentModel)Move all messages from current folder to destination folderImapWrapperImapWrapper. moveTo(org.alfresco.utility.model.ContentModel destination)ImapWrapperImapWrapper. rename(java.lang.String newName)ImapWrapperImapWrapper. renameMessageTo(org.alfresco.utility.model.ContentModel newContent)Rename message to the name of new contentImapWrapperImapWrapper. searchSubjectFor(java.lang.String searchedTerm)Search subject message for searched termImapWrapperImapWrapper. searchSubjectWithWildcardsFor(java.lang.String searchedTerm)Search subject message for searched term that can contains wild cardsImapWrapperImapWrapper. subscribe()Subscribe the current folderImapWrapperImapWrapper. unsubscribe()Unsubscribe the current folderImapWrapperImapWrapper. update(java.lang.String content)ImapWrapperImapWrapper. usingAlfrescoImap()ImapWrapperImapWrapper. usingDataDictionary()ImapWrapperImapWrapper. usingPath(java.lang.String path)ImapWrapperImapWrapper. usingResource(org.alfresco.utility.model.ContentModel contentModel)ImapWrapperImapWrapper. usingSite(java.lang.String siteId)ImapWrapperImapWrapper. usingSite(org.alfresco.utility.model.SiteModel siteModel)ImapWrapperImapWrapper. usingSiteCalendarContainer(org.alfresco.utility.model.SiteModel siteModel)ImapWrapperImapWrapper. usingSiteLinksContainer(org.alfresco.utility.model.SiteModel siteModel)ImapWrapperImapWrapper. usingSiteRoot(org.alfresco.utility.model.SiteModel siteModel)Set the currentSpace to /Sites/siteIdImapWrapperImapWrapper. usingSites()ImapWrapperImapWrapper. usingSiteWikiContainer(org.alfresco.utility.model.SiteModel siteModel)ImapWrapperImapWrapper. usingUserHome()ImapWrapperImapWrapper. usingUserHome(java.lang.String username)ImapWrapperImapWrapper. usingUserHomeRoot() -
Uses of ImapWrapper in org.alfresco.email.dsl
Methods in org.alfresco.email.dsl that return ImapWrapper Modifier and Type Method Description ImapWrapperMessageFlags. updateFlags()Constructors in org.alfresco.email.dsl with parameters of type ImapWrapper Constructor Description MessageFlags(ImapWrapper imapWrapper, javax.mail.Message message) -
Uses of ImapWrapper in org.alfresco.email.dsl.imap
Methods in org.alfresco.email.dsl.imap that return ImapWrapper Modifier and Type Method Description ImapWrapperImapAssertion. contains(org.alfresco.utility.model.FolderModel... folderModels)Verify if specified folders exists in the current folderImapWrapperImapAssertion. contains(org.alfresco.utility.model.SiteModel... siteModels)Verify if specified folders (Imap site folders) exists in the current folderImapWrapperImapAssertion. containsMessages(org.alfresco.utility.model.FileModel... fileModels)Verify current folder contains messageImapWrapperImapAssertion. countMessagesIs(int messageCount)Verify total number of messages (files) from a folder in IMAP clientImapWrapperImapAssertion. currentDirectoryIs(org.alfresco.utility.model.ContentModel contentModel)Verify current working directory matches contentModelImapWrapperImapAssertion. doesNotContain(org.alfresco.utility.model.FolderModel... folderModels)Verify if current folder doesn't contain the specified foldersImapWrapperImapAssertion. doesNotContainMessages(org.alfresco.utility.model.FileModel... fileModels)Verify current folder does not contain messageImapWrapperImapAssertion. existsInImap()Verify current folder exists in IMAPImapWrapperImapAssertion. fileContentIsDisplayed()Verify file content has contains document name, title, description, creator, created date, modifier, modified date, size, content folder link, content url link, download urlImapWrapperImapAssertion. hasNewMessages()Verify a folder has new unread messages (files) in IMAP clientImapWrapperImapAssertion. isNotSubscribed()Verify if current folder is not subscribedImapWrapperImapAssertion. isSubscribed()Verify if current folder is subscribedImapWrapperImapAssertion. messageContainsFlags(javax.mail.Flags.Flag... flags)Verify if an Imap message has the specified flagsImapWrapperImapAssertion. messageContentMatchesFileModelData(org.alfresco.utility.model.FileModel fileModel)Verify file content for document name, title, description, content folder link, content url link and download urlImapWrapperImapAssertion. messageDoesNotContainFlags(javax.mail.Flags.Flag... flags)Verify if an Imap message doesn't have the specified flagsImapWrapperImapAssertion. messageSenderIs(java.lang.String subject, java.lang.String sender)Verify if the sender of message with subject is exactlyImapAssertion.messageSenderIs(String, String)ImapWrapperImapAssertion. messageSenderNameIs(java.lang.String subject, java.lang.String sender)Verify if the message sender containsImapAssertion#messageSenderIs(String)ImapWrapperImapAssertion. messageSubjectIs(java.lang.String subject)Verify if the message subject is exactlyImapAssertion.messageSubjectIs(String)ImapWrapperImapAssertion. resultsContainMessage(org.alfresco.utility.model.FileModel... files)Verify search results contain the message correspondent to the expected fileImapWrapperImapAssertion. resultsDoNotContainMessage(org.alfresco.utility.model.FileModel... files)Verify search results do NOT contain the message correspondent to the expected fileImapWrapperImapAssertion. userIsConnected()Verify user is connected through IMAP client to Alfresco repositoryImapWrapperImapAssertion. userIsNotConnected()Verify user is NOT connected through IMAP client to Alfresco repositoryConstructors in org.alfresco.email.dsl.imap with parameters of type ImapWrapper Constructor Description ImapAssertion(ImapWrapper imapProtocol, org.alfresco.utility.TasProperties tasProperties)ImapUtil(ImapWrapper imapProtocol)
-