mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
b29efa5198
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. |
||
---|---|---|
.. | ||
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