com.antiaction.mayhem.mail.pop3d
Interface IPOP3ServiceManager

All Known Implementing Classes:
POP3ServiceManager

public interface IPOP3ServiceManager

POP3 Account Manager interface.

Version:
1.00
Author:
Nicholas Clarke

Method Summary
 IPOP3Account pop3_getAccount(java.lang.String user, java.lang.String domain)
          Returns an account if one exists for the given user name and domain.
 IPOP3Storage pop3_getStorage(IPOP3Account account)
          Returns interface to pop3 storage for a given user account.
 

Method Detail

pop3_getAccount

IPOP3Account pop3_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.

pop3_getStorage

IPOP3Storage pop3_getStorage(IPOP3Account 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.