rice.email.proxy.mailbox.filebox
Class FileMailboxManager
java.lang.Object
rice.email.proxy.mailbox.filebox.FileMailboxManager
- All Implemented Interfaces:
- MailboxManager
public class FileMailboxManager
- extends java.lang.Object
- implements MailboxManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileMailboxManager
public FileMailboxManager(java.io.File base,
Environment env)
getMailboxType
public java.lang.String getMailboxType()
- Specified by:
getMailboxType
in interface MailboxManager
getName
public java.lang.String getName()
mailboxExists
public boolean mailboxExists(java.lang.String username)
destroyMailbox
public void destroyMailbox(java.lang.String username)
throws MailboxException
- Specified by:
destroyMailbox
in interface MailboxManager
- Throws:
MailboxException
createMailbox
public void createMailbox(java.lang.String username)
throws MailboxException
- Specified by:
createMailbox
in interface MailboxManager
- Throws:
MailboxException
getMailbox
public Mailbox getMailbox(java.lang.String username)
throws NoSuchMailboxException
- Specified by:
getMailbox
in interface MailboxManager
- Throws:
NoSuchMailboxException
Copyright © 2001-2005 - Rice Pastry.