gecko-dev/lib/libmime
dmose%mozilla.org 142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
..
Makefile
Makefile.in
README
addr.c
mimecont.c
mimecont.h
mimedisp.h
mimedrft.c
mimeebod.c
mimeebod.h
mimeenc.c
mimeeobj.c
mimeeobj.h
mimefilt.c
mimehdrs.c
mimehdrs.h
mimei.c
mimei.h
mimeiimg.c
mimeiimg.h
mimeleaf.c
mimeleaf.h
mimemalt.c
mimemalt.h
mimemapl.c
mimemapl.h
mimemdig.c
mimemdig.h
mimemmix.c
mimemmix.h
mimemoz.c
mimempar.c
mimempar.h
mimemrel.c
mimemrel.h
mimemsg.c
mimemsg.h
mimemsig.c
mimemsig.h
mimemult.c
mimemult.h
mimeobj.c
mimeobj.h
mimepbuf.c
mimepbuf.h
mimestub.c
mimesun.c
mimesun.h
mimetenr.c
mimetenr.h
mimetext.c
mimetext.h
mimethtm.c
mimethtm.h
mimetpla.c
mimetpla.h
mimetric.c
mimetric.h
mimeunty.c
mimeunty.h
mimevcrd.c
mimevcrd.h

README

lib/libmime  --- a general-purpose MIME parser.

This module, libmime, implements a general-purpose MIME parser.
One of the methods provided by this parser is the ability to emit
an HTML representation of it.

All Mozilla-specific code is (and should remain) isolated in the
file mimemoz.c.  Generally, if the code involves images, netlib
streams, or MWContexts, it should be in mimemoz.c instead of in
the main body of the MIME parser.

See ALSO: mimei.h, http://www.imc.org/rfcs.html#mime,
  http://www.ietf.cnri.reston.va.us/ids.by.wg/mhtml.html