open class EmailAddress
represent a mail address with an email address part and an optional full name e.g. the constructor will validate the address catching format errors like excess spaces, newlines the test is not very strict, for example an IDN address will be considered valid, even though SMTP doesn't work with that yet |
|
open class MailEncoder
create MIME mail messages from a MailMessage object example usage is:
usually you are not using this class directly, rather it will be used by |