Package mireka.address
Interface RemotePart
-
- All Known Implementing Classes:
AddressLiteral,DomainPart
public interface RemotePartRemotePart identifies the destination system in a mail address. For example in the john@example.com address example.com is the remote part.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()StringsmtpText()Returns the raw remote part text, as it was supplied in the SMTP transaction.
-