com.antiaction.mayhem.mail.imapd
Interface IIMAPAccount

All Known Implementing Classes:
IMAPAccount

public interface IIMAPAccount

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

Method Summary
 boolean allowPassword()
           
 java.lang.String getDomain()
           
 java.lang.String getEmail()
           
 java.lang.String getPassword()
           
 IIMAPStorage getStorage()
           
 java.lang.String getUsername()
           
 

Method Detail

getEmail

java.lang.String getEmail()

getDomain

java.lang.String getDomain()

getUsername

java.lang.String getUsername()

getPassword

java.lang.String getPassword()

allowPassword

boolean allowPassword()

getStorage

IIMAPStorage getStorage()


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