commit 34d9e0257d71f093446277dbf8c3e8485ccec0c4
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jul 12 14:50:18 2012 +0200

    Could free uninitialized memory in e_mapi_connection_close_folder()

 src/addressbook/e-book-backend-mapi-contacts.c |    6 ++++--
 src/camel/camel-mapi-folder.c                  |    6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 4b470ed5f3c2efd43e7c11cc99bd98a601df9b3c
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jul 12 14:48:40 2012 +0200

    Use cancellable rec mutex for connection operations

 src/libexchangemapi/e-mapi-connection.c |  189 +++++++++++++++++++------------
 src/libexchangemapi/e-mapi-utils.c      |  152 +++++++++++++++++++++----
 src/libexchangemapi/e-mapi-utils.h      |   19 +++-
 3 files changed, 262 insertions(+), 98 deletions(-)

commit 31ac8d68faba8ff3e52573491bcf428a6cc29be8
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Jul 10 09:14:13 2012 +0200

    Updated Slovenian translation

 po/sl.po |  248 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 128 insertions(+), 120 deletions(-)

commit ece45008f622d0be3a1fdeb0fc474306ddeeb636
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Sat Jul 7 21:40:59 2012 +0200

    Updated French translation

 po/fr.po | 1669 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 801 insertions(+), 868 deletions(-)

commit b24c5666f6190ac0a8c0e9a41d8e408a5dcc5d17
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Fri Jul 6 23:02:40 2012 -0400

    Remove redundant method implementations.
    
    By default, CamelStoreClass uses g_str_hash for its hash_folder_name
    method, and g_str_equal for its equal_folder_name.  So we don't need
    to override those methods to do exactly the same thing.

 src/camel/camel-mapi-store.c |   18 ------------------
 1 file changed, 18 deletions(-)

commit 75491d7906d522dae7378c7dbc2d2aea26e5b725
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Jul 2 17:28:54 2012 +0200

    Updated Spanish translation

 po/es.po |  267 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 136 insertions(+), 131 deletions(-)

commit 0707baf425d0a3d722f4f2d72e739a82cdc26035
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jul 2 13:44:33 2012 +0200

    Add support for E_CONTACT_PHOTO property

 src/libexchangemapi/e-mapi-book-utils.c |  102 +++++++++++++++++++++++++++++++
 1 file changed, 102 insertions(+)

commit e570e7b55481a91868681aa52a21b6544b7040c0
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jul 2 12:17:48 2012 +0200

    Bug #679041 - Incorrect date in Sent Items folder

 src/camel/camel-mapi-folder.c           |    5 ++---
 src/libexchangemapi/e-mapi-mail-utils.c |   10 ++--------
 2 files changed, 4 insertions(+), 11 deletions(-)

commit 53b0e46a3f837f408ad52fa6108517a198586897
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jun 29 14:24:53 2012 +0200

    Prefill Kerberos Realm from /etc/krb5.conf, if possible

 src/configuration/e-mail-config-mapi-backend.c |  128 ++++++++++++++++++++++++
 1 file changed, 128 insertions(+)

commit 91b9904b54c7db0b83ee58b77d0d703174f18d85
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri Jun 29 12:11:21 2012 +0200

    Kerberos authentication did not work

 po/POTFILES.in                                 |    1 +
 src/camel/Makefile.am                          |    2 +
 src/camel/camel-mapi-provider.c                |    4 ++
 src/camel/camel-mapi-sasl-krb.c                |   62 ++++++++++++++++++++++++
 src/camel/camel-mapi-sasl-krb.h                |   59 ++++++++++++++++++++++
 src/camel/camel-mapi-store.c                   |   31 +++++++-----
 src/configuration/e-mail-config-mapi-backend.c |    4 +-
 src/configuration/e-mapi-config-utils.c        |    2 +-
 src/libexchangemapi/e-mapi-connection.c        |    6 +--
 9 files changed, 153 insertions(+), 18 deletions(-)

commit 35cb9dd9f8fa827888729b759a30dd0de7a5bb4f
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jun 28 17:43:48 2012 +0200

    Bug #678952 - Not all named properties are converted to server tags

 src/libexchangemapi/e-mapi-connection.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b6b66f3ab9675c66066404ebdbe7c087ca75a26c
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jun 28 16:21:16 2012 +0200

    Add spinner to wait dialog

 src/configuration/e-mapi-config-utils.c |   14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

commit 0aec1266b28cd5a9313b7794fa5a227852b5006a
Author: Milan Crha <mcrha@redhat.com>
Date:   Thu Jun 28 11:19:52 2012 +0200

    Use SetProps if write property as stream failed
    
    This had been reported as https://bugzilla.redhat.com/show_bug.cgi?id=835178

 src/libexchangemapi/e-mapi-connection.c |   34 ++++++++++++++++++++++++-------
 src/libexchangemapi/e-mapi-connection.h |    1 +
 2 files changed, 28 insertions(+), 7 deletions(-)

commit 32673a7792482e6703d83f98fbc2140f60a46169
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Jun 26 21:11:55 2012 +0200

    Updated Spanish translation

 po/es.po | 1701 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 843 insertions(+), 858 deletions(-)

commit 4f12815f2a2ac861458373b6c76ce2faec3c0466
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Jun 26 19:19:39 2012 +0200

    Updated Slovenian translation

 po/sl.po | 1692 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 837 insertions(+), 855 deletions(-)

commit eb0cfe3541a97ca9919b56a1fd22813915e7e853
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jun 25 20:12:41 2012 +0200

    Bug #637291 - Can't send to both internal and external recipients

 src/libexchangemapi/e-mapi-connection.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 55494cd74e641d4c7c243ac7e01f7fca831ed8ff
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jun 25 18:22:36 2012 +0200

    Avoid possible memory leak

 src/camel/camel-mapi-store.c |    4 ++++
 1 file changed, 4 insertions(+)

commit ca41bf4eaca6c8b98b496bbb399e352ae638b518
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jun 25 10:35:39 2012 +0200

    Post-release version bump

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4582a2f59def83d68ba400295e54bf5001d678ef
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Jun 25 10:34:42 2012 +0200

    NEWS update for 3.5.3

 NEWS |   13 +++++++++++++
 1 file changed, 13 insertions(+)