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 ReversePath
public String getSmtpText()
ReversePath
getSmtpText
in interface ReversePath
public Mailbox getMailbox()
public String toString()
ReversePath
toString
in interface ReversePath
toString
in class Object