blob: 286e0297285cb85b30bc41f246f8ddf11bde6191 (
plain) (
tree)
|
|
2005-01-18 Sushma Rai <rsushma@novell.com>
* exchange-ask-password.c (org_gnome_exchange_read_url):
Setting dummy host name, which will be reset to proper
hostname once the user is authenticated.
2005-01-18 Sushma Rai <rsushma@novell.com>
* org-gnome-exchange-account-setup.eplug.in: Moved two account
editor plugins unser same hook class.
* exchange-ask-password.c: Reorganized the code.
Used accessor functions to read and set EAccount values.
Removed editor specific factory function add_owa_entry_to_editor()
from here.
* exchange-account-setup.c: Reorganized the code.
Moved add_owa_entry_to_editor() and it's sub functions into this file.
(org_gnome_exchange_account_setup): Reading source url and transport
url values stored in gconf and filling up the EAccount structure.
This fixes the problem of page check failure, as improper source url
and transport url values, as we don't read host name in the editor.
(org_gnome_exchange_set_url): Similar.
2005-01-17 Sushma Rai <rsushma@novell.com>
* Makefile.am: Linking to camel libs. Fixes plugin loading problem
due to undefined camel symbol, during evolution startup.
2005-01-13 Sushma Rai <rsushma@novell.com>
* org-gnome-exchange-account-setup.eplug.in: Combined
all the plugins into one.
2005-01-12 Sushma Rai <rsushma@novell.com>
* exchange-ask-password.c: (validate_exchange_user):
Added one more error condition check.
2005-01-12 Sushma Rai <rsushma@novell.com>
* org-gnome-exchange-account-setup.eplug.in: Factory
method to add owa url entry to account editor.
* exchange-ask-password.c: (org_gnome_exchange_set_url)
(add_owa_entry_to_editor): Adds owa url entry to the
account editor for Exchange account.
(validate_exchange_user): Using the CamelProvider private
function defined by Exchange camel provider.
2005-01-11 Sushma Rai <rsushma@novell.com>
* org-gnome-exchange-account-setup.eplug.in: Removed page check plugin
* exchange-ask-password.c: Added a button to prompt for password
instead of listening on page next signal
2005-01-11 Not Zed <NotZed@Ximian.com>
* Makefile.am: fix LDFLAGS variable name.
2005-01-10 Sushma Rai <rsushma@novell.com>
* exchange-ask-password.c: (validate_exchange_user):
Corrected argument order.
2005-01-10 Sushma Rai <rsushma@novell.com>
* org-gnome-exchange-account-setup.eplug.in: Added plugin to read
OWA url entry to the account set up druid.
* exchange-ask-password.c: Create a entry for OWA URL and reads the
URL value.
2005-01-09 Sushma Rai <rsushma@novell.com>
* exchange-ask-password.c: Pops up password dialog and validates
user credentials once owa url and user name are entered.
* org-gnome-exchange-account-setup.eplug.in: Added page check plugin.
2005-01-09 Sushma Rai <rsushma@novell.com>
* Intial ckeckin, Plugin for Exchange account specific settings
|