mime4j 0.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News mime4j 0.4 (Default branch)
# 1  
Old 08-29-2008
mime4j 0.4 (Default branch)

mime4j provides a parser, MimeStreamParser, fore-mail message streams in plain RFC822 and MIMEformat. The parser uses a callback mechanism toreport parsing events such as the start of anentity header, the start of a body, etc. If youare familiar with the SAX XML parser interface youshould have no problem getting started withmime4j. The parser only deals with the structureof the message stream and won't do any decoding ofbase64 or quoted-printable encoded header fieldsand bodies. This is intentional - the parsershould only provide the most basic functionalityneeded to build more complex parsers.License: The Apache License 2.0Changes:
This release brings a number of significant improvements in terms of supported capabilities, flexibility, and performance. It has a revised and improved public API, support for parsing of 'headless' messages transmitted using non-SMTP transports such as HTTP, reduced external dependencies, improved parsing performance (up to 10x), support for RFC1864, RFC2045, RFC2183, RFC2557, and RFC3066, and a revised packaging and exception hierarchy.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question