Email mime parsing
Posted
by Ashish
on Stack Overflow
See other posts from Stack Overflow
or by Ashish
Published on 2010-04-27T19:31:47Z
Indexed on
2010/04/27
19:33 UTC
Read the original article
Hit count: 390
Hi,
I was trying to find a user friendly mime parser for java that could just get rid of all that message part parsing a user have to do. see this for more info about my requirement.
Until now i have not been able to find one, so i think i need to write one for myself, that should be robust enough to handle all kind of emails. (I know this is not going to be easy.)
Since there are a ton of email RFC's , can somebody guide me in the right direction from where should i start.
© Stack Overflow or respective owner