Uses of Class
com.icegreen.greenmail.imap.AuthorizationException
Packages that use AuthorizationException
-
Uses of AuthorizationException in com.icegreen.greenmail.imap
Methods in com.icegreen.greenmail.imap that throw AuthorizationExceptionModifier and TypeMethodDescriptionImapHostManager.createMailbox(GreenMailUser user, String mailboxName) Returns a reference to a newly created Mailbox.voidImapHostManager.deleteMailbox(GreenMailUser user, String mailboxName) Deletes an existing MailBox.voidImapHostManager.renameMailbox(GreenMailUser user, String oldMailboxName, String newMailboxName) Renames an existing MailBox. -
Uses of AuthorizationException in com.icegreen.greenmail.imap.commands
Methods in com.icegreen.greenmail.imap.commands that throw AuthorizationExceptionModifier and TypeMethodDescriptionprotected voidQuotaCommand.doProcess(ImapRequestLineReader request, ImapResponse response, ImapSession session) protected voidQuotaRootCommand.doProcess(ImapRequestLineReader request, ImapResponse response, ImapSession session)