157 lines
5.0 KiB
Plaintext
157 lines
5.0 KiB
Plaintext
2007-10-26 Kjartan Maraas <kmaraas@gnome.org>
|
|
|
|
* camel-gw-listener.c: (camel_gw_listener_new):
|
|
ANSIfication of function declaration.
|
|
|
|
2007-08-23 Milan Crha <mcrha@redhat.com>
|
|
|
|
** Fix for bug #308636
|
|
|
|
* camel-gw-listener.c: (add_esource):
|
|
Set "create_source=yes" property to source group based on new parameter
|
|
and always set property "delete=no" to new source.
|
|
* camel-gw-listener.c: , (add_calendar_tasks_sources),
|
|
(add_proxy_sources): Uses add_source.
|
|
|
|
2007-05-25 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
* camel-gw-listener.c (remove_esource), (modify_esource):
|
|
Don't assume the relative URI is non-NULL (#427232).
|
|
|
|
2007-04-01 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
** Fixes part of bug #373116
|
|
|
|
* camel-gw-listener.c (add_esource):
|
|
Use the new ESource color API.
|
|
|
|
2007-02-09 Sankar P <psankar@novell.com>
|
|
|
|
* camel-gw-listener.c: (add_esource), (remove_esource),
|
|
(add_proxy_sources): Picks a random color for proxy calendars,
|
|
Checks the Memo/Notes component for proxies
|
|
|
|
2006-12-03 Harish Krishnaswamy <kharish@novell.com>
|
|
|
|
* plugins/groupwise-account-setup/camel-gw-listener.c:
|
|
(add_esource), (add_calendar_tasks_sources),
|
|
(get_addressbook_names_from_server), (add_proxy_sources),
|
|
(prune_proxies), (camel_gw_listener_construct):
|
|
Add code to prune dead proxy entries (so they are executed
|
|
regardless of which component gets loaded first). Clean up
|
|
the existing code, fix leaks and ensure new proxy calendars
|
|
have their (different) color set.
|
|
|
|
2006-09-19 Kjartan Maraas <kmaraas@gnome.org>
|
|
|
|
* org-gnome-gw-account-setup.eplug.xml: Mark description for
|
|
translation.
|
|
|
|
2006-09-18 Matthew Barnes <mbarnes@redhat.com>
|
|
|
|
* camel-gw-listener.c: (finalize)
|
|
Chain up to parent's finalize() method.
|
|
|
|
2006-07-22 Chenthill Palanisamy <pchenthill@novell.com>
|
|
|
|
* camel-gw-listener.c: (add_calendar_tasks_sources),
|
|
(remove_calendar_tasks_sources), (add_proxy_sources),
|
|
(account_changed): Added support Gw notes.
|
|
|
|
2006-04-19 Harish Krishnaswamy <kharish@novell.com>
|
|
|
|
* camel-gw-listener.c: (add_esource):
|
|
Add default color to the GW source created.
|
|
Fixes #167102 (bugzilla.novell.com).
|
|
|
|
2006-03-11 Sushma Rai <rsushma@novell.com>
|
|
|
|
* camel-gw-listener.c (get_addressbook_names_from_server): If use_ssl
|
|
parameter is found use https, otherwise use http.
|
|
Asking for password thrice on failure. Also freeing password key.
|
|
(account_changed): Checking for NULL old ssl paramter. Fixes a crash.
|
|
|
|
2006-01-06 Simon Zheng <simon.zheng@sun.com>
|
|
|
|
* camel-gw-listener.c:
|
|
* camel-gw-listener.h:
|
|
use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
|
|
use libedataserver/e-account.h instead of e-util/e-account.h.
|
|
|
|
2005-12-21 Chenthill Palanisamy <pchenthill@novell.com>
|
|
|
|
Committing for Sushma Rai <rsushma@novell.com>
|
|
|
|
Fixes #320119
|
|
* camel-gw-listener.c: (add_addressbook_sources): Skip the
|
|
Novell System Addressbook which is a personal addressbook
|
|
returned from the server.
|
|
|
|
2005-12-12 Harish Krishnaswamy <kharish@novell.com>
|
|
|
|
* Makefile.am: Fix make-clean issues.
|
|
|
|
2005-11-24 Sushma Rai <rsushma@novell.com>
|
|
|
|
* camel-gw-listener.c (add_addressbook_sources): Checking if the
|
|
frequent contacts folder is read from the server, and if not
|
|
displaying the warning message to user, asking to use some other
|
|
GroupWise mail clinet to get it created.
|
|
|
|
2005-11-09 Parthasarathi Susarla <sparthasarathi@novell.com>
|
|
|
|
* camel-gw-listener.c (get_addressbook_names_from_server):
|
|
check if string (eg. use_ssl) are NULL before strcmp().
|
|
prevents a violation.
|
|
|
|
2005-09-28 Sushma Rai <rsushma@novell.com>
|
|
|
|
* camel-gw-listener.c (add_addressbook_sources): Removed name
|
|
comparison and using writable property, to find the system
|
|
address book, while marking for offline usage.
|
|
|
|
2005-09-16 Vivek Jain <jvivek@novell.com>
|
|
|
|
* camel-gw-listener.c:(get_addressbook_names_from_server)
|
|
uncache the password if it could not authenticate, else since we
|
|
remember it always it kept getting wrong one
|
|
use 'flags' variable which served no purpose till now
|
|
**Fixes #313078
|
|
|
|
2005-08-23 Not Zed <NotZed@Ximian.com>
|
|
|
|
* groupwise-account-setup.c (org_gnome_groupwise_account_setup):
|
|
def9ine before defining.
|
|
|
|
* camel-gw-listener.c (account_added): fix warning.
|
|
|
|
2005-07-27 Sankar P <psankar@novell.com>
|
|
|
|
* camel-gw-listener.c (get_addressbook_names_from_server) :
|
|
Added code to get the password from the cache, instead of asking the user twice.
|
|
and also freeing the password that was leaking before.
|
|
Fixes #310353
|
|
|
|
2005-07-23 Sushma Rai <rsushma@novell.com>
|
|
|
|
* camel-gw-listener.c (add_addressbook_sources): marking
|
|
"Novell GroupWise Address Book" for offline usage by default. This is
|
|
needed as we now reply from cache always.
|
|
|
|
2005-07-13 Tor Lillqvist <tml@novell.com>
|
|
|
|
* org-gnome-gw-account-setup.eplug.xml: Use SOEXT.
|
|
|
|
2005-07-12 Vivek Jain <jvivek@novell.com>
|
|
|
|
* Makefile.am: included missing header file
|
|
|
|
2005-07-12 Vivek Jain <jvivek@novell.com>
|
|
|
|
have a ChangeLog and transfer the changelog entry from the main
|
|
ChangeLog
|
|
(2005-07-10 Shreyas Srinivasan <sshreyas@novell.com>)
|
|
* groupwise-account-setup/*: Make the
|
|
camel-groupwise-listener load on startup. (new plugin)
|
|
|