public interface Mailbox
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(String password)
Required for SMTP and pop command in POP
|
boolean |
authenticateMD5(byte[] passwordHash)
Required for apop command in POP protocol
|
MessageFolder |
getInbox()
Locate the primary folder to deliver mail to
|
MessageFolder |
getMailFolder(String name)
Locate the named folder
|
boolean |
isEmailDisabled() |
void |
storeMail(javax.mail.internet.MimeMessage mm)
Called when a message has been received for delivery to this user.
|
boolean authenticate(String password)
password - boolean authenticateMD5(byte[] passwordHash)
passwordHash - MessageFolder getInbox()
MessageFolder getMailFolder(String name)
name - boolean isEmailDisabled()
void storeMail(javax.mail.internet.MimeMessage mm)
mm - Copyright © 2021 McEvoy Software Ltd. All rights reserved.