Uses of Class
org.apache.james.mailbox.SubscriptionException

Packages that use SubscriptionException
org.apache.james.mailbox   
 

Uses of SubscriptionException in org.apache.james.mailbox
 

Methods in org.apache.james.mailbox that throw SubscriptionException
 void SubscriptionManager.subscribe(MailboxSession session, java.lang.String mailbox)
          Subscribes the user in the session to the given mailbox.
 java.util.Collection<java.lang.String> SubscriptionManager.subscriptions(MailboxSession session)
          Finds all subscriptions for the user in the session.
 void SubscriptionManager.unsubscribe(MailboxSession session, java.lang.String mailbox)
          Unsubscribes the user in the session from the given mailbox.
 



Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.