summaryrefslogtreecommitdiff
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Access method for getting the XGWRECORDID property from the calendarHarish Krishnaswamy2004-07-134-77/+259
* Fixes #59352. Adds the EGwItemOrganizer structure and functions to convertHarish Krishnaswamy2004-06-153-3/+69
* added "name" member ot EGroupMember structure free the newly added memberSivaiah Nallagatla2004-06-153-1/+15
* updateDan Winship2004-06-141-0/+1
* : add support for recurrences in events.Harish Krishnaswamy2004-06-143-3/+88
* added new schemas from Tim.Rodrigo Moya2004-06-113-14/+31
* new function to delete many items on server at onece instead sending oneSivaiah Nallagatla2004-06-013-8/+51
* separate out group handling from contact code and make a separate functionSivaiah Nallagatla2004-05-312-23/+69
* new function to retrive items when ids are given instead of filterSivaiah Nallagatla2004-05-283-1/+76
* check for NULL before freeing as service can be null in case of other typeSivaiah Nallagatla2004-05-272-3/+14
* Fixes #57218 and #54280Harish Krishnaswamy2004-05-252-1/+8
* add a case of organization type also, its handling is same as contactSivaiah Nallagatla2004-05-252-0/+6
* Fixes #56320 and related timezone issues.Harish Krishnaswamy2004-05-185-80/+118
* read organization_id also from soap response just append org_name ofSivaiah Nallagatla2004-05-182-3/+12
* Add $(E_DATA_SERVER_LIBS) to link all the right dependencies for the monoRodney Dawes2004-05-182-0/+10
* set item type to E_GW_ITEM_TYPE_ORGANISATION when item type attribute isSivaiah Nallagatla2004-05-143-11/+37
* Added implementation of modification of calendar itemsHarish Krishnaswamy2004-05-122-0/+98
* new apis to get and set whther the container is Frequent Contacts folderSivaiah Nallagatla2004-05-104-6/+45
* make it as function as we have to at more than one placeSivaiah Nallagatla2004-05-043-52/+73
* Patch the FIXMEs in the code handling recipient_list and message bodiesHarish Krishnaswamy2004-05-043-9/+82
* new apis to modify a group item defined a new struct EGRoupMember to haveSivaiah Nallagatla2004-04-295-11/+125
* Fixes #56535. Added support for saving Alarms in the GW server as well asHarish Krishnaswamy2004-04-273-0/+50
* add id, distType itemType in the requestSivaiah Nallagatla2004-04-232-7/+11
* e-gw-connection.c (e_gw_connection_get_categories) strip off the partSivaiah nallagatla2004-04-153-3/+18
* added LIBEGROUPWISE_* variables and corresponding AC_SUBST for assingingSivaiah Nallagatla2004-04-132-3/+36
* Add type "AddresBook" to item element and remove book elementSivaiah Nallagatla2004-04-072-3/+9
* *** empty log message ***Rodrigo Moya2004-04-061-0/+1
* changed implementation to take care of nested filter condtions. added newSivaiah Nallagatla2004-04-033-43/+98
* Missed changelog entry.JP Rosevear2004-04-021-1/+1
* append the passed in attribute name and value to messageSivaiah Nallagatla2004-04-022-0/+6
* remove items and item from the request and add container id to requestSivaiah nallagatla2004-04-022-4/+8
* s/iCalID/iCalId. Use the correct "length" attribute value.Rodrigo Moya2004-04-012-6/+16
* s/iCalID/iCalId.Rodrigo Moya2004-04-012-2/+6
* Updated SOAP schemasRodrigo Moya2004-04-012-3/+141
* added new api e_gw_connection_get_categories to read categories of an itemSivaiah Nallagatla2004-03-275-42/+211
* return correct types in g_return_val_if_fail macros.Sivaiah Nallagatla2004-03-272-1/+6
* set the <container> property if it's set.Rodrigo Moya2004-03-262-0/+7
* added 'char **id' parameter to pass the server-generated ID to the caller.Rodrigo Moya2004-03-223-2/+19
* include gnome-i18n.hJP Rosevear2004-03-192-0/+5
* new function.Rodrigo Moya2004-03-193-0/+30
* fixed SOAP message format for not confusing the server.Rodrigo Moya2004-03-192-4/+11
* add "length" attribute for "message" property.Rodrigo Moya2004-03-192-3/+3
* e-gw-item.c (e_gw_item_append_to_soap_message): add "length" attribute forRodrigo Moya2004-03-193-4/+16
* new function.Rodrigo Moya2004-03-185-12/+63
* use const for attribute-related arguments.Rodrigo Moya2004-03-183-5/+18
* parse the response on all error codes.Rodrigo Moya2004-03-182-3/+3
* fixed typo.Rodrigo Moya2004-03-182-1/+3
* updated to create the sources properly.Rodrigo Moya2004-03-182-8/+12
* use an environment variable for debugging. (e_gw_message_new_with_header):Rodrigo Moya2004-03-174-16/+21
* Make view element an argument to the get_items call so the addressbookHarish Krishnaswamy2004-03-153-2/+8