Uses of Class
de.muehlencord.shared.network.mail.MailReaderException
Packages that use MailReaderException
-
Uses of MailReaderException in de.muehlencord.shared.network.mail
Methods in de.muehlencord.shared.network.mail that throw MailReaderExceptionModifier and TypeMethodDescriptionvoidDefaultMailReader.copyMessage(MailMessage mm, String sourceFolder, String destFolder) copies the given message from the source folder to the destination foldervoidMailReader.copyMessage(MailMessage mm, String sourceFolder, String destFolder) copies the given message from the source folder to the destination folderDefaultMailReader.getDefaultFolder()returns the default folderMailReader.getDefaultFolder()returns the default folderreturns the folder, if folder path is a valid path to an existing folderreturns the folder, if folder path is a valid path to an existing folderintDefaultMailReader.getMessageCount(String sourceFolder) returns the message count for the given folderintMailReader.getMessageCount(String holdFolder) returns the amount of message in the given folderDefaultMailReader.getMessages(String sourceFolder) retrieves the list of messages stored in the given folderDefaultMailReader.getMessages(String sourceFolder, int start, int end) retrieves the list of messages stored in the given folderMailReader.getMessages(String folder) retrieves the list of messages stored in the given folderMailReader.getMessages(String folder, int start, int end) retrieves the list of messages stored in the given folderDefaultMailReader.getSubFolder(String sourceFolder) returns the list of subfolders of the specified source folderDefaultMailReader.getSubFolder(javax.mail.Folder sourceFolder) returns the list of subfolders of the specified source folderMailReader.getSubFolder(String sourceFolder) returns the list of subfolders of the specified source foldervoidDefaultMailReader.moveMessage(MailMessage mm, String sourceFolder, String destFolder) moves the given message from the source folder to the destination foldervoidMailReader.moveMessage(MailMessage mm, String sourceFolder, String destFolder) moves the given message from the source folder to the destination foldervoidDefaultMailReader.setSeenFlag(String folderName, MailMessage mm, boolean flagValue) marks the messages as seenvoidMailReader.setSeenFlag(String folder, MailMessage mm, boolean flagValue) marks the messages as seen -
Uses of MailReaderException in de.muehlencord.shared.network.mail.exchange
Methods in de.muehlencord.shared.network.mail.exchange that throw MailReaderExceptionModifier and TypeMethodDescriptionvoidExchangeMailReader.copyMessage(MailMessage mm, String sourceFolder, String destFolder) ExchangeMailReader.getDefaultFolder()intExchangeMailReader.getMessageCount(String holdFolder) ExchangeMailReader.getMessages(String folderName) ExchangeMailReader.getMessages(String folderName, int start, int end) ExchangeMailReader.getSubFolder(String sourceFolder) voidExchangeMailReader.moveMessage(MailMessage mm, String sourceFolder, String destFolder) voidExchangeMailReader.setSeenFlag(String folder, MailMessage mm, boolean flagValue)