2005-07-01 Sarfraaz Ahmed * camel/camel-exchange-provider.c : Remove the validate calls which are no longer used now from the plugin. * storage/xc-commands.c : Removed the dead code. All this has been moved to the plugins. * docs/reference/Makefile.am : Dont use the libexchange.la from local area. * docs/reference/ximian-connector.types : Removed references to e2k-sid and e2k-user-dialog 2005-07-01 Chenthill Palanisamy * camel/camel-exchange-provider.c (exchange_validate_user_cb): added the missing parameter result for the function e2k_validdate_user to avoid the build breaking. 2005-07-01 Sarfraaz Ahmed * storage/exchange-config-listener.c (account_added) : Dont add the esources here. This is done in the plugin now. 2005-06-28 Sarfraaz Ahmed * camel/camel-exchange-store.c (exchange_folder_subscribed) (exchange_subscribe_folder) (exchange_unsubscribe_folder) : Added new (get_folder_info) : Return a list of public folders if a list of unsubscribed folders is asked. * camel/camel-stub-constants.h : Added new enums for handling subscriptions. * mail/mail-stub-exchange.c (get_folder_info) : This now expects all the store flags. Return the public folders when SUBSCRIBED flag is not passed. (subscribe_folder)(unsubscribe_folder)(is_subscribed_folder): Added new. * mail/mail-stub.c : Added new cases for handling subscriptions. * mail/mail-stub.h : Similar 2005-06-23 Kaushal Kumar * configure.in: Added libgnomeprint in required packages list for gal references from evolution. Updated the include paths to refer gal related headers from evolution. 2005-06-22 Kaushal Kumar * storage/exchange-types.h: Removed re-declarations of ExchangeHierarchyForeign, ExchangeHierarchyForeignPrivate and ExchangeHierarchyForeignClass. Fixed the build. 2005-06-15 Sarfraaz Ahmed * configure.in : Remove xntlm/Makefile and lib/Makefile from AC_OUTPUT * camel/camel-exchange-provider.c : Fix the include paths * storage/exchange-config-listener.c : Fixed some warnings * storage/exchange-hierarchy-foreign.c :Fixed the include paths * storage/exchange-hierarchy-foreign.h : Moved the typedef here * storage/exchange-hierarchy-somedav.c : Fixed the include paths * storage/exchange-hierarchy-somedav.h : Fixed the include paths * storage/xc-commands.c : Disable menu items and fix include paths. 2005-06-14 Sarfraaz Ahmed * addressbook/e-book-backend-exchange.c * calendar/e-cal-backend-exchange-calendar.c * calendar/e-cal-backend-exchange-tasks.c * calendar/e-cal-backend-exchange.c * calendar/e-cal-backend-exchange.h * calendar/e2k-cal-query.c * calendar/e2k-cal-query.h * calendar/e2k-cal-utils.c * calendar/e2k-cal-utils.h * mail/Makefile.am * mail/mail-stub-exchange.c * mail/mail-stub-exchange.h * mail/mail-stub-listener.c * mail/mail-stub.c * mail/mail-utils.c * storage/exchange-autoconfig-wizard.c * storage/exchange-autoconfig-wizard.h * storage/exchange-config-listener.c * storage/exchange-migrate.c * storage/main.c * storage/ximian-connector-setup.c : Use the proper include paths. 2005-06-14 Sarfraaz Ahmed * configure.in : Exit configure if e-d-s was not built with Exchange support * addressbook/e-book-backend-gal.c : Include e2k-global-catalog-ldap.h 2005-06-10 Sarfraaz Ahmed Initial commit to use Exchange server communication code from e-d-s * Makefile.am : Removed xntlm and lib * configure.in : Check for libexchange-storage-1.2.pc * addressbook/Makefile.am : Dont look for lib in exchange sources * calendar/Makefile.am : Similar * calendar/e-cal-backend-exchange-tasks.c : Use proper includes * camel/Makefile.am : Dont look for xntlm in exchange sources * mail/Makefile.am : Dont look for lib in exchange sources * mail/mail-stub-exchange.c : Use ExchangeComponent for offline checks instead of ExchangeAccount. * storage/Makefile.am : Moved out e-folder-exchange.[ch], exchange-account.[ch], exchange-delegates-user.[ch], exchange-delegates.[ch], exchange-folder-size.[ch], exchange-hierarchy-favorites.[ch], exchange-hierarchy-gal.[ch], exchange-hierarchy-somedav.[ch], exchange-hierarchy-webdav.[ch], exchange-hierarchy.[ch], exchange-permissions-dialog.[ch], exchange-types.h. Also dont look for lib and xntlm in exchange sources. * storage/exchange-component.[ch] : Use proper header includes. * storage/exchange-config-listener.[ch] : Similar * storage/exchange-offline-listener.[ch] : Similar * storage/xc-backend-view.c : Similar * storage/xc-commands.c : Similar. Disabled delegation and permissions for now. These will be moved to plugins. 2005-06-06 Sarfraaz Ahmed * configure.in : Bumped the version to 2.3.3 * NEWS : Updated