Seems to me that we either need to add:

  sendMail(Sender, Recipients, Message, State, Attributes);
  sendMail(Sender, Recipients, Message, Attributes);

or make it easier for developers to create a new Mail instance, which pretty
much means the same sort of parameters, since Sender and Recipients are
read-only properties.

Meanwhile, we can create a MailImpl when we need them.

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to