7 Replies Latest reply on May 18, 2006 3:16 PM by osterday

    Getting email content

    osterday

      I've been looking through the JBoss Mail Server source, but haven't figured out how I can parse the content from the MailBody - I've got a listener working and can save the content into an eml file that I can see in Outlook Express. I didn't see any references to javax.mail or parsing functions in the JBoss mail classes.

      I realize the "client" would parse the message, but if I'm doing things "server" side, does anyone have suggestions on this? I guess I need to create a javax.mail MimeMessage, but haven't figured out how to get this working. I looked at the Flex/Flash client code, but couldn't make heads or tails out of it.

      Thanks! (So far JBoss Mail Server is working out great!)