I see this in GenericListserve:

if (!isAttachmentsAllowed() && mail.getMessage().getContent() instanceof
MimeMultipart) {
                getMailetContext().bounce(mail, "You cannot send attachments
to this listserv.");
                mail.setState(Mail.GHOST);
                return;



Does this mean that mime-type: multipart/alternative messages are canned
too? what if every part is disposition: inline, shouldn't they get through?

I asked this on the user list, but this is probably the better place:

where can I find out how to deal with MIME messages in my mailet?

I thought I'd try adding a footer to messages [in a mailet], then I came up
against MIME,
which I'm pretty cool with, but I don't want to re-invent the wheel, so my q
is what classes can I use to get at the parts of my message? are there some
in James, or another jakarta project, or do I need to source them elswhere?
(in which case I might write them after all, I've written a mime parser in
perl, it should get easier with practice!)


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

Reply via email to