Ashish, > I am looking to parse an email message by using amavisd or MIME::Parser. > > I am working on an approach that takes in the smtp data stream and returns > me with an array of attachment references or streams in fully parsed out > form in java that I can logically refer to as a received email object.
Apart from the java requirement, the rest is available to custom hooks in object $msginfo->mime_entity, which is a MIME::Parser entity holding the parsed message. > Is it possible with amavisd or MIME::PARSER, is there any java port > available for either amavisd or MIME::PARSER that I can use. Not that I would know. > I have already looked in mime4j and it doesn't solve my purpose in current > form since I still have to parse the mime messages after getting mime part > event notifications. Mark ------------------------------------------------------------------------------ _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/