diff options
author | Sivaiah Nallagatla <snallagatla@novell.com> | 2004-07-13 15:35:53 +0800 |
---|---|---|
committer | Sivaiah Nallagatla <siva@src.gnome.org> | 2004-07-13 15:35:53 +0800 |
commit | d035c5539b47f23fc9d43c78a7f96f098ab197fb (patch) | |
tree | 274ad8effea40e8fe89699107b731555104b059e /camel/ChangeLog | |
parent | 5aa6de62d28369a444813308a1cec6b4179b76ca (diff) | |
download | gsoc2013-evolution-d035c5539b47f23fc9d43c78a7f96f098ab197fb.tar.gz gsoc2013-evolution-d035c5539b47f23fc9d43c78a7f96f098ab197fb.tar.zst gsoc2013-evolution-d035c5539b47f23fc9d43c78a7f96f098ab197fb.zip |
: pass "use_ssl" value to these functions and set it on e-source
2004-07-12 Sivaiah Nallagatla <snallagatla@novell.com>
* providers/groupwise/camel-gw-listener.c : (add_esource)
(modify_esource) (add_addressbook_source)
(modify_addressbook_sources) : pass "use_ssl" value to these functions and
set it on e-source
(add_calendar_tasks_source) : read the "use_ssl" param
from camel url and pass it to add_esource) calls
(get_addressbook_names_from_server) : use "https" or http
depending upon whther ssl is enabled or not
(account_changed) : compare urls from account
instead of uris formed to know wheter somehting in the account
changed
svn path=/trunk/; revision=26631
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index b31447caea..ddbddaeb38 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,17 @@ +2004-07-12 Sivaiah Nallagatla <snallagatla@novell.com> + + * providers/groupwise/camel-gw-listener.c : (add_esource) + (modify_esource) (add_addressbook_source) + (modify_addressbook_sources) : pass "use_ssl" value to these functions and + set it on e-source + (add_calendar_tasks_source) : read the "use_ssl" param + from camel url and pass it to add_esource) calls + (get_addressbook_names_from_server) : use "https" or http + depending upon whther ssl is enabled or not + (account_changed) : compare urls from account + instead of uris formed to know wheter somehting in the account + changed + 2004-07-09 Not Zed <NotZed@Ximian.com> ** This is no guarantee of security, but its just a helper to |