Uses of Class
jakarta.mail.FolderClosedException
-
Packages that use FolderClosedException Package Description org.eclipse.angus.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store. -
-
Uses of FolderClosedException in org.eclipse.angus.mail.imap
Methods in org.eclipse.angus.mail.imap that throw FolderClosedException Modifier and Type Method Description protected voidIMAPFolder. checkOpened()protected voidIMAPMessage. forceCheckExpunged()Do a NOOP to force any untagged EXPUNGE responses and then check if this message is expunged.protected IMAPProtocolIMAPMessage. getProtocol()Get this message's folder's protocol connection.protected IMAPProtocolIMAPNestedMessage. getProtocol()protected booleanIMAPMessage. isREV1()protected booleanIMAPNestedMessage. isREV1()protected voidIMAPFolder. throwClosedException(ConnectionException cex)Throw the appropriate 'closed' exception.
-