- port to Cygwin (DLL support, etc.)
[citadel.git] / citadel / mime_parser.c
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2001-06-07 Art Cancro* More tweaks to the MIME parser
2001-06-06 Art Cancro* fix a bug
2001-06-06 Art Cancro* Moved memreadline() to tools.c
2001-05-18 Art Cancro* Fixed bug in mime_parser.c that caused parts to be...
2001-02-13 Art Cancro* Worked out the remaining bugs in IMAP FETCH for the...
2001-01-16 Art Cancro* yeesh ... more on the IMAP BODYSTRUCTURE
2001-01-16 Art Cancro* imap bodystructure
2001-01-16 Art Cancro* Changed the MIME parser API *again* because we now...
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-11-06 Art Cancro* Changed the mime_parser() API (again) to allow "don...
2000-11-02 Art Cancro* Worked on the fetching of mime parts using imap
2000-10-29 Art Cancro* Start numbering top-level MIME parts as 1, 2... not...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
1999-10-28 Art Cancro* Removed all of the thread cancellation cruft that...
1999-08-29 Art Cancro* Output multipart header before the parts
1999-08-29 Art Cancro* Made some changes to the output of MIME (especially...
1999-03-01 Art Cancromime_parser.c: strip leading whitespace in content_type...
1999-02-24 Nathan Bryantfixes for BSDI. see ChangeLog.
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-01-31 Art Cancro * Added qpdecode.c to the distribution (decodes...
1999-01-31 Art CancroFinished the mime parser, but there's a bug in it somew...
1999-01-31 Art Cancrohandle "disposition" field
1999-01-31 Art CancroAdded base64.c to the distribution
1999-01-31 Art Cancromore work on the mime stuff
1999-01-31 Art CancroMore work on the MIME parser
1999-01-29 Nathan Bryantirix fixen
1999-01-21 Art Cancromade some progress with MIME
1999-01-20 Art CancroAdded the ability to supply both start and end pointers...
1999-01-20 Art Cancro Started a rewrite of the MIME parser
1999-01-15 Art Cancro * Brought over the mime_parser from WebCit...