You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Diego Castillo <di...@inexbee.com> on 2003/12/18 13:29:16 UTC

RE : MailetContext.sendMail() does not permit setting attributes

> The mail object you receive in your mailet implements the interface
> org.apache.mailets.Mail. This supports a variety of MailAttribute
> operations. MailImpl also implements org.apache.mailets.Mail. You
> certainly can create new instances of MailImpl within a mailet - see
> AbstractRedirect for example.

AbstractRedirect imports org.apache.james.core.MailImpl, which is not
part of the Mailet API. Sure I can send a new Mail with some attributes,
but not via the org.apache.mailet.* classes (correct me if I am wrong).

Diego


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org