| Package | Description |
|---|---|
| com.icegreen.greenmail.mail | |
| com.icegreen.greenmail.smtp | |
| com.icegreen.greenmail.user |
| Modifier and Type | Method and Description |
|---|---|
MailAddress |
MovingMessage.getReturnPath()
Retrieves the address from which the email was sent.
|
| Modifier and Type | Method and Description |
|---|---|
List<MailAddress> |
MovingMessage.getToAddresses()
Retrieves the addresses from which the email was sent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MovingMessage.addRecipient(MailAddress s)
Adds an address from which the email was sent.
|
void |
MovingMessage.removeRecipient(MailAddress s)
Removes an address from the list of addresses from which the email was sent.
|
void |
MovingMessage.setReturnPath(MailAddress fromAddress)
Sets or overwrites the address from which the email was sent.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SmtpManager.checkRecipient(SmtpState state,
MailAddress rcpt) |
String |
SmtpManager.checkSender(SmtpState state,
MailAddress sender) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserManager.deliver(MovingMessage msg,
MailAddress mailAddress) |
GreenMailUser |
MessageDeliveryHandler.handle(MovingMessage msg,
MailAddress mailAddress) |
Copyright © 2006–2022 Icegreen Technologies. All rights reserved.