Hello, there.
I have the following problem:
I either need to change the subject of a message or add a header field
"Keywords" to it.
The spool of this processor is this_mailet -> other_mailet
Other_mailet needs specific data in either the subject line or the Keywords
field, which are too complicated for the users to type in.
So I am writing "this_mailet" to map a short version of the subject line to
the complicated one.
My problem is:
if I call
mimemessage.setHeader("Keywords", str)
or
mimemessage.setSubject("complicated stuff")
and do a
mimemessage.saveChanges()
the message keeps unchanged (old value of subject / no value in header).
What am I doing wrong?
Regards
Johannes Grob
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>