annotate lib/org.apache.james.mime4j_0.6/readme.txt @ 0:db87c1b7eb6d

initial
author dwinter
date Wed, 03 Nov 2010 12:18:46 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
db87c1b7eb6d initial
dwinter
parents:
diff changeset
1 -------------------
db87c1b7eb6d initial
dwinter
parents:
diff changeset
2 Apache James Mime4j
db87c1b7eb6d initial
dwinter
parents:
diff changeset
3 -------------------
db87c1b7eb6d initial
dwinter
parents:
diff changeset
4
db87c1b7eb6d initial
dwinter
parents:
diff changeset
5 "Apache Mime4j provides a parser, MimeStreamParser, for e-mail message
db87c1b7eb6d initial
dwinter
parents:
diff changeset
6 streams in plain rfc822 and MIME format. The parser uses a callback
db87c1b7eb6d initial
dwinter
parents:
diff changeset
7 mechanism to report parsing events such as the start of an entity
db87c1b7eb6d initial
dwinter
parents:
diff changeset
8 header, the start of a body, etc. If you are familiar with the SAX
db87c1b7eb6d initial
dwinter
parents:
diff changeset
9 XML parser interface you should have no problem getting started with
db87c1b7eb6d initial
dwinter
parents:
diff changeset
10 mime4j. "
db87c1b7eb6d initial
dwinter
parents:
diff changeset
11
db87c1b7eb6d initial
dwinter
parents:
diff changeset
12 For more information:
db87c1b7eb6d initial
dwinter
parents:
diff changeset
13 http://james.apache.org/mime4j/