mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
5c5498ff39
Should be INCLUDES += -I./ Im not really sure why this is needed since the current mime is on the REQUIRES list. I had to fix this cause 'make depend' was breaking because of the misplaced './' |
||
---|---|---|
.. | ||
Makefile | ||
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