Check the JavaMail API. You can get the input stream to the raw message source from it.
-- Serge Knystautas Lokitech >> software . strategy . design >> http://www.lokitech.com p. 301.656.5501 e. [EMAIL PROTECTED] On 7/8/05, Mark <[EMAIL PROTECTED]> wrote: > Greetings, > > What options does one have in obtaining the original email source from > within a Mailet? > > From JDBCMailRepository.java and MimeMessageWrapper.java I see code > enumerating through the headers and then reading from the MimeMessage > input stream and writing to an output stream. > > Any other way to do it? > > Thanks, > > Mark > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
