diff options
author | Sivaiah Nallagatla <snallagatla@novell.com> | 2004-07-29 14:46:26 +0800 |
---|---|---|
committer | Sivaiah Nallagatla <siva@src.gnome.org> | 2004-07-29 14:46:26 +0800 |
commit | bbfd4edac1f291d0a969cd4b5012e04d16379cbb (patch) | |
tree | 1bcb56bef9a72e929572232e8511c22a95db16e5 /camel/ChangeLog | |
parent | f000b8fa4fda0208ea241179451d62c27c4b3ffd (diff) | |
download | gsoc2013-evolution-bbfd4edac1f291d0a969cd4b5012e04d16379cbb.tar.gz gsoc2013-evolution-bbfd4edac1f291d0a969cd4b5012e04d16379cbb.tar.zst gsoc2013-evolution-bbfd4edac1f291d0a969cd4b5012e04d16379cbb.zip |
Add an entry to specify POA address and a check box to say whehter ssl has
2004-07-29 Sivaiah Nallagatla <snallagatla@novell.com>
* proivders/groupwise/camel-groupwise-provider.c :
Add an entry to specify POA address and a check box to
say whehter ssl has to be used for SOAP or not
(groupwise_auto_detect_cb) : new function to
automatically fill POA address with host specified in receiving mail page
(camel_provider_module_init) : use the new auto_detect funcntion
* providers/groupwise/camel-gw-listener.c (modify_esource)
(account_changed) (add_calendar_tasks_sources)
(remove_calendar_tasks_sources) (get_addressbook_names_from_server)
(add_addressbook_sources) (modify_addressbook_sources)
(remove_addressbook_sources) : while forming the uri, use the value
from new poa_address setting instead of url->host. Also use ssl
setting from the new check box provider instaed of imap one
(get_addressbook_names_from_server) : display an error to user
when connection cpuld not be established with server during account setup
svn path=/trunk/; revision=26765
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index c07f3244cd..78d15f32c1 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,23 @@ +2004-07-29 Sivaiah Nallagatla <snallagatla@novell.com> + + * proivders/groupwise/camel-groupwise-provider.c : + Add an entry to specify POA address and a check box to + say whehter ssl has to be used for SOAP or not + (groupwise_auto_detect_cb) : new function to + automatically fill POA address with host specified in receiving mail page + (camel_provider_module_init) : use the new auto_detect funcntion + + * providers/groupwise/camel-gw-listener.c (modify_esource) + (account_changed) (add_calendar_tasks_sources) + (remove_calendar_tasks_sources) (get_addressbook_names_from_server) + (add_addressbook_sources) (modify_addressbook_sources) + (remove_addressbook_sources) : while forming the uri, use the value + from new poa_address setting instead of url->host. Also use ssl + setting from the new check box provider instaed of imap one + + (get_addressbook_names_from_server) : display an error to user + when connection cpuld not be established with server during account setup + 2004-07-26 Jeffrey Stedfast <fejj@novell.com> * camel-charset-map.c (camel_charset_best_mask): Changed the logic |