2010-08-27 Jeffrey Stedfast * README: Bumped version * configure.in: Bumped version to 2.4.18 * build/vs2008/gmime.vcproj: Bumped version. 2010-08-26 Jeffrey Stedfast * gmime/internet-address.c (_internet_address_set_name): Don't decode/unquote the name. The docs for all the functions that call this asume the name string is in its decoded form already. (_internet_address_decode_name): New internal function that decodes a string and sets it as the name on the InternetAddress. (decode_address): Rewritten to be even more liberal in what it accepts. 2010-06-20 Jeffrey Stedfast * gmime/gmime-multipart-encrypted.c (g_mime_multipart_encrypted_decrypt): Don't unref the encrypted content mime part object when the content-type doesn't match application/octet-stream, g_mime_multipart_get_part() does not ref parts it returns. We also need to set an error when this happens.