log src/lib-imap/imap-bodystructure.c @ 9595:166a188f9165 HEAD

age author description
Mon, 25 Jan 2010 01:18:58 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Tue, 24 Jun 2008 16:49:36 +0300 Timo Sirainen Merge RFC 2231 header continuations in BODY/BODYSTRUCTURE replies. Also use HEAD
Tue, 24 Jun 2008 13:37:55 +0300 Timo Sirainen Added missing Content-Language: support for BODYSTRUCTURE. HEAD
Fri, 20 Jun 2008 10:41:44 +0300 Timo Sirainen Added more consts, ATTR_CONSTs and ATTR_PUREs. HEAD
Mon, 11 Feb 2008 20:17:00 +0200 Timo Sirainen Renamed T_FRAME_BEGIN/END to T_BEGIN/END. Removed T_FRAME() macro and HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Fri, 21 Dec 2007 21:38:38 +0200 Timo Sirainen Add a context structure to all message parts and remove the NULL checks. HEAD
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Tue, 24 Jul 2007 06:59:56 +0300 Timo Sirainen Removed memory pool parameter from iostreams. Default pool was almost always HEAD
Fri, 20 Jul 2007 09:42:25 +0300 Timo Sirainen Removed message-content-parser. Instead added rfc822_parse_content_type() HEAD
Fri, 29 Jun 2007 19:15:39 +0300 Timo Sirainen Changed imap-parser API to use standard arrays for lists instead of its own HEAD
Fri, 29 Jun 2007 19:03:45 +0300 Timo Sirainen Added more consts to imap-parser API HEAD
Thu, 15 Mar 2007 18:50:39 +0200 Timo Sirainen Make imap_bodystructure_write() parameter constant. Patch by Max Kellermann HEAD
Fri, 15 Dec 2006 18:55:29 +0200 Timo Sirainen Added context parameter type safety checks for most callback APIs. HEAD
Sat, 18 Nov 2006 15:41:38 +0200 Timo Sirainen Cleanup: Don't put string literals into non-const pointers. HEAD
Tue, 30 May 2006 11:32:24 +0300 Timo Sirainen BODYSTRUCTURE -> BODY translation was missing CRLF after literal. HEAD
Sun, 26 Feb 2006 12:04:59 +0200 Timo Sirainen Added i_stream_destroy() and o_stream_destroy() and used them instead of HEAD
Sat, 18 Feb 2006 11:59:13 +0200 Timo Sirainen BODYSTRUCTURE -> BODY conversion was broken with mails containing HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Sun, 11 Sep 2005 16:23:00 +0300 Timo Sirainen Compiler warning fixes HEAD
Sun, 11 Sep 2005 16:19:26 +0300 Timo Sirainen "stack frame changed" crashfix HEAD
Sun, 03 Jul 2005 17:18:53 +0300 Timo Sirainen Added imap_bodystructure_is_plain_7bit() HEAD
Sun, 05 Jun 2005 23:36:55 +0300 Timo Sirainen Make Content-Language parser use rfc822-parser API. HEAD
Sun, 18 Jul 2004 05:25:06 +0300 Timo Sirainen Header caching redesigned. New design allows caching decisions per field, so HEAD
Thu, 08 Jul 2004 23:26:15 +0300 Timo Sirainen Cache file fixes, API changes, etc. It's still in somewhat ugly state, but HEAD
Sun, 21 Sep 2003 19:21:36 +0300 Timo Sirainen data_stack_pool split into two: unsafe_data_stack_pool which works like HEAD
Wed, 20 Aug 2003 05:51:06 +0300 Timo Sirainen removed unneeded code HEAD
Wed, 20 Aug 2003 04:41:30 +0300 Timo Sirainen If BODY/BODYSTRUCTURE is requested with some other headers, parse the HEAD
Wed, 06 Aug 2003 17:39:04 +0300 Timo Sirainen Some message/rfc822 mails were returned as text/plain HEAD
Wed, 06 Aug 2003 16:04:44 +0300 Timo Sirainen fix HEAD
Wed, 06 Aug 2003 05:29:21 +0300 Timo Sirainen Don't write envelope as NIL into bodystructure even if it's broken. HEAD
Wed, 06 Aug 2003 02:10:33 +0300 Timo Sirainen Fixes for parsing BODYSTRUCTURE HEAD
Mon, 14 Jul 2003 02:01:06 +0300 Timo Sirainen Fixes for handling missing Mime-Version HEAD
Sun, 13 Jul 2003 04:08:10 +0300 Timo Sirainen Ignore Content-* headers if there's no MIME-Version header. Note that this HEAD
Wed, 02 Jul 2003 03:57:24 +0300 Timo Sirainen IMAP parser memory limits are now enforced by bytes per line rather than HEAD
Mon, 23 Jun 2003 21:22:48 +0300 Timo Sirainen LIST and STATUS replies shouldn't strip tabs and spaces from mailbox names. HEAD
Wed, 04 Jun 2003 19:13:23 +0300 Timo Sirainen Add charset/us-ascii into body/bodystructure replies if no charset is given HEAD
Tue, 01 Apr 2003 17:55:48 +0300 Timo Sirainen crashfix HEAD
Wed, 26 Mar 2003 19:29:01 +0200 Timo Sirainen Better handling for multiline headers. Before we skipped headers larger than HEAD
Tue, 25 Feb 2003 23:05:52 +0200 Timo Sirainen final fix: text-content subtype wasn't defaulted to plain HEAD
Tue, 25 Feb 2003 22:55:52 +0200 Timo Sirainen Default to 7bit instead of 8bit content-encoding-type. HEAD
Sat, 08 Feb 2003 12:44:01 +0200 Timo Sirainen Don't do x-unknown mime encoding. Correct way is to just send them as HEAD
Mon, 06 Jan 2003 19:51:37 +0200 Timo Sirainen minor cleanup HEAD
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD
Sat, 04 Jan 2003 19:26:29 +0200 Timo Sirainen Use unsigned char* when accessing non-NUL terminating strings. Compiler HEAD
Sat, 04 Jan 2003 15:22:29 +0200 Timo Sirainen Rfc822 tokenizer cleanups HEAD
Fri, 03 Jan 2003 17:57:12 +0200 Timo Sirainen Rewrote rfc822-tokenize.c to work one token at a time so it won't uselessly HEAD
Thu, 02 Jan 2003 10:09:26 +0200 Timo Sirainen Don't access ImapArg's union members directly - too easy to mess up. Fixes a HEAD
Fri, 27 Dec 2002 22:57:11 +0200 Timo Sirainen BODYSTRUCTURE reply was incorrect. pine didn't like it. HEAD
Sun, 22 Dec 2002 00:02:57 +0200 Timo Sirainen Replaced TempString with a String which can use any memory pool and uses HEAD
Mon, 09 Dec 2002 17:25:20 +0200 Timo Sirainen Limited max. command argument elements to 128. Added more verbose error HEAD
Fri, 06 Dec 2002 03:09:22 +0200 Timo Sirainen Renamed IBuffer and OBuffer to IStream and OStream which describes their HEAD
Fri, 22 Nov 2002 10:37:06 +0200 Timo Sirainen handle broken multipart messages without crashing HEAD
Wed, 06 Nov 2002 09:46:55 +0200 Timo Sirainen another buggy check HEAD
Wed, 06 Nov 2002 09:46:06 +0200 Timo Sirainen buggy check HEAD
Wed, 06 Nov 2002 09:45:08 +0200 Timo Sirainen A few extra checks to prevent memory eating by sending mails with multiple HEAD
Thu, 17 Oct 2002 01:54:18 +0300 Timo Sirainen If BODYSTRUCTURE is cached, we can use it to generate BODY reply. It takes HEAD