Uses of Class
org.evolvis.tartools.rfc822.Path
-
-
Uses of Path in org.evolvis.tartools.rfc822
Subclasses of Path in org.evolvis.tartools.rfc822 Modifier and Type Class Description classUXAddressRepresents an RFC822 (and successors) eMail address header content, likePath, except the parser accepts more varying input, especially input by humans, and eventually will MIME-encode any nōn-ASCII characters.Methods in org.evolvis.tartools.rfc822 that return Path Modifier and Type Method Description static PathPath. of(String addresses)Creates and initialises a new (strict) parser for eMail addresses.
-