Uses of Class
com.icegreen.greenmail.imap.AuthorizationException
-
Packages that use AuthorizationException Package Description com.icegreen.greenmail.imap com.icegreen.greenmail.imap.commands -
-
Uses of AuthorizationException in com.icegreen.greenmail.imap
Methods in com.icegreen.greenmail.imap that throw AuthorizationException Modifier and Type Method Description MailFolderImapHostManager. 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 AuthorizationException Modifier and Type Method Description protected voidQuotaCommand. doProcess(ImapRequestLineReader request, ImapResponse response, ImapSession session)protected voidQuotaRootCommand. doProcess(ImapRequestLineReader request, ImapResponse response, ImapSession session)
-