aboutsummaryrefslogtreecommitdiff
path: root/mail/mime4j
Commit message (Collapse)AuthorAgeFilesLines
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* Update to 0.7.2 release.Alex Dupre2012-01-132-3/+3
| | | | Notes: svn path=/head/; revision=289099
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* Update to 0.7.1 release.Alex Dupre2011-11-112-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285555
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - 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. Notes: svn path=/head/; revision=284232
* Update to 0.7 release.Alex Dupre2011-08-092-12/+14
| | | | Notes: svn path=/head/; revision=279319
* Oops.Alex Dupre2011-01-101-3/+1
| | | | Notes: svn path=/head/; revision=267602
* Update to 0.6.1 bugfix release.Alex Dupre2011-01-102-7/+9
| | | | | | | | Add LICENSE. Unfortunately remove javadocs. Notes: svn path=/head/; revision=267601
* Update to 0.6 release.Alex Dupre2009-03-092-4/+4
| | | | Notes: svn path=/head/; revision=229731
* Update to 0.5 release.Alex Dupre2008-10-172-4/+4
| | | | Notes: svn path=/head/; revision=221668
* mime4j provides a parser, MimeStreamParser, for e-mail message streamsAlex Dupre2008-09-033-0/+68
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/ Notes: svn path=/head/; revision=219729