log src/lib-imap/imap-bodystructure.c @ 21629:4a61612dab4f

age author description
Sun, 23 Oct 2016 17:51:59 +0200 Stephan Bosch lib-imap: imap-bodystructure: Renamed imap_bodystructure_parse_header() to message_part_data_parse_from_header().
Sun, 23 Oct 2016 17:27:07 +0200 Stephan Bosch lib-imap: imap-bodystructure: Grouped together functions relating to the conversion of BODYSTRUCTURE to BODY.
Sun, 23 Oct 2016 16:50:25 +0200 Stephan Bosch lib-imap: imap-bodystructure: Changed struct message_part_body to contain fully decoded data.
Sun, 23 Oct 2016 14:06:44 +0200 Stephan Bosch lib-imap: imap-bodystructure: Renamed `d' parameter to `data' in parse_content_header() function.
Sun, 23 Oct 2016 13:50:05 +0200 Stephan Bosch lib-imap: imap-bodystructure: Removed useless pool field from struct message_part_data.
Sun, 23 Oct 2016 13:29:43 +0200 Stephan Bosch lib-mail: Gave message_part_data its own field in struct message_part.
Sun, 23 Oct 2016 13:10:11 +0200 Stephan Bosch lib-imap: imap-bodystructure: Renamed struct message_part_body_data to message_part_data.
Mon, 09 Jan 2017 02:03:25 +0100 Stephan Bosch lib-imap: imap-bodystructure: Allow alternative syntax and omitted optional elements in parser input.
Sun, 08 Jan 2017 22:50:02 +0100 Stephan Bosch lib-imap: imap-bodystructure: Fixed parse error message about invalid Content-M5 field.
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 11 Jan 2017 01:57:46 +0100 Stephan Bosch global: Replaced all instances of memset(p, 0, sizeof(*p)) with the new i_zero() macro.
Wed, 14 Dec 2016 02:51:54 +0100 Stephan Bosch lib-imap: imap-bodystructure: Prevent writing erroneous whitespace between items in an envelope address list.
Mon, 10 Oct 2016 20:24:41 +0300 Timo Sirainen lib-imap: imap_bodystructure_parse() ignores text/plain flag mismatch for now.
Mon, 10 Oct 2016 20:23:47 +0300 Timo Sirainen lib-imap: Don't write a broken Content-Type as text/plain to BODYSTRUCTURE
Fri, 29 Jan 2016 15:09:35 +0200 Timo Sirainen lib-imap: Write invalid Content-Transfer-Encoding value as "7bit" to BODY/BODYSTRUCTURE.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Wed, 24 Oct 2012 11:22:28 +0300 Timo Sirainen lib-imap: bodystructure parsing now uses imap_append_string() instead of imap_quote*()
Sat, 15 Sep 2012 19:12:04 +0300 Timo Sirainen lib-imap: Fixed Content-Language parsing from BODYSTRUCTURE
Sat, 15 Sep 2012 18:58:48 +0300 Timo Sirainen lib-imap: Added support for parsing IMAP BODYSTRUCTURE and writing out a modified version.
Sat, 15 Sep 2012 16:13:02 +0300 Timo Sirainen imap_body_parse_from_bodystructure() now returns the error instead of logging it.
Wed, 27 Jun 2012 04:24:53 +0300 Timo Sirainen Try to avoid (void) casts by adding more ATTR_NOWARN_UNUSED_RESULT.
Mon, 25 Jun 2012 03:21:25 +0300 Timo Sirainen Avoid using (void)s by adding ATTR_NOWARN_UNUSED_RESULT attributes and other ways.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Sun, 09 Oct 2011 20:36:28 +0300 Timo Sirainen lib-imap: Added reference counting to imap parser.
Thu, 17 Mar 2011 16:37:22 +0200 Timo Sirainen Merged changes from v2.0 tree.
Fri, 04 Mar 2011 20:53:46 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Sun, 05 Dec 2010 23:52:37 +0000 Timo Sirainen Moved a global NVL() macro to the few places in lib-imap where it was actually used.
Mon, 05 Apr 2010 07:54:55 +0300 Timo Sirainen lib-imap: Changed imap_arg accessing APIs. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Fri, 28 Aug 2009 17:27:08 -0400 Timo Sirainen imap_quote*() now have fix_text parameter. If it's not set, input isn't modified at all. 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