commit 11388465c8fd35d02979b67512aecce657ae7867
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Jun 2 21:45:15 2012 -0400

    NEWS update for 3.5.2 release.

 NEWS |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

commit 846e758458110bd186786f11cbd94ad796f1addf
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Jun 2 07:45:22 2012 -0400

    Whitespace cleanups.

 src/addressbook/e-book-backend-groupwise.c |    4 +-
 src/calendar/e-cal-backend-groupwise.c     |   40 ++++++++++++++--------------
 src/camel/camel-groupwise-folder.c         |    6 ++--
 src/camel/camel-groupwise-store.c          |    4 +--
 src/camel/camel-groupwise-summary.c        |    3 +-
 src/camel/camel-groupwise-transport.c      |    7 ++---
 src/camel/gwsend/camel-gwsend-transport.c  |    2 +-
 src/camel/imapx/camel-gwimap-settings.h    |    1 -
 src/camel/imapx/camel-gwimap-store.c       |    3 +-
 9 files changed, 33 insertions(+), 37 deletions(-)

commit 879d264975e77456d18e46647e809d0517aaba99
Author: Vibha Yadav <yvibha@suse.com>
Date:   Mon May 21 12:35:22 2012 +0530

    Fix Typo.

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fb68fad817fff527f998506424f647f2989cbdbb
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat May 19 14:52:05 2012 -0400

    Adapt to CamelService API changes.

 src/camel/camel-groupwise-folder.c        |   69 ++----------------------
 src/camel/camel-groupwise-store.c         |   83 +++++-----------------------
 src/camel/gwsend/camel-gwsend-transport.c |   17 +-----
 3 files changed, 22 insertions(+), 147 deletions(-)

commit 8bf4f98b86168781a707f424c8d19a51494e8802
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri May 18 09:00:56 2012 +0200

    Remove camel_folder_has_search_capability()

 src/camel/camel-groupwise-folder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e5dd37b2d9f093264cbc3f4aa5f7626c6bcc507b
Author: Vibha Yadav <yvibha@suse.com>
Date:   Fri May 18 11:56:44 2012 +0530

    Bug #676207 - Fix compile time warning.
    
    Adapt to Filters/Search folder changes in mail engine.
    http://git.gnome.org/browse/evolution/commit/?id=e758de5b1d7f0e257ff034caa9d73db64607a800

 src/plugins/share-folder-common.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c6a0063e60d2bbeaa62344ca4df6fca1010e48d7
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Tue May 15 12:51:18 2012 +0530

    Push missing Makefile.am

 src/camel/groupwise/Makefile.am |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

commit ecc93dd287beb6cb742ec6c26b4c88cb212ad017
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon May 14 18:17:18 2012 +0200

    Updated POTFILES.in

 po/POTFILES.in |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

commit 2da9acc14377705348ce48a63389d6b6f03e0d72
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Mon May 14 19:05:28 2012 +0530

    Allow sending mails through groupwise soap protocol

 configure.ac                              |    1 +
 src/camel/Makefile.am                     |    2 +-
 src/camel/camel-groupwise-store.c         |   25 +--
 src/camel/camel-groupwise-transport.c     |   34 +--
 src/camel/camel-groupwise-transport.h     |   11 +-
 src/camel/gwsend/Makefile.am              |   30 +++
 src/camel/gwsend/camel-gwsend-provider.c  |  147 ++++++++++++++
 src/camel/gwsend/camel-gwsend-settings.c  |  172 ++++++++++++++++
 src/camel/gwsend/camel-gwsend-settings.h  |   62 ++++++
 src/camel/gwsend/camel-gwsend-transport.c |  314 +++++++++++++++++++++++++++++
 src/camel/gwsend/camel-gwsend-transport.h |   67 ++++++
 src/camel/gwsend/libcamelgwsend.urls      |    1 +
 12 files changed, 821 insertions(+), 45 deletions(-)

commit 8fdcc8414605472c6201ed4982602ccb398b29eb
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Mon May 14 13:04:07 2012 +0530

    Fix auth types in groupwise imap provider

 src/camel/camel-groupwise-store.c              |   10 +++++++++-
 src/camel/groupwise/camel-groupwise-provider.c |   10 +---------
 src/camel/imapx/Makefile.am                    |   12 ++++++++++--
 src/camel/imapx/camel-gwimap-provider.c        |   12 ++----------
 4 files changed, 22 insertions(+), 22 deletions(-)

commit d22d4d81b49b52e800cb2c1bf276bf128528abaa
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Thu May 10 17:42:01 2012 +0530

    Provide a callback for the tranport to fetch the connection

 src/camel/camel-groupwise-store.c     |   15 ++++++++++++---
 src/camel/camel-groupwise-transport.c |   24 ++++++++++++++----------
 src/camel/camel-groupwise-transport.h |   13 ++++++++++---
 3 files changed, 36 insertions(+), 16 deletions(-)

commit b6618a0714b1285b87a7e4fb627556ab1d36aae3
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Thu May 10 17:06:32 2012 +0530

    Split groupwise store/transport from provider library

 configure.ac                                   |    1 +
 src/camel/Makefile.am                          |    8 +-
 src/camel/camel-groupwise-provider.c           |  200 ------------------------
 src/camel/groupwise/camel-groupwise-provider.c |  200 ++++++++++++++++++++++++
 src/camel/groupwise/libcamelgroupwise.urls     |    1 +
 src/camel/libcamelgroupwise.urls               |    1 -
 6 files changed, 204 insertions(+), 207 deletions(-)

commit f4f85272173fa27c6c0fe141cb2d0312b2e6c60d
Author: Milan Crha <mcrha@redhat.com>
Date:   Fri May 11 15:45:54 2012 +0200

    Bug #675871 - Hide gnu make extensions warnings for automake 1.12

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6f86a51c997f9344b14c69a19078ff54c5364d61
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue May 8 18:15:56 2012 +0200

    Updated Polish translation

 po/pl.po |  312 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 157 insertions(+), 155 deletions(-)

commit 406f09286422bb9bdbcbb70be9348d580c5fc68a
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Tue May 8 16:21:17 2012 +0530

    Add missing .urls file

 src/camel/imapx/libcamelgwimap.urls |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 7b7b8580d28708ba47fe5cc2fc911aa2168df419
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Tue May 8 16:18:42 2012 +0530

    Add the missed Makefile.am

 src/camel/imapx/Makefile.am |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

commit 2a0cb20d3354eb50aa7f99cfbe03f19f7389a93e
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Tue May 8 15:13:29 2012 +0530

    Fix couple of issues with new gwimap provider

 src/camel/imapx/camel-gwimap-settings.c |    6 ++----
 src/camel/imapx/camel-gwimap-settings.h |    1 -
 src/plugins/Makefile.am                 |    1 +
 3 files changed, 3 insertions(+), 5 deletions(-)

commit 35c9f644541f2551000a8eed348bc7210e426723
Author: Chenthill Palanisamy <pchenthill@novell.com>
Date:   Tue May 8 14:27:37 2012 +0530

    Add a new provider based on imapx for mails and soap for calendar/address-book

 configure.ac                            |    1 +
 src/camel/Makefile.am                   |    1 +
 src/camel/imapx/camel-gwimap-provider.c |  211 +++++++++++++++++++++++++++++++
 src/camel/imapx/camel-gwimap-settings.c |  145 +++++++++++++++++++++
 src/camel/imapx/camel-gwimap-settings.h |   71 +++++++++++
 src/camel/imapx/camel-gwimap-store.c    |   49 +++++++
 src/camel/imapx/camel-gwimap-store.h    |   66 ++++++++++
 src/plugins/Makefile.am                 |    2 +
 src/plugins/camel-gw-listener.c         |   31 ++++--
 9 files changed, 569 insertions(+), 8 deletions(-)

commit 715257c18ae525208b9c0d8362e3667d46f4c7f1
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sat Apr 28 22:31:53 2012 -0400

    Post-release version bump.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)