/** * SMTP specific parsers, for example one which parses the recipient parameter of an RCPT command. * @see <a href="http://tools.ietf.org/html/rfc5321#section-4.1.1">RFC 5321 - 4.1.1. Command Semantics and Syntax</a> */ package mireka.address.parser;