com.icegreen.greenmail.user
Interface GreenMailUser

All Known Implementing Classes:
UserImpl

public interface GreenMailUser


Method Summary
 void authenticate(String password)
           
 void create()
           
 void delete()
           
 void deliver(MimeMessage msg)
           
 void deliver(MovingMessage msg)
           
 String getEmail()
           
 String getLogin()
           
 String getPassword()
           
 String getQualifiedMailboxName()
           
 void setPassword(String password)
           
 

Method Detail

getEmail

String getEmail()

getLogin

String getLogin()

deliver

void deliver(MovingMessage msg)
             throws UserException
Throws:
UserException

deliver

void deliver(MimeMessage msg)
             throws UserException
Throws:
UserException

create

void create()
            throws UserException
Throws:
UserException

delete

void delete()
            throws UserException
Throws:
UserException

getPassword

String getPassword()

setPassword

void setPassword(String password)

authenticate

void authenticate(String password)
                  throws UserException
Throws:
UserException

getQualifiedMailboxName

String getQualifiedMailboxName()