Moved to new module init structure.
[citadel.git] / citadel / mime_parser.c
2007-07-26 Dave WestMoved to new module init structure.
2007-03-25 Art CancroBe more tolerant about whitespace between keys and...
2007-03-22 Art CancroThe MIME parser now correctly handles both LF and CRLF
2007-03-13 Art Cancromime_parser: remove code that reduces the size of the
2007-03-07 Art CancroRewrote the quoted-printable decoder again. The previous
2007-02-16 Wilfried Göesgens* handle =\r\n's in the qp decoder
2007-02-14 Wilfried Göesgens* tell what we did to the debs
2007-02-05 Wilfried Göesgens* remove =\n and friends instead of replacing it.
2007-02-04 Wilfried Göesgens* reworked CtdlDecodeQuotedPrintable
2007-01-20 Wilfried Göesgens* strlen is sloouuw.... don't use it over and over.
2006-05-04 Art Cancromime_parser.c: updated some of the comments
2006-05-03 Art Cancromime_parser.c: pad the encoded-to-unencoded buffer
2005-10-22 Art Cancroremoved comment
2005-10-22 Art Cancro* mime_parser.c: recurse into message/rfc822 parts...
2005-10-21 Art Cancro* MSG4 (and CtdlOutputMsg() as well) now accepts an...
2005-09-09 Art Cancro* Removed the bmstrstr() function, and replaced all...
2005-08-04 Art Cancro* Bumped internal version number to 6.54
2005-08-04 Art Cancro* imap_fetch.c: removed a spurious ')' character from...
2005-07-19 Art Cancro* Fixed a bug in the MIME parser that was causing it...
2005-07-19 Art Cancro* mime_parser.c: don't default to Content-type: text...
2005-07-19 Art Cancro* Updated the MIME parser API to include the "charset...
2005-01-19 Art Cancro* Minor and/or cosmetic changes made during x64 trouble...
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2003-11-13 Art Cancro* mime_parser.c: handle multipart *much* more efficient...
2003-04-29 Art Cancro* Fix an off-by-one error in the mime parser
2003-04-29 Art Cancro* mime parser: look for the "name=" subfield tacked...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2002-09-15 Art Cancro* Renamed decode_base64() to CtdlDecodeBase64()
2002-08-26 Art Cancro* Small bugfix for memory bounds checking in the MIME...
2002-04-20 Art Cancro* Cosmetic comment cleanup
2002-03-19 Art Cancro* mime_parser.c: minor changes for easier porting betwe...
2002-03-19 Art Cancro* Saw what IO did with strchr() and did the same in...
2002-03-17 Michael Hampton* mime_parser.c: more robust parsing of Content-Type...
2002-03-12 Nathan Bryantsquished the last remaining calls to sprintf
2002-01-13 Art Cancro* Repaired the problems I created when moving the_mime_...
2001-12-18 Art Cancro* Moved the buffers in the_mime_parser() from the stack...
2001-12-04 Art Cancro* mime_parser.c: change to memory allocation algorithm...
2001-12-03 Art Cancro* mime_parser.c: now uses built-in functions to decode...
2001-10-17 Nathan Bryantfurther format string cleanups (for i686-linux type...
2001-10-17 Nathan Bryant - declare *printf format specifiers if gcc detected
2001-10-10 Art Cancro* Bugfix for MSG0 command to properly handle multipart...
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...