| This class is a substitute for java.net.URL. It allows one to add specific
properties depending on the URL's protocol.
At the moment only handles mailto: protocol.
I.E.: URL might be mailto:cpinto@yimports.com and sender is Celso Pinto,
resulting on getEmailAddress()==cpinto@yimports.com and getSender() on Celso Pinto.
author: Celso Pinto <cpinto@yimports.com> |