public class LocalPart
extends Object
| Constructor and Description |
|---|
LocalPart(String escapedText) |
| Modifier and Type | Method and Description |
|---|---|
String |
displayableName()
Returns the unescaped mailbox name, which means that escaping constructs
are replaced by their represented value.
|
String |
smtpText()
Returns the escaped / quoted local-part string as received from the
remote SMTP client.
|
String |
toString()
The same as
displayableName(). |
public String displayableName()
public String smtpText()
public String toString()
displayableName().toString in class Object