Download List

Projeto Descrição

mime4j provides a parser, MimeStreamParser, for
e-mail message streams in plain RFC822 and MIME
format. The parser uses a callback mechanism to
report parsing events such as the start of an
entity header, the start of a body, etc. If you
are familiar with the SAX XML parser interface you
should have no problem getting started with
mime4j. The parser only deals with the structure
of the message stream and won't do any decoding of
base64 or quoted-printable encoded header fields
and bodies. This is intentional - the parser
should only provide the most basic functionality
needed to build more complex parsers.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-08-29 08:10
0.4

Esta versão traz uma série de melhorias significativas em termos de capacidade de suporte, flexibilidade e desempenho. Ele tem uma API pública revisto e melhorado, suporte para análise de "headless" transmitidos através de mensagens não-SMTP transporta, como HTTP, reduzida dependências externas, análise de desempenho melhorado (até 10x), o apoio a RFC1864, RFC2045, RFC 2183, RFC2557, e RFC3066, e uma embalagem de revistas e hierarquia exceção.
Tags: Major feature enhancements
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.

2007-05-31 11:05
0.3

Tags: Initial freshmeat announcement

Project Resources