Package org.evolvis.tartools.rfc822
Class Path.Address
java.lang.Object
org.evolvis.tartools.rfc822.Path.Address
- All Implemented Interfaces:
Path.ParserResult
- Enclosing class:
- Path
Representation for an
address (either mailbox or group).- Author:
- mirabilos (t.glaser@tarent.de)
-
Method Details
-
toString
Renders the mailbox or group as (non-wrapped) string. That is:
localPart@domain(mailbox)label <localPart@domain>(mailbox)label:[group-list];(group)
- Specified by:
toStringin interfacePath.ParserResult- Overrides:
toStringin classObject- Returns:
- String rendered address
-