blob: 6437f2a67df49ac2ed0b9275e299c7e9dbd286b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
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
|