java - MboxIterator not in Apache Mime4J -
i downloaded binaries of latest stable version of apache-mime4j
(0.7.2).
yet, fail compile next code since mboxiterator
& charbufferwrapper
classes not found.
final file mbox = new file("path/name.mbox"); (charbufferwrapper message : mboxiterator.fromfile(mbox).charset(encoder.charset()).build()) {do something}
the jars included in build path: apache-mime4j-core-0.7.2.jar
, apache-mime4j-dom-0.7.2.jar
.
am using wrong jars or version?
i had same problem ended getting work doing little research.
the classes mention, @ least found, not included mime4j, have code them yourself. devs, got them uploaded in following link: mboxiterator needed classes.
hope solve problem.
Comments
Post a Comment