Commit graph

9 commits

Author SHA1 Message Date
Alex Dupre
4c75d843eb Update to 0.7.2 release. 2012-01-13 11:23:08 +00:00
Thomas Abthorpe
e0ac1afbf4 - The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
2012-01-09 15:41:08 +00:00
Alex Dupre
4647612df4 Update to 0.7.1 release.
Feature safe:	yes
2011-11-11 11:52:12 +00:00
Alex Dupre
ff8c8a83ff Update to 0.7 release. 2011-08-09 11:59:59 +00:00
Alex Dupre
171d1dea48 Oops. 2011-01-10 14:30:33 +00:00
Alex Dupre
b911b07f03 Update to 0.6.1 bugfix release.
Add LICENSE.
Unfortunately remove javadocs.
2011-01-10 14:28:55 +00:00
Alex Dupre
2a7a32e30d Update to 0.6 release. 2009-03-09 07:23:51 +00:00
Alex Dupre
7e3d15902f Update to 0.5 release. 2008-10-17 05:54:07 +00:00
Alex Dupre
1098ca0851 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. It won't
do any decoding of base64 or quoted-printable encoded header fields and
bodies.

The parser has been designed to be extremely tolerant against messages
violating the standards.

mime4j can also be used to build a tree representation of an e-mail
message using the Message class. Using this facility mime4j
automatically handles the decoding of fields and bodies and uses
temporary files for large attachments.

WWW: http://james.apache.org/mime4j/
2008-09-03 08:04:41 +00:00