* tiny tool for message retrieval, first draft.
[citadel.git] / webcit / mime_parser.c
2007-11-11 Art Cancro* moved CtdlDecodeQuotedPrintable() into tools.c
2007-10-26 Art CancroUpdated the mime parser in webcit
2007-10-18 Art CancroRewrote extract_key() without repeated calls to strlen().
2007-07-12 Wilfried Göesgens* Created IsEmptyStr define to be used rather then...
2007-03-25 Art CancroBe more tolerant about whitespace between keys and...
2007-03-22 Art CancroBrought over the updated MIME parser from Citadel.
2007-03-13 Art CancroBrought over the updated mime parser from citadel
2007-03-07 Art CancroRewrote the quoted-printable decoder again. The previous
2007-02-14 Wilfried Göesgens* get synced with citadels mime_parser
2007-01-20 Art Cancro* Brought over the updated mime_parser.c from citadel
2006-05-03 Art Cancromime_parser.c: pad the encoded-to-unencoded buffer
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-21 Wilfried Göesgensmore doxygen doku.
2005-10-22 Art Cancro* More changes required to be able to do embedded messa...
2005-09-09 Art Cancro* Removed some dead code
2005-08-12 Art Cancro* All OS-level includes are now included from webcit...
2005-07-19 Art Cancro* Removed the last couple of places where forms were...
2005-07-19 Art Cancro* mime_parser.c: don't default Content-type: to text...
2005-07-19 Art Cancro* Brought over the newest version of the MIME parser...
2005-06-27 Art Cancro* Header file adjustments to make it work on FreeBSD
2005-03-30 Art Cancro* serv_crypto.c: made changes to OpenSSL calls ......
2003-04-30 Art Cancro* Added the ability to compose messages with file attac...
2002-09-24 Art Cancro* Rough cut of the two-pass calendar display routines...
2002-09-15 Art Cancro* Changed decode_base64() to CtdlDecodeBase64() to...
2002-03-19 Art Cancro* Brought over yet another new version of the MIME...
2002-01-24 Michael Hampton* Trace file using lprintf() similarly to citserver
2002-01-13 Art Cancro* Brought over the debugged mime parser from Citadel
2001-12-18 Art Cancro* mime parser update
2001-12-03 Art Cancro* Brought over an update of the MIME parser from Citadel.
2001-06-07 Art Cancro* Brought over an updated mime parser from Citadel
2001-06-06 Art Cancro* mime_parser.c: #include <pthread.h> so it compiles...
2001-05-31 Art Cancro* more mime fix attempts
2001-05-30 Art Cancro* Changes to mime parser ... still something wrong
2001-05-25 Art Cancro* Brought over the new MIME parser from Citadel. WARNI...
1999-12-03 Art Cancro* Rewrote the HTTP engine and application coupling...
1999-03-07 Art Cancro * wildmat.c, braindamage.c: added
1999-01-14 Art Cancromime parser fixes
1999-01-14 Art Cancro * Modified the back end of mime_parser to use...
1999-01-01 Art Cancro * Final cvs commit for 1998 (an awful year...
1999-01-01 Art Cancrostuff
1999-01-01 Art Cancromore work on the mime stuff
1998-12-31 Art Cancro * Wrote mime_parser.c for handling of image...
1998-12-31 Art Cancroadded more stuff to the parser
1998-12-31 Art Cancrogot it working ok
1998-12-31 Art Cancrogot boundaries working
1998-12-31 Art CancroFleshed out the mime parser a bit
1998-12-31 Art Cancrouuuughhhh... added mime_parser.c to prepare for uploads