2012-02-20 Jeffrey Stedfast * README: Bumped version * configure.ac: Bumped version to 2.6.6 2012-02-20 Jeffrey Stedfast * gmime/gmime-message.c (multipart_guess_body): Fixed multipart/signed logic. 2012-02-20 Jeffrey Stedfast * gmime/gmime-common.c (g_mime_strdup_trim): Optimized. * gmime/gmime-parser.c (header_parse): Use g_mime_strdup_trim() instead of reimplementing the same logic here. 2012-02-20 Jeffrey Stedfast * gmime/gmime-parser.c: Instead of filtering Content-* headers inside GMimeObject subclasses, filter them in the parser. This way header fetching works as expected in subparts which might have non-standard headers (X-* and whatnot). 2012-02-19 Jeffrey Stedfast * gmime/gmime-encodings.c (g_mime_content_encoding_from_string): Match non-standard encodings: 7-bit, 8-bit, and x-uue (the standard names for these are 7bit, 8bit, and x-uuencode). 2012-02-19 Jeffrey Stedfast * gmime/gmime-common.c (g_mime_strdup_trim): New function that optimizes g_strstrip combined with g_strdup in both speed and memory usage (g_strstrip won't shrink the size of the dup'd memory). 2012-02-18 Jeffrey Stedfast * configure.ac: Add a --enable-smime flag which defaults to "no".