com.icegreen.greenmail.user
Interface GreenMailUser
- All Known Implementing Classes:
- UserImpl
public interface GreenMailUser
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()