java - Example of parser using Mime4j 0.7.2 version -
i've lot of .eml files , need parse them. i'm using mime4j version 0.6.1 , wanna update version 0.7.2, cannot find sample.
read post apache mime4j maven dependency 0.7.2 , helped me right maven dependency. it's still lot of problems new methods. example in version 6 class multipart
got method getbodyparts
, return list<bodypart>
, , returs list<entity>
.
have example how parse smtp (eml) email mime4j 0.7.2?
Comments
Post a Comment