| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 Dec 2012 13:18:29
0.7.2
|
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
13 Jan 2012 11:23:08
0.7.2
|
ale  |
Update to 0.7.2 release. |
09 Jan 2012 15:41:08
0.7.1
|
tabthorpe  |
- 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 |
11 Nov 2011 11:52:12
0.7.1
|
ale  |
Update to 0.7.1 release.
Feature safe: yes |
24 Oct 2011 04:17:38
0.7
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
09 Aug 2011 11:59:59
0.7
|
ale  |
Update to 0.7 release. |
10 Jan 2011 14:30:33
0.6.1
|
ale  |
Oops. |
10 Jan 2011 14:28:55
0.6.1
|
ale  |
Update to 0.6.1 bugfix release.
Add LICENSE.
Unfortunately remove javadocs. |
09 Mar 2009 07:23:51
0.6
|
ale  |
Update to 0.6 release. |
17 Oct 2008 05:54:07
0.5
|
ale  |
Update to 0.5 release. |
03 Sep 2008 08:04:41
0.4
|
ale  |
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/ |