2005-01-28 Not Zed ** related to bug #71520. * exchange-account-setup.c: All but re-written. Fixed the license of the file. Fixed a translation string. Modified return condition check. Fixed problem over writing current account with the old data. Removed duplicated code. Removed the hack for handling NULL hostname, now using CAMEL_URL_HIDDEN_HOST url flag in the provider. Using E_ACCOUNT_SOURCE_SAVE_PASSWD for remember password. Removed the way owa url entry was added to table in config section, Now econfig supports tables. * exchange-ask-password.c: removed, functionality moved to exchange-account-setup.c. 2005-01-25 Sushma Rai * exchange-account-setup.c (create_page): Fixed empty string being marked for translation problem. #71644 2005-01-23 Sushma Rai * org-gnome-exchange-account-setup.eplug.in: Added plugins for handling hiding auth type section in druid. * exchange-account-setup.c (add_owa_entry_to_editor): Changed the button label to "Authenticate" from OK * exchange-ask-password.c (add_owa_entry): Changed the button label to Authenticate. (org_gnome_exchange_handle_auth): Hiding Auth section in receive page. (org_gnome_exchange_handle_send_auth_option): Hiding the Auth section in send page 2005-01-22 Sushma Rai * org-gnome-exchange-account-setup.eplug.in: Added org_gnome_exchange_check_options plugin. * exchange-ask-password.c (org_gnome_exchange_check_options): Reads OWA URL value and sets use_ssl and owa_url values for source account url. * exchange-account-setup.c (org_gnome_exchange_set_url) (add_owa_entry_to_editor): Reading owa url value from gconf and setting owa url value in the account editor. Fixes #71378 2005-01-19 Sushma Rai * exchange-ask-password.c (validate_exchange_user): Fix for remembering password if user has selected that option, while creating the account. 2005-01-18 Sushma Rai * exchange-ask-password.c (validate_exchange_user): Reading the return value of user validation function. Fixes #71385 2005-01-18 Sushma Rai * exchange-ask-password.c (validate_exchange_user): Filling up user name so that page check doesn't fail. Fixes #71384 2005-01-18 Sushma Rai * 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 * 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 * Makefile.am: Linking to camel libs. Fixes plugin loading problem due to undefined camel symbol, during evolution startup. 2005-01-13 Sushma Rai * org-gnome-exchange-account-setup.eplug.in: Combined all the plugins into one. 2005-01-12 Sushma Rai * exchange-ask-password.c: (validate_exchange_user): Added one more error condition check. 2005-01-12 Sushma Rai * 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 * 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 * Makefile.am: fix LDFLAGS variable name. 2005-01-10 Sushma Rai * exchange-ask-password.c: (validate_exchange_user): Corrected argument order. 2005-01-10 Sushma Rai * 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 * 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 * Intial ckeckin, Plugin for Exchange account specific settings