blob: 117d263206ff8ba6749f738263796ed7e107e77f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
2005-01-28 Sivaiah Nallagatla <snallagatla@novell.com>
* camel-gw-listner.c (get_address_book_names_from_server)
: Remove leading "%s" in the message. Similar to
#36137
2005-01-23 Sivaiah Nallagatla <snalagatla@novell.com>
* camel-gw-listener.c (add_esource)
(modify_esource) (add_addressbook_sources) :
Don't set offline_sync value taken from camel url
instead set "1" or "0" depending upon offline is enabled
or not
2005-01-21 Sivaiah Nallagatla <snallagtla@novell.com>
* org-gnome-gw-account-setup.eplug.in : changed
the item type from "item" to "item_table". avoids
some debug spew on the console
2005-01-20 Sivaiah Nallagatla <snallagatla@novell.com>
* camel-gw-listener.c: (add_calendar_tasks_sources):
Assiged value to URL.
2005-01-15 Sivaiah Nallagatla <snallagatla@novell.com>
* camel-gw-listner.c : use url->host instead of reading "poa"
parameter everywhere. use "use_ssl" param instead of soap_ssl
We not longer have separate settings for soap as we use soap for mail
now
2004-12-17 Sivaiah Nallagatla <snallagatla@novell.com>
* camel-gw-listner.c (add_esource) : read "soap_ssl" from
the camel url instead of "use_ssl"
2004-12-15 Rodney Dawes <dobey@novell.com>
* Makefile.am: Add camel-gw-listener.h to SOURCES
2004-12-03 Sivaiah Nallagatla <snallagatla@novell.com>
* initial check in
|