The attached mailet seems to work for me under James 2.0a3. If you James developers want to, please feel free to add it to the "package".
Thanks. -Chris > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 11, 2002 7:41 AM > To: [EMAIL PROTECTED] > Subject: Adding a header field to a MimeMessage > > > > 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]>
AddHeader.java
Description: JavaScript source
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
