gecko-dev/lib/libmime
brendan%netscape.com b29efa5198 - Add unsigned casts to relational expressions, silencing warnings at the cost
of failing to check negative-wraparound of int32 operands.
- Add casts and XXX comments to MSG_* calls that lack prototypes.
- #ifdef XP_UNIX around MimeHeaders_do_unix_display_hook_hack.
1998-10-26 19:25:17 +00:00
..
addr.c
Makefile
Makefile.in
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