Hi all,

In one of my Java applications I have to forward e-mails. So, I get
e-mails (plain text or multipart) with any content (maybe also
attachments). I parse them, edit their subject, from- and to-header
and send them via SMTP.

I already implemented this using Apache James Mime4j and Apache
Commons Net but now I also have to append a footer/signature to the
content of each e-mail.

Can I achieve this with Mime4j too? Would be great! But I could not
find any documentation explaining this.

Thanks
Jason

Reply via email to