jwz%mozilla.org 4e53d461b5 in order to make libmime compile without libmsg, moved some
utility functions from libmsg/msgutil.c to new files
libxp/xp_linebuf.c and libnet/mkbuf.c:

	msg_GrowBuffer ==> XP_GrowBuffer
	msg_LineBuffer ==> XP_LineBuffer
	msg_ReBuffer ==> XP_ReBuffer
	msg_MakeRebufferingStream ==> NET_MakeRebufferingStream
1998-08-09 03:49:12 +00:00
..
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-02 02:38:19 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00
1998-07-02 02:38:19 +00:00
1998-07-24 21:05:24 +00:00
1998-07-24 21:05:24 +00:00

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