aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-account-setup/exchange-account-setup.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed this directory. This functionality has now been moved toSarfraaz Ahmed2005-07-111-800/+0
| | | | | | | | | 2005-07-11 Sarfraaz Ahmed <asarfraaz@novell.com> * plugins/exchange-account-setup : Removed this directory. This functionality has now been moved to exchange-operations. svn path=/trunk/; revision=29710
* Added new to initialise the config listener. (update_state) : Now updatesSarfraaz Ahmed2005-06-101-95/+97
| | | | | | | | | | | | | | | | 2005-06-10 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-account-setup.c (e_plugin_lib_enable) (free_exchange_listener)(e_plugin_lib_enable) : Added new to initialise the config listener. (update_state) : Now updates the state directly from the server and not from the file as earlier. (owa_authenticate_user) : Authenticates and validates directly from the server instead of using the camel APIs as earlier. (set_oof_info) : Sets the state directly on the server * Makefile.am : Use CAMEL_EXCHANGE CFLAGS and LIBS svn path=/trunk/; revision=29486
* error file moves/e-error.h movesMichael Zucci2005-05-161-1/+1
| | | | svn path=/trunk/; revision=29370
* Forming and setting OWA URL when existing account doesn't containSushma Rai2005-03-181-2/+47
| | | | | | this value. svn path=/trunk/; revision=29060
* Setting the authentication mechanism on the the transport url along withSushma Rai2005-03-171-12/+25
| | | | | | source url. svn path=/trunk/; revision=29051
* iHandling Out of office from account editor.Sushma Rai2005-02-271-13/+204
| | | | svn path=/trunk/; revision=28900
* Added page check for receive page, so that one can proceed with the accountSushma Rai2005-02-261-1/+7
| | | | | | creation only after user is authenticated and hostname is set by validate(). svn path=/trunk/; revision=28893
* if the host is null in the url, set it to "", so it has a non-null value.Not Zed2005-02-231-0/+10
| | | | | | | | | 2005-02-21 Not Zed <NotZed@Ximian.com> * exchange-account-setup.c (org_gnome_exchange_owa_url): if the host is null in the url, set it to "", so it has a non-null value. svn path=/trunk/; revision=28857
* Adding auth type section to editor for an Exchange account.Sushma Rai2005-02-071-0/+177
| | | | svn path=/trunk/; revision=28735
* Michael's patch.. for supporting tables in e-config, handling hide bits andSushma Rai2005-02-011-285/+205
| | | | | | corrected exchange-accout-setup plugin code. svn path=/trunk/; revision=28650
* Fixed empty string being marked for translation.Sushma Rai2005-01-251-1/+1
| | | | svn path=/trunk/; revision=28542
* Disabling auth sections in druid, and having it only in editor.Sushma Rai2005-01-241-1/+1
| | | | svn path=/trunk/; revision=28526
* Added owa url entry to the config section in both druid and editor, andSushma Rai2005-01-231-51/+69
| | | | | | fixed some compile time warnings. svn path=/trunk/; revision=28513
* Adding camel_url_free() at proper positionSushma Rai2005-01-221-1/+1
| | | | svn path=/trunk/; revision=28510
* Setting owa url value in account editor and handlig ssl connection.Sushma Rai2005-01-221-14/+29
| | | | svn path=/trunk/; revision=28508
* Code movement, using accessor functions, and reading url values fromSushma Rai2005-01-181-24/+213
| | | | | | gconf and setting it in EAccount. svn path=/trunk/; revision=28426
* Exchange account level settings pluginSushma Rai2005-01-091-0/+214
svn path=/trunk/; revision=28295