Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 2008 08:04:41 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/mail Makefile ports/mail/mime4j Makefile distinfo pkg-descr
Message-ID:  <200809030804.m8384fm6072394@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ale         2008-09-03 08:04:41 UTC

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/mime4j          Makefile distinfo pkg-descr 
  Log:
  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/
  
  Revision  Changes    Path
  1.922     +1 -0      ports/mail/Makefile
  1.1       +43 -0     ports/mail/mime4j/Makefile (new)
  1.1       +3 -0      ports/mail/mime4j/distinfo (new)
  1.1       +22 -0     ports/mail/mime4j/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809030804.m8384fm6072394>