Package mireka.address
Interface ReversePath
-
- All Known Implementing Classes:
NullReversePath,RealReversePath
public interface ReversePathReversePath represents the address to which bounce messages should be sent, it is supplied in the SMTP MAIL command.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSmtpText()Returns the raw reverse path text, as it was supplied in the SMTP transaction, without the angle brackets.booleanisNull()StringtoString()Returns the displayable form of the reverse path.
-