public class RealReversePath extends Object implements ReversePath
| Constructor and Description |
|---|
RealReversePath(Mailbox mailbox) |
| Modifier and Type | Method and Description |
|---|---|
Mailbox |
getMailbox() |
String |
getSmtpText()
Returns the raw reverse path text, as it was supplied in the SMTP
transaction, without the angle brackets.
|
boolean |
isNull() |
String |
toString()
Returns the displayable form of the reverse path.
|
public RealReversePath(Mailbox mailbox)
public boolean isNull()
isNull in interface ReversePathpublic String getSmtpText()
ReversePathgetSmtpText in interface ReversePathpublic Mailbox getMailbox()
public String toString()
ReversePathtoString in interface ReversePathtoString in class Object