2008-08-04 Srinivasa Ragavan * NEWS: Evolution Exchange 2.23.6 release. 2008-08-04 Bharath Acharya ** Fix for bug #467586 * mail/mail-stub-exchange.c: (get_folder_contents_online), (get_folder_info_data), (rename_folder): Update the folders_by_name hash tables for the renamed folder and also all its subfolders and refresh the messages contained in them 2008-08-04 Veerapuram Varadhan ** Part of fix for bug #467586 * camel/camel-exchange-store.c: (exchange_rename_folder), (stub_notification): * mail/mail-stub-exchange.c: (get_folder_info_data), (get_folder_info), (rename_folder): Get the folder hierarchy once renamed. 2008-08-04 Bharath Acharya ** Part of fix for bug #543427 * camel/camel-exchange-summary.c: (camel_exchange_summary_add_offline), (camel_exchange_summary_add_offline_uncached): Use camel_pstring_strdup 2008-08-04 Bharath Acharya ** Fix for bug #543427 * camel/camel-exchange-folder.c: (camel_exchange_folder_add_message): * camel/camel-exchange-journal.c: (exchange_entry_play_append), (exchange_entry_play_transfer), (update_cache): Use camel_pstring_strdup. The free'ing is handled by message_info_free. 2008-08-04 Bharath Acharya ** Fix for bug #543075 * camel/camel-exchange-folder.c: (append_message_data): The info is usually NULL when you drag and drop an embedded mail to a folder. This check should get your message back into the desired folder. 2008-08-03 Matthew Barnes * camel/camel-exchange-folder.c (search_by_uids): Remove unused variables. 2008-08-01 Srinivasa Ragavan * camel/camel-exchange-folder.c (search_by_uids): Move this to disk summary. 2008-08-01 Srinivasa Ragavan * camel/camel-exchange-folder.c (search_by_expression): Don't set the summary. Search will pick it automatically. 2008-08-01 Srinivasa Ragavan * camel/camel-exchange-summary.c: Read href from db properly. 2008-07-30 Milan Crha ** Fix for bug #500389 * camel/camel-exchange-provider.c: (auth_types), (exchange_conf_entries), (camel_provider_module_init): Option to set different authentication type for GAL and OWA. * storage/exchange-autoconfig-wizard.c: (gc_page_next): Use default (NTLM, if failed then Plaintext) authentication here. 2008-07-25 Milan Crha ** Part of fix for bug #544031 * camel/camel-exchange-summary.c: (message_info_to_db): * mail/mail-stub-listener.h: (struct _MailStubListener): * storage/exchange-component.c: (new_connection): * calendar/e-cal-backend-exchange.c: (build_msg): * calendar/e-cal-backend-exchange-calendar.c: (send_objects): Compiler warnings cleanup. 2008-07-25 Milan Crha ** Fix for bug #544513 * storage/exchange-component.c: (new_connection): Do not unref NULL object. 2008-07-24 Chenthill Palanisamy Fixes #208394 (bnc) * calendar/e-cal-backend-exchange.h: Include rid to check if the event is in the cache. * calendar/e-cal-backend-exchange-calendar.c: (get_changed_events): Use the new function, find_instance to search for the instance (open_calendar): * calendar/e-cal-backend-exchange-tasks.c: (get_changed_tasks), (create_task_object): * calendar/e-cal-backend-exchange.c: (find_instance), (e_cal_backend_exchange_in_cache): Use rid along with uid while searching for recurring instances. 2008-07-23 Johnny Jacob * NEWS: 2.23.5 release updates. * configure.in: Version bump to 2.23.6 2008-07-22 Bharath Acharya ** Fixes part of bug #544115 * mail/mail-stub-exchange.c: (mse_get_folder_online_sync_updates): Added a valid check to prevent the crash caused by DB Summary merge.