freebsd-ports/mail/firemime/pkg-descr
Pav Lucistnik 6d70eea663 Add firemime, an easy to use, callback-based interface for parsing
MIME-encoded messages

PR:		ports/67375
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au>
2004-05-30 12:04:30 +00:00

6 lines
417 B
Text

FireMIME is a library providing an easy to use, callback-based interface
for parsing MIME-encoded messages. It parses messages in accordance with
RFC2045 and RFC2046, attempting to follow all rules set out in those
documents while still allowing leniency with some common errors. FireMIME
uses libfirestring for string handling. This allows it to be completely
8bit clean, including allowing \0 anywhere in messages.