aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2008-09-03 16:04:41 +0800
committerale <ale@FreeBSD.org>2008-09-03 16:04:41 +0800
commit70f74cd9f40b2321dad87ac9041f15f7e59e3ea3 (patch)
tree4be463fcb7a74e7b72e8d823b41ecbcd6963a007 /mail/Makefile
parented467c0fd15696831e9025851fa56491bab81170 (diff)
downloadfreebsd-ports-gnome-70f74cd9f40b2321dad87ac9041f15f7e59e3ea3.tar.gz
freebsd-ports-gnome-70f74cd9f40b2321dad87ac9041f15f7e59e3ea3.tar.zst
freebsd-ports-gnome-70f74cd9f40b2321dad87ac9041f15f7e59e3ea3.zip
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/
Diffstat (limited to 'mail/Makefile')
-rw-r--r--mail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index f42d6f3aba42..47c10a4b661e 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -265,6 +265,7 @@
SUBDIR += milter-greylist-devel
SUBDIR += milter-regex
SUBDIR += milter-skem
+ SUBDIR += mime4j
SUBDIR += mimedefang
SUBDIR += mini_sendmail
SUBDIR += minimalist