RE: Email attachment parsing via mime4j

2010-04-21 Thread Sharma, Ashish
21, 2010 9:03 PM To: Sharma, Ashish Cc: Postfix users Subject: Re: Email attachment parsing via mime4j Sharma, Ashish: > But since there are lots of cases that I need to cater to that's > why I am looking for a MIME processor that does this all catering > to all of the possible cases (

Re: Email attachment parsing via mime4j

2010-04-21 Thread Wietse Venema
Sharma, Ashish: > But since there are lots of cases that I need to cater to that's > why I am looking for a MIME processor that does this all catering > to all of the possible cases (like text/html, text/plain, > multipart/alternative, multipart/mixed, multipart/related etc) on > the backend. ... >

RE: Email attachment parsing via mime4j

2010-04-21 Thread Sharma, Ashish
hanks in advance Ashish Sharma -Original Message- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Wietse Venema Sent: Wednesday, April 21, 2010 8:17 PM To: Postfix users Subject: Re: Email attachment parsing via mime4j Sharma, Ashish: > Hi, &

Re: Email attachment parsing via mime4j

2010-04-21 Thread Wietse Venema
Sharma, Ashish: > Hi, > > I am using a small java smtp library > (http://code.google.com/p/subethasmtp/), by this I need to parse > the incoming emails in separate components viz body, attachments > etc. > > I am trying to use mime4j , but the documentation suggests that > mime4j can only give eve