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.