com.antiaction.mayhem.mail.imapd
Interface IIMAPServiceManager

All Known Implementing Classes:
IMAPServiceManager

public interface IIMAPServiceManager

Author:
Nicholas To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Method Summary
 IIMAPAccount imap_getAccount(java.lang.String user, java.lang.String domain)
          Returns an account if one exists for the given user name and domain.
 IIMAPStorage imap_getStorage(IIMAPAccount account)
          Returns interface to pop3 storage for a given user account.
 

Method Detail

imap_getAccount

IIMAPAccount imap_getAccount(java.lang.String user,
                             java.lang.String domain)
Returns an account if one exists for the given user name and domain.

Parameters:
user - POP3 login name.
domain - POP3 domain.
Returns:
Account if the user exists.

imap_getStorage

IIMAPStorage imap_getStorage(IIMAPAccount account)
Returns interface to pop3 storage for a given user account.

Parameters:
account - pop3 user account.
Returns:
storage interface.


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.