partially Fixes#68541
authorChenthill Palanisamy <pchenthill@novell.com>
Fri, 28 Jan 2005 07:37:29 +0000 (07:37 +0000)
committerChenthill Palanisamy <pchen@src.gnome.org>
Fri, 28 Jan 2005 07:37:29 +0000 (07:37 +0000)
commit326c1db01790f8cd5aa1ca93e7cf58905c8b2f80
tree6bf791dced372b3189ab0aa09bc4a257f83beb0e
parentddc0d1ca8b2d2a7072eb3565f690e99a91dc004e
partially Fixes#68541

2005-01-27  Chenthill Palanisamy  <pchenthill@novell.com>

partially Fixes#68541
* e-gw-connection.c: (reauthenticate),
(e_gw_connection_get_error_message), (logout),
(e_gw_connection_get_container_list), (e_gw_connection_get_items),
(e_gw_connection_get_items_from_ids), (e_gw_connection_get_deltas),
(e_gw_connection_send_item), (e_gw_connection_create_item),
(e_gw_connection_modify_item), (e_gw_connection_get_item),
(e_gw_connection_remove_item), (e_gw_connection_remove_items),
(e_gw_connection_accept_request),
(e_gw_connection_decline_request),
(e_gw_connection_retract_request), (e_gw_connection_create_book),
(e_gw_connection_get_address_book_list),
(e_gw_connection_modify_settings), (e_gw_connection_get_settings),
(e_gw_connection_get_categories), (e_gw_connection_add_members),
(e_gw_connection_remove_members), (e_gw_connection_create_cursor),
(e_gw_connection_destroy_cursor),
(e_gw_connection_position_cursor), (e_gw_connection_read_cursor),
(e_gw_connection_get_quick_messages),
(e_gw_connection_create_folder), (e_gw_connection_get_attachment),
(e_gw_connection_add_item), (e_gw_connection_add_items),
(e_gw_connection_rename_folder), (e_gw_connection_move_item),
(e_gw_connection_accept_shared_folder),
(e_gw_connection_purge_deleted_items), (e_gw_connection_mark_read),
(e_gw_connection_mark_unread):
* e-gw-connection.h: Added a new STATUS message NO_RESPONSE, and used
it in case if the server does not respond.
servers/groupwise/ChangeLog