aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations
Commit message (Collapse)AuthorAgeFilesLines
* ** Fix for bug #386503 from Matthew BarnesSrinivasa Ragavan2007-06-032-13/+18
| | | | svn path=/trunk/; revision=33647
* Don't assume the relative URI is non-NULL (#427232).Matthew Barnes2007-05-262-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | 2007-05-25 Matthew Barnes <mbarnes@redhat.com> * addressbook/gui/component/addressbook-component.c (ensure_sources): * addressbook/gui/component/addressbook-migrate.c (ensure_sources): * calendar/gui/migration.c (create_calendar_sources), (create_task_sources), (create_memo_sources): * calendar/gui/tasks-component.c (ensure_sources): * calendar/gui/calendar-component.c (ensure_sources): * calendar/gui/memos-component.c (ensure_sources): * plugins/hula-account-setup/camel-hula-listener.c (remove_esource), (modify_esource): * plugins/groupwise-account-setup/camel-gw-listener.c (remove_esource), (modify_esource): Don't assume the relative URI is non-NULL (#427232). * plugins/exchange-operations/exchange-config-listener.c (exchange_add_autocompletion_folders): Don't assume the absolute URI is non-NULL (#427232). svn path=/trunk/; revision=33577
* Bug 437584 – Compilation warning in evolution's plugins folderSankarasivasubramanian Pasupathilingam2007-05-112-2/+13
| | | | svn path=/trunk/; revision=33507
* Distcheck fixes.Veerapuram Varadhan2007-04-262-0/+5
| | | | svn path=/trunk/; revision=33459
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-202-2/+0
| | | | svn path=/trunk/; revision=33432
* ** Fixes #426481 Fix Typo AssitantElizabeth Greene2007-04-102-1/+6
| | | | | | | | | | 2007-04-10 Elizabeth Greene <nerdygirl_ellie@yahoo.com> ** Fixes #426481 * exchange-account-setup.c: Fix Typo Assitant svn path=/trunk/; revision=33414
* Use GLib marshallers wherever possible.Matthew Barnes2007-04-053-3/+9
| | | | | | | | | | | 2007-04-05 Matthew Barnes <mbarnes@redhat.com> * plugins/exchange-operations/exchange-config-listener.c (class_init): * plugins/exchange-operations/exchange-delegates-user.c (class_init): Use GLib marshallers wherever possible. svn path=/trunk/; revision=33387
* Don't mix declarations and code (#405495).Matthew Barnes2007-03-275-16/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-03-27 Matthew Barnes <mbarnes@redhat.com> * a11y/e-table/gal-a11y-e-cell-text.c: * a11y/e-table/gal-a11y-e-cell-vbox.c: * addressbook/gui/component/addressbook-component.c: * addressbook/gui/component/addressbook-view.c: * addressbook/gui/contact-editor/e-contact-editor.c: * addressbook/gui/contact-editor/e-contact-quick-add.c: * addressbook/gui/widgets/e-addressbook-view.c: * addressbook/gui/widgets/eab-contact-display.c: * addressbook/gui/widgets/gal-view-minicard.c: * calendar/gui/alarm-notify/alarm-queue.c: * calendar/gui/dialogs/comp-editor.c: * calendar/gui/dialogs/event-page.c: * calendar/gui/dialogs/memo-page.c: * calendar/gui/dialogs/task-page.c: * calendar/gui/e-cal-popup.c: * calendar/gui/e-meeting-list-view.c: * calendar/gui/e-tasks.c: * calendar/gui/gnome-cal.c: * composer/e-msg-composer.c: * mail/em-folder-browser.c: * mail/em-format.c: * mail/em-popup.c: * plugins/exchange-operations/exchange-account-setup.c: * plugins/exchange-operations/exchange-calendar.c: * plugins/exchange-operations/exchange-config-listener.c: * plugins/exchange-operations/exchange-contacts.c: * plugins/import-ics-attachments/icsimporter.c: * widgets/misc/e-filter-bar.c: * widgets/misc/e-multi-config-dialog.c: * widgets/table/e-cell-checkbox.c: * widgets/table/e-table-header-item.c: Don't mix declarations and code (#405495). svn path=/trunk/; revision=33324
* ** Fixes bug #419524Matthew Barnes2007-03-212-1/+7
| | | | | | | | | | | | | | | | | | | | | | | 2007-03-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #419524 * Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>. * e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list): * mail/em-migrate.c (emm_setup_initial): * shell/e-component-registry.c (query_components): * shell/e-shell-settings-dialog.c (load_pages): * shell/e-shell-window-commands.c (command_quick_reference): * tools/killev.c (main): Use g_get_language_names() instead of gnome_i18n_get_language_list(). * e-util/e-util.c: Remove e_gettext(). * e-util/Makefile.am: Remove e-i18n.h. svn path=/trunk/; revision=33319
* Mark strings as translatable. See bug #399381 for details.Nickolay V. Shmyrev2007-01-273-4/+11
| | | | svn path=/trunk/; revision=33152
* Adding files corresponding to the implementation.Veerapuram Varadhan2007-01-234-0/+893
| | | | svn path=/trunk/; revision=33138
* Glade file for exchange send options . Added a hook for implementing sendVeerapuram Varadhan2007-01-233-3/+27
| | | | | | | | | | | | | | | * exchange-send-options.glade :Glade file for exchange send options . * org-gnome-exchange-operations.eplug.xml :Added a hook for implementing send options . * exchange-mail-send-options.c :Contains code for invoking the dialog and processing the data received and destroying the dialog . * exchange-send-options.[c,h] :Contains the GType for exchange send options dialog . svn path=/trunk/; revision=33137
* Fixes bnc #208395Veerapuram Varadhan2006-12-192-1/+23
| | | | | | | | | * exchange-folder-permission.c: (org_gnome_exchange_folder_permissions): Decode the derived path using camel_url_decode_path(), as path may contain encoded characters. svn path=/trunk/; revision=33082
* Fixes bug #357970Matthew Barnes2006-12-042-1/+8
| | | | | | | | | | | 2006-12-04 Matthew Barnes <mbarnes@redhat.com> Fixes bug #357970 * exchange-config-listener.c: Don't call deprecated GLib / GDK functions. svn path=/trunk/; revision=33047
* Fixed typo in plugin description. Fixes bug 363999.Priit Laes2006-10-232-1/+6
| | | | | | | | 2006-10-23 Priit Laes <amd@store20.com> * org-gnome-default-source.eplug.xml: Fixed typo in plugin description. Fixes bug 363999. svn path=/trunk/; revision=32933
* Corrected the spelling mistake in an error message. Fixes #350231.Sushma Rai2006-08-072-1/+6
| | | | svn path=/trunk/; revision=32484
* Handling the errors EXCHANGE_ACCOUNT_FOLDER_GC_NOTREACHABLE andSushma Rai2006-07-243-0/+20
| | | | | | | EXCHANGE_ACCOUNT_FOLDER_NO_SUCH_USER. Added an error code folder-no-gc-error and corresponding error string. Fixes #234359. svn path=/trunk/; revision=32403
* Checking if a user is subscribing to his own folder. Fixes #311322.Sushma Rai2006-07-222-0/+19
| | | | | | Patch submitted by "Vandana Shenoy .B <shvandana@novell.com>" svn path=/trunk/; revision=32374
* remove "*" from translation. Fixes bug #331147.Andre Klapper2006-07-192-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | 2006-07-18 Andre Klapper <a9016009@gmx.de> * addressbook/gui/contact-editor/contact-editor.glade: * addressbook/gui/contact-editor/fullname.glade: * addressbook/gui/contact-editor/fulladdr.glade: * addressbook/gui/contact-editor/im.glade: * addressbook/gui/contact-list-editor/contact-list-editor.glade: * calendar/gui/dialogs/calendar-setup.glade: * calendar/gui/dialogs/new-calendar.glade: * calendar/gui/dialogs/new-task-list.glade: * calendar/gui/dialogs/url-editor-dialog.glade: * mail/message-tags.glade: * plugins/exchange-operations/exchange-change-password.glade: * plugins/groupwise-features/properties.glade: * widgets/e-timezone-dialog/e-timezone-dialog.glade: * widgets/menus/gal-view-instance-save-as-dialog.glade: * widgets/menus/gal-view-new-dialog.glade: * widgets/misc/e-attachment.glade: * widgets/misc/gal-categories.glade: remove "*" from translation. Fixes bug #331147. svn path=/trunk/; revision=32340
* remove empty strings from translationAndre Klapper2006-07-132-2/+7
| | | | | | | | | | | 2006-07-13 Andre Klapper <a9016009@gmx.de> * mail/mail-config.glade: * plugins/exchange-operations/exchange-permissions-dialog.glade: * widgets/menus/gal-view-instance-save-as-dialog.glade: remove empty strings from translation svn path=/trunk/; revision=32300
* ** Fixes bug #341369Hiroyuki Ikezoe2006-07-083-0/+8
| | | | | | | | | | | | | 2006-07-07 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fixes bug #341369 * filter/rule-editor.c: * plugins/exchange-operations/exchange-calendar.c: * plugins/exchange-operations/exchange-contacts.c: * plugins/save-attachments/save-attachments.c: fixing memory leaks. svn path=/trunk/; revision=32256
* On successful connection, checking if the OOF state is set in theSushma Rai2006-06-154-4/+581
| | | | | | | server, and if it is set, asking the user if he wants to change it to in-office during login. Fixes #344650. svn path=/trunk/; revision=32152
* Defined and using new error code for displayig offline state of Evolution.Sushma Rai2006-06-133-18/+23
| | | | | | Fixes #344270. svn path=/trunk/; revision=32127
* Enabling the OK button only when the username is entered, fixes #317025.Sushma Rai2006-06-072-1/+26
| | | | svn path=/trunk/; revision=32086
* Do not print the password in the terminal.Sankar P2006-05-112-1/+6
| | | | | | | | | 2006-05-11 Sankar P <psankar@novell.com> * exchange-account-setup.c: (btn_chpass_clicked): Do not print the password in the terminal. svn path=/trunk/; revision=31972
* Using the HIGified notification message. Fixes #302825.Sushma Rai2006-05-103-3/+12
| | | | svn path=/trunk/; revision=31968
* Not displaying error message on cancel operation. Fixes #332131.Sushma Rai2006-05-102-1/+8
| | | | svn path=/trunk/; revision=31966
* Changed the function signature. Fixes #329371.Sushma Rai2006-04-221-1/+1
| | | | | | | * exchange-account-setup.c (owa_authenticate_user): Changed the function signature. Fixes #329371. svn path=/trunk/; revision=31864
* Setting the e-source properties after both folder rename and new folderSushma Rai2006-04-193-23/+46
| | | | | | creation. Fixes #328578 and #338876. svn path=/trunk/; revision=31831
* Return TRUE in case of non-exchange accounts. Fixes #338198.Sushma Rai2006-04-173-11/+17
| | | | svn path=/trunk/; revision=31819
* Handling rename opearion for public and subscribed folders.Sushma Rai2006-04-105-18/+81
| | | | | | Fixes #328813 and #315522. svn path=/trunk/; revision=31792
* Corrected the rename folder operation and also not allowing the renameSushma Rai2006-04-075-49/+190
| | | | | | of standard folders. Fixes #310433. svn path=/trunk/; revision=31780
* Freeing GConfValue. See #329251.Sushma Rai2006-03-062-1/+8
| | | | svn path=/trunk/; revision=31650
* Not unrefing the account passed to the signal handler. Fixes #332129.Sushma Rai2006-03-062-3/+5
| | | | svn path=/trunk/; revision=31649
* Fixed the typo "retrun" to "return"Sushma Rai2006-02-272-1/+5
| | | | svn path=/trunk/; revision=31592
* NULL check for accounts. Fixes #332185.Sushma Rai2006-02-273-1/+16
| | | | svn path=/trunk/; revision=31590
* Trying to get the exchange account, only when invoked for exchange accountSushma Rai2006-02-272-33/+68
| | | | | | | and also not showing the folder permissions dialog when invoked in offline mode. See #332514. svn path=/trunk/; revision=31585
* Added bug id to the changelog.Sushma Rai2006-02-271-1/+1
| | | | svn path=/trunk/; revision=31584
* Fixed the problem with the sent and drafts folder URIs and alsoSushma Rai2006-02-272-15/+56
| | | | | | setting them. Fixes #324693. svn path=/trunk/; revision=31583
* Memory leak fixes. See #329251.Sushma Rai2006-02-253-0/+12
| | | | svn path=/trunk/; revision=31578
* Fixes bug #331635Irene Huang2006-02-202-1/+9
| | | | | | | | | | | | 2006-02-18 Irene Huang <Irene.Huang@sun.com> Fixes bug #331635 * exchange-account-setup.c: (org_gnome_exchange_settings): Add NULL as the last parameter in g_object_new to mark the the end of parameter list. svn path=/trunk/; revision=31546
* updated the bug ids.Sushma Rai2006-02-101-1/+1
| | | | svn path=/trunk/; revision=31472
* Fixes the problems of marking GAL for offline usage and as default folderSushma Rai2006-02-102-15/+32
| | | | | | | and also overwriting the GAL uri with relative uri of some other folder. Fixes #329623 and #329624 svn path=/trunk/; revision=31470
* Freeing uri_text. See #329251.Sushma Rai2006-02-102-1/+7
| | | | svn path=/trunk/; revision=31468
* Fixed memory leaks. Fixes #329251.Sushma Rai2006-02-064-4/+32
| | | | svn path=/trunk/; revision=31418
* fix a bunch of Address Book stringsKarsten Bräckelmann2006-02-062-1/+7
| | | | svn path=/trunk/; revision=31413
* Fixed the issue with subscribing to other user's folders. (#328554)Sushma Rai2006-02-034-84/+124
| | | | svn path=/trunk/; revision=31401
* Make this place a bit more quietKjartan Maraas2006-01-286-24/+14
| | | | svn path=/trunk/; revision=31328
* Corrected the memory corruption in forming the URIs. Fixes #328304.Sushma Rai2006-01-273-21/+59
| | | | svn path=/trunk/; revision=31323
* Making the warning and error dialogs non-modal. Fixes #328385.Sushma Rai2006-01-243-14/+33
| | | | svn path=/trunk/; revision=31295
* Checking for the NULL URI, Fixes #328282.Sushma Rai2006-01-232-1/+9
| | | | svn path=/trunk/; revision=31281
* Reading the auth type from ExchangeAccount and setting it in URL if the urlSushma Rai2006-01-232-4/+30
| | | | | | doesn't contain the auth mechanism value. Fixes #327284. svn path=/trunk/; revision=31270
* plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml changed "mails" toAndre Klapper2006-01-202-6/+12
| | | | | | | | | | | 2006-01-19 Andre Klapper <a9016009@gmx.de> * plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml: * plugins/exchange-operations/org-gnome-exchange-operations.error.xml: * plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml changed "mails" to "mail", "emails" or "messages". Fixes bug 325569. svn path=/trunk/; revision=31244
* Displaying the offline message for both Exchange personal and GAL folders.Sushma Rai2006-01-182-3/+11
| | | | | | Fixes #327483. svn path=/trunk/; revision=31232
* Fixed a minor typo in error string. (#327053).Harish Krishnaswamy2006-01-162-1/+6
| | | | | | | | | 2006-01-16 Harish Krishnaswamy <kharish@novell.com> * org-gnome-exchange-operations.error.xml: Fixed a minor typo in error string. (#327053). svn path=/trunk/; revision=31201
* Fix a grammar error in translatable string. (#327155)Harish Krishnaswamy2006-01-162-1/+6
| | | | | | | | | 2006-01-16 Harish Krishnaswamy <kharish@novell.com> * exchange-config-listener.c: (display_passwd_expiry_message): Fix a grammar error in translatable string. (#327155) svn path=/trunk/; revision=31200
* Set the "save-passwd" parameter value EAccount. Fixes #326842.Sushma Rai2006-01-132-1/+15
| | | | svn path=/trunk/; revision=31170
* Added krb5 checks while invoking change_passwd_cb() andSushma Rai2006-01-132-0/+9
| | | | | | exchange_config_listener_authenticate(). svn path=/trunk/; revision=31166
* fixes #271546Chenthill Palanisamy2006-01-132-4/+12
| | | | svn path=/trunk/; revision=31162
* Cheking for password expired error code, displaying the error message andSushma Rai2006-01-125-9/+244
| | | | | | | | | allowing the user to reset password. Also showing password expiry warning message in advance. Fixes #326060. Also, Checking for the quota related error codes and displaying the corresponding error/warning messages to the user. Fixes #326087. svn path=/trunk/; revision=31143
* ** Fixes bug #316100Srinivasa Ragavan2006-01-115-12/+10
| | | | | | | | | | | | | | 2006-01-11 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #316100 * org-gnome-exchange-ab-subscription.xml: * org-gnome-exchange-tasks-subscription.xml: * org-gnome-folder-permissions.xml: * org-gnome-folder-subscription.xml: Removed empty menu entry which was pointing to Tools menu. svn path=/trunk/; revision=31125
* Fixed the issue of subscribe to other users folder being modal.Sushma Rai2006-01-092-17/+22
| | | | | | Fixes #314748 svn path=/trunk/; revision=31103
* use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-065-4/+13
| | | | | | | | | | | | | 2006-01-06 Simon Zheng <simon.zheng@sun.com> * exchange-account-setup.c: * exchange-calendar.c: * exchange-config-listener.h: * exchange-contacts.c: 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. svn path=/trunk/; revision=31076
* Setting the username, authtype, auth-domain and auth properties on the esourceSushma Rai2006-01-053-8/+26
| | | | | | | | created, so that corresponding folder will be authenticated and loaded after the folder creation. Also fixed memory leak in case of no any changes condition. Not freeing the non allocated string offline_mode. svn path=/trunk/; revision=31064
* In the plugin porceed only with the exchange account folders.Sushma Rai2006-01-023-2/+16
| | | | | | fixes #325491. svn path=/trunk/; revision=31020
* String Fixes (Bug #325122)Harish Krishnaswamy2006-01-011-3/+3
| | | | | | | | 2006-01-01 Harish Krishnaswamy <kharish@novell.com> * String Fixes (Bug #325122) svn path=/trunk/; revision=31006
* Fix for #325117Harish Krishnaswamy2006-01-011-3/+3
| | | | | | | | 2006-01-01 Harish Krishnaswamy <kharish@novell.com> Fix for #325117 svn path=/trunk/; revision=31005
* Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-311-0/+11
| | | | | | | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/plugins/exchange-operations/org-gnome-exchange-operations.error.xml: Fixing several typos and harmonizing capital/small letters. Partially fixes bug 306117. 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/plugins/exchange-operations/exchange-account-setup.c: harmonized "URL", "Url" and "url". Fixes bug 325125. svn path=/trunk/; revision=30988
* harmonized "URL", "Url" and "url". Fixes bug 325125.Andre Klapper2005-12-301-1/+1
| | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/calendar/gui/apps_evolution_calendar.schemas.in.in, evolution/plugins/exchange-operations/exchange-account-setup.c, evolution/widgets/misc/e-url-entry.c: harmonized "URL", "Url" and "url". Fixes bug 325125. svn path=/trunk/; revision=30976
* Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-301-1/+1
| | | | | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/plugins/exchange-operations/org-gnome-exchange-operations.error.xml, evolution/plugins/groupwise-features/properties.glade, evolution/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml, evolution/plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml, evolution/ui/evolution-calendar.xml org-gnome-evolution-startup-wizard.eplug.xml, evolution/mail/mail.error.xml: Fixing several typos and harmonizing capital/small letters. Partially fixes bug 306117. svn path=/trunk/; revision=30972
* Mark vairous plugins as translatable (bug#301149).Funda Wang2005-12-253-1/+5
| | | | svn path=/trunk/; revision=30950
* Setting the username, authtype, auth-domain and auth properties on the esourceSushma Rai2005-12-212-2/+20
| | | | | | | created, so that corresponding folder will be authenticated and loaded after the folder creation. Fixes #324678. svn path=/trunk/; revision=30913
* Setting the correct title. Fixes #324580.Sushma Rai2005-12-202-1/+7
| | | | svn path=/trunk/; revision=30892
* Removed the repleted window title and added translator comments. Fixes #313545.Sushma Rai2005-12-193-5/+44
| | | | svn path=/trunk/; revision=30882
* Checking if the user has selected save password option or not andSushma Rai2005-12-193-6/+45
| | | | | | | accordingly prompting for the password whenever Evolution is restarted. Also, not asking for password twice during account creation. Fixes #324485. svn path=/trunk/; revision=30879
* free CamelURL and exchange_params. Fixes #324483.Sushma Rai2005-12-192-1/+15
| | | | svn path=/trunk/; revision=30878
* Corrected include path which was breaking the build.Sushma Rai2005-12-195-7/+16
| | | | svn path=/trunk/; revision=30877
* Added bug ID.Sushma Rai2005-12-191-1/+1
| | | | svn path=/trunk/; revision=30874
* Using the proper error code, and also removed hard coded URL fromSushma Rai2005-12-123-4/+15
| | | | | | translatable string. svn path=/trunk/; revision=30755
* Added bug in to ChangeLogSushma Rai2005-12-121-0/+1
| | | | svn path=/trunk/; revision=30751
* Add primary CLEANFILES, fix BUILT_SOURCES, make-clean issues.Harish Krishnaswamy2005-12-122-1/+8
| | | | | | | | | 2005-12-12 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Add primary CLEANFILES, fix BUILT_SOURCES, make-clean issues. svn path=/trunk/; revision=30748
* Mark various plugins translatable.Funda Wang2005-12-072-4/+8
| | | | svn path=/trunk/; revision=30733
* Fix for not showing wrong OOF error message in case of authentication failure.Sushma Rai2005-11-262-2/+2
| | | | svn path=/trunk/; revision=30687
* Not showing the OOF error message also on authentication failure.Sushma Rai2005-11-242-2/+9
| | | | svn path=/trunk/; revision=30654
* Constructing the path properly to get the efolder. Creating proper path.Shakti Sen2005-10-033-9/+30
| | | | | | | | | | | | | | | | | 2005-10-03 Shakti Sen <shprasad@novell.com> * exchange-folder-permission.c (org_gnome_exchange_folder_permissions), (org_gnome_exchange_menu_folder_permission): Constructing the path properly to get the efolder. * exchange-folder.c (org_gnome_exchange_folder_inbox_unsubscribe), (exchange_get_folder), (org_gnome_exchange_check_inbox_subscribed), (unsubscribe_dialog_ab_response), (unsubscribe_dialog_response): Creating proper path. The above modifications will now allow the user to do the operations like unsubscribed to Inbox and giving permission to a folder. svn path=/trunk/; revision=30479
* Sets the corresponding 'Folder name'. (create_folder_subscription_dialog):Shakti Sen2005-09-305-12/+59
| | | | | | | | | | | | | | | | | | | | | 2005-09-30 Shakti Sen <shprasad@novell.com> * exchange-folder-subscription.c (setup_folder_name_combo): Sets the corresponding 'Folder name'. (create_folder_subscription_dialog): Sets the cursor to User's entry text field. * exchange-folder-subscription.h: Added one more argument to function create_folder_subscription_dialog() to set the window title. * exchange-folder.c (org_gnome_exchange_inbox_subscription), (org_gnome_exchange_addressbook_subscription), (org_gnome_exchange_calendar_subscription), (org_gnome_exchange_tasks_subscription): Added newly. * org-gnome-exchange-operations.eplug.in: Changed the activate callback function names so that it can show appropriate window title. Fixes bug #317019, #317023. svn path=/trunk/; revision=30426
* Propogate the authentication mechanism to the backend. exchange-calendar.cSarfraaz Ahmed2005-09-285-19/+31
| | | | | | | | | | | | 2005-09-28 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-account-setup.c (owa_authenticate_user) : Propogate the authentication mechanism to the backend. * exchange-calendar.c * exchange-contacts.c * exchange-folder.c : Parse the new account uri. svn path=/trunk/; revision=30413
* Use SOEXT.Tor Lillqvist2005-09-282-1/+3
| | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * org-gnome-exchange-operations.eplug.in: Use SOEXT. svn path=/trunk/; revision=30403
* Drop unused SOCKET_LIBS leftover. Don't check for OpenLDAP on Win32. SetTor Lillqvist2005-09-282-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | 2005-09-28 Tor Lillqvist <tml@novell.com> * configure.in: Drop unused SOCKET_LIBS leftover. Don't check for OpenLDAP on Win32. Set corresponding variables unconditionally on Win32, as LDAP support is always present (in <winldap.h> and -lwldap32). (CAMEL_EXCHANGE): Add more stuff to CAMEL_EXCHANGE_CFLAGS and _LIBS. These are used only in plugins/exchange-operations/Makefile.am, and now it's enough to use only that CAMEL_EXCHANGE_CFLAGS and _LIBS there. In plugins/exchange-operations: 2005-09-28 Tor Lillqvist <tml@novell.com> * Makefile.am (INCLUDES, LIBADD): Use just CAMEL_EXCHANGE_CFLAGS and _LIBS, they now includes all necessary (see top-level ChangeLog). (LDFLAGS): Use NO_UNDEFINED. svn path=/trunk/; revision=30388
* ** Fixes bug 312849Praveen Kumar2005-09-233-6/+88
| | | | | | | | | | | | | | | | | | | | | | | | 2005-09-22 Praveen Kumar <kpraveen@novell.com> ** Fixes bug 312849 * exchange-calendar.c (e_exchange_calendar_pcalendar): Populate the folder hierarchy only if Evolution is online. (e_exchange_calendar_check): Disable the "OK" button if Evolution is offline. (e_exchange_calendar_commit): Don't do anything if Evolution is offline. * exchange-contacts.c (e_exchange_contacts_pcontacts): Populate the folder hierarchy only if Evolution is online. (e_exchange_contacts_check): Disable the "OK" button if Evolution is offline. (e_exchange_contacts_commit): Don't do anything if Evolution is offline. svn path=/trunk/; revision=30372
* Now checks for the camel provider type, and does nothing for non exchangeArunprakash2005-09-152-0/+20
| | | | | | | | | | | 2005-09-15 Arunprakash <arunp@novell.com> * exchange-account-setup.c (org_gnome_exchange_show_folder_size_factory) : Now checks for the camel provider type, and does nothing for non exchange providers. ** Fixes #312886. svn path=/trunk/; revision=30350
* Fix for #316274Irene Huang2005-09-152-0/+14
| | | | | | | | | | | | 2005-09-14 Irene Huang <Irene.Huang@sun.com> Fix for #316274 * exchange-account-setup.c: (btn_chpass_clicked), (org_gnome_exchange_settings): Enable change password function only when built with kerberos5. svn path=/trunk/; revision=30348
* ** Fixes bug 314762Praveen Kumar2005-08-292-6/+13
| | | | | | | | | | | 2005-08-29 Praveen Kumar <kpraveen@novell.com> ** Fixes bug 314762 * exchange-config-listener.c (remove_selected_non_offline_esources) : Fixing a nasty infinite loop by swapping an if and while block. svn path=/trunk/; revision=30284
* Fixes the 'Label disappears' problem in Tasks, Calendar and Contacts.Shakti Sen2005-08-262-3/+9
| | | | | | | | | | | 2005-08-26 Shakti Sen <shprasad@novell.com> * exchange-folder.c (org_gnome_exchange_folder_unsubscribe): Fixes the 'Label disappears' problem in Tasks, Calendar and Contacts. Fixes bug #311959. svn path=/trunk/; revision=30258
* Need to set the account's linestatus to online as there is no way to getArunprakash2005-08-253-6/+25
| | | | | | | | | | | | | 2005-08-25 Arunprakash <arunp@novell.com> * exchange-config-listener.c (account_added) : Need to set the account's linestatus to online as there is no way to get the linestatus in plugin. Also moved the authentication code to exchange_operations_get_exchange_account as it is not needed here. * exchange-operations.c (exchange_operations_get_exchange_account) : Updated to return the account in offline mode. svn path=/trunk/; revision=30251
* Added support for Unsubscribe to other user's Inbox.Shakti Sen2005-08-252-2/+135
| | | | | | | | | | | | 2005-08-25 Shakti Sen <shprasad@novell.com> * exchange-folder.c (exchange_refresh_folder_tree, exchange_get_folder, org_gnome_exchange_folder_inbox_unsubscribe): Added support for Unsubscribe to other user's Inbox. Fixes bug #313310. svn path=/trunk/; revision=30250
* Getting list of mail-ids instead of a single mail-id. Added support forShakti Sen2005-08-244-47/+96
| | | | | | | | | | | | | 2005-08-24 Shakti Sen <shprasad@novell.com> * exchange-permissions-dialog.c (add_clicked): Getting list of mail-ids instead of a single mail-id. * exchange-user-dialog.[c/h] (e2k_user_dialog_get_user_list): Added support for adding multiple IDs. Fixes bug #313919. svn path=/trunk/; revision=30239
* Removed the warning that are generated when compiled with GCC 4.Praveen Kumar2005-08-249-30/+53
| | | | | | | | | | | | | | | | | | | | 2005-08-24 Praveen Kumar <kpraveen@novell.com> * plugins/exchange-operations/exchange-account-setup.c: * plugins/exchange-operations/exchange-calendar.c: * plugins/exchange-operations/exchange-config-listener.c: * plugins/exchange-operations/exchange-contacts.c: * plugins/exchange-operations/exchange-delegates-user.c: * plugins/exchange-operations/exchange-folder-size-display.c: * plugins/exchange-operations/exchange-folder.c: * plugins/exchange-operations/exchange-operations.c: Removed the warning that are generated when compiled with GCC 4. * plugins/exchange-operations/exchange-calendar.c: Fixed a build break due to the modification of the 'source_type' field in the ECalConfigTargetSource class. svn path=/trunk/; revision=30237
* Use exchange_operations_get_exchange_account. Fetch the password andSarfraaz Ahmed2005-08-225-16/+61
| | | | | | | | | | | | | | 2005-08-22 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-account-setup.c (btn_fsize_clicked) (set_oof_info) : Use exchange_operations_get_exchange_account. * exchange-config-listener.c (exchange_config_listener_authenticate) : Fetch the password and connect. Added new * exchange-config-listener.h : Similar. * exchange-operations.c (exchange_operations_get_exchange_account) : Try authenticating if account is not found. svn path=/trunk/; revision=30199
* Added new (add_account_esources): Don't add the calendars and tasks in thePraveen Kumar2005-08-163-58/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-09-12 Praveen Kumar <kpraveen@novell.com> * exchange-config-listener.c (remove_selected_non_offline_esources): Added new (add_account_esources): Don't add the calendars and tasks in the selected list (account_added): If starting in offline mode remove the non-offline calendars and tasks from the selected list so that it doesn't throws an error Fixes the bug 273272. 2005-08-11 Praveen Kumar <kpraveen@novell.com> * exchange-config-listener.c (exchange_camel_urls_is_equal): Added new (exchange_config_listener_modify_esource_group_name): Added new (account_changed): Handle most of the account parameter changes without restart. This fixes bug 272784 and partially bug 220168 (account_removed): Removed the message dialog that says that the changes will be reflected after restart. This partially fixes the bug 220168 svn path=/trunk/; revision=30132
* Included glib/gi18n.h file for translation. Same.Arunprakash2005-08-083-0/+8
| | | | | | | | | | 2005-08-08 Arunprakash <arunp@novell.com> * exchange-folder-size-display.c: Included glib/gi18n.h file for translation. * exchange-operations.c: Same. svn path=/trunk/; revision=30029
* Marked strings for translation that were left out. Same.Arunprakash2005-08-063-4/+11
| | | | | | | | | | | 2005-08-05 Arunprakash <arunp@novell.com> * exchange-folder-size-display.c (exchange_folder_size_display) : Marked strings for translation that were left out. * exchange-operations.c (exchange_operations_cta_add_node_to_tree) (exchange_operations_cta_select_node_from) : Same. svn path=/trunk/; revision=30016
* Added offline/online support and removed some warning messages. Added aShakti Sen2005-08-036-4/+106
| | | | | | | | | | | | | | | | | | | | 2005-08-03 Shakti Sen <shprasad@blr.novell.com> * exchange-folder.c (org_gnome_exchange_folder_ab_unsubscribe) (org_gnome_exchange_folder_unsubscribe) (org_gnome_exchange_folder_subscription): Added offline/online support and removed some warning messages. * exchange-operations.c: Added a new function exchange_is_offline(). * exchange-operations.h: Included a prototype. * exchange-config-listener.c (exchange_config_listener_get_offline_status): Added newly to get the online/offline status. * exchange-config-listener.h: Added the prototype for exchange_config_listener_get_offline_status(). Fixes bug #311324. svn path=/trunk/; revision=29969
* Fix for build breakAhmed Sarfraaz2005-08-032-2/+6
| | | | svn path=/trunk/; revision=29960
* Included 'calendar' in INCLUDES and some .la inShakti Sen2005-08-024-15/+84
| | | | | | | | | | | | | | | 2005-08-02 Shakti Sen <shprasad@blr.novell.com> * Makefile.am: Included 'calendar' in INCLUDES and some .la in 'liborg_gnome_exchange_operations_la_LIBADD' * exchange-folder-permission.c: Added the functionality for 'File->Permissions' menu-item for Calendar, Tasks and Contacts. * exchange-permissions-dialog.c (exchange_permissions_dialog_new): Takes care of 'folder' is not-null. Fixes bug #231968. svn path=/trunk/; revision=29958
* Check for NULL target Similar Similar SimilarSarfraaz Ahmed2005-08-025-67/+69
| | | | | | | | | | | 2005-08-02 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-calendar.c : Check for NULL target * exchange-contacts.c : Similar * exchange-folder-permission.c : Similar * exchange-folder.c : Similar svn path=/trunk/; revision=29955
* Added new (add_defaults_for_account) : Added a call to the newly addedPraveen Kumar2005-08-012-3/+53
| | | | | | | | | | 2005-08-01 Praveen Kumar <kpraveen@novell.com> * exchnage-config-listener.c (exchange_add_autocompletion_folders) : Added new (add_defaults_for_account) : Added a call to the newly added function to select GAL for autocompletion by default. Fixes bug 303998 svn path=/trunk/; revision=29945
* Handle error conditions if folder subscription fails. Fixes bug 311712Praveen Kumar2005-07-292-21/+33
| | | | | | | | | 2005-07-27 Praveen Kumar <kpraveen@novell.com> * exchange-folder.c (org_gnome_exchange_folder_subscription) : Handle error conditions if folder subscription fails. Fixes bug 311712 svn path=/trunk/; revision=29918
* Only show the unsubscribe menu if it is an exchange folder.Harry Lu2005-07-272-2/+23
| | | | | | | | | | | 2005-07-27 Harry Lu <harry.lu@sun.com> Only show the unsubscribe menu if it is an exchange folder. * exchange-folder.c: (org_gnome_exchange_check_address_book_subscribed), (org_gnome_exchange_check_subscribed): svn path=/trunk/; revision=29898
* Fixed a small typo. The file name isShakti Sen2005-07-252-1/+7
| | | | | | | | | | 2005-07-25 Shakti Sen <shprasad@novell.com> * org-gnome-exchange-operations.eplug.in: Fixed a small typo. The file name is org-gnome-exchange-tasks-subscription.xml, not org-gnome-exchange-task-subscription.xml. svn path=/trunk/; revision=29887
* Add the size label only if the calendar exists. Add the size label only ifSarfraaz Ahmed2005-07-253-36/+49
| | | | | | | | | | | 2005-07-25 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-calendar.c (e_exchange_calendar_pcalendar) : Add the size label only if the calendar exists. * exchange-contacts.c (e_exchange_contacts_pcontacts) : Add the size label only if the addressbook exists. svn path=/trunk/; revision=29884
* Added EVOLUTION_CALENDAR_CFLAGS and widgets in 'INCLUDES'. Added the hooksShakti Sen2005-07-255-8/+99
| | | | | | | | | | | | | | | | 2005-07-25 Shakti Sen <shprasad@novell.com> * Makefile.am: Added EVOLUTION_CALENDAR_CFLAGS and widgets in 'INCLUDES'. * org-gnome-exchange-operations.eplug.in: Added the hooks for Calendar, Tasks and Contacts. * exchange-folder-permission.c: Added new functions to support 'File->Permissions' for all the components. * org-gnome-folder-permissions.xml: Changed the placeholder from 'Folder' to 'File' menu for 'Permissions' menu-item. Fixes bug #231968 (Partly). svn path=/trunk/; revision=29880
* Takes care of displaying the folder size for mail folders. Now also addsSarfraaz Ahmed2005-07-257-10/+172
| | | | | | | | | | | | | | | | | | | 2005-07-25 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-account-setup.c (org_gnome_exchange_show_folder_size_factory): Takes care of displaying the folder size for mail folders. * exchange-calendar.c (e_exchange_calendar_pcalendar): Now also adds the calendar size in the properties page * exchange-contacts.c (e_exchange_contacts_pcontacts): Now also adds the addressbook size in the properties page. * exchange-folder-size-display.c (exchange_folder_size_get_val) : Fetch the folder size of a particular exchange folder. * exchange-folder-size-display.h : Similar * org-gnome-exchange-operations.eplug.in : Added the hook for the mail properties page. svn path=/trunk/; revision=29878
* Changed the e_notice calls to e_error_run calls. Same. *Arunprakash2005-07-2510-66/+167
| | | | | | | | | | | | | | | | | | | 2005-07-25 Arunprakash <arunp@novell.com> * exchange-delegates.c (get_folder_security) (add_button_clicked_cb) (delegates_apply) : Changed the e_notice calls to e_error_run calls. * exchange-folder-permission.c (create_folder_subscription_dialog) : Same. * exchange-calendar.c (e_exchange_calendar_commit) : Same. * exchange-contacts.c (e_exchange_contacts_commit) : Same. * exchange-folder-subscription.c (create_folder_subscription_dialog) : Same * exchange-permissions-dialog.c (exchange_permissions_dialog_new) (dialog_response) (add_clicked): Same. * exchange-operations.c (exchange_operations_report_error) : Modified to report the quota value to the user. * org-gnome-exchange-operations.error.xml : Added few more error descriptions needed for the above changes. svn path=/trunk/; revision=29876
* Creating the dialog and getting the user.Shakti Sen2005-07-252-1/+19
| | | | | | | | | | | 2005-07-25 Shakti Sen <shprasad@novell.com> * exchange-permissions-dialog.c (add_clicked): Creating the dialog and getting the user. Fixes bug #311096. svn path=/trunk/; revision=29875
* Included files org-gnome-exchange-ab-subscription.xml,Shakti Sen2005-07-227-9/+117
| | | | | | | | | | | | | | | | | 2005-07-20 Shakti Sen <shprasad@novell.com> * Makefile.am: Included files org-gnome-exchange-ab-subscription.xml, org-gnome-exchange-tasks-subscription.xml and org-gnome-exchange-cal-subscription.xml. * org-gnome-exchange-ab-subscription.xml: Added newly to add "Subscribe to Other User's Contacts' menu-item in 'File' menu for address book. * org-gnome-exchange-tasks-subscription.xml: Same for 'Tasks'. * org-gnome-exchange-cal-subscription.xml: Same for 'Calendar'. Fixes bug #310985. svn path=/trunk/; revision=29846
* Handling the rename of calendars. This addresses the bug 310433 RemovedPraveen Kumar2005-07-226-319/+136
| | | | | | | | | | | | | | | | | | 2005-07-22 Praveen Kumar <kpraveen@novell.com> * exchange-calendar.c : Handling the rename of calendars. This addresses the bug 310433 * exchange-config-listener.c : Removed the functions add_folder_esource and remove_folder_esource * exchange-contacts.c : Handling the rename of addressbooks. Also modified the way of Exchange addressbook ESource URI handling to be the same way as calendar ESource URI handling * exchange-operations.c (exchange_operations_update_child_esources) : Added new to handle the rename of the ESources of all child folders in the case of parent folder being renamed. * exchange-operations.h : Added prototype for the new function svn path=/trunk/; revision=29842
* Rescan the tree before fetching the folder list. Similar Dont add theSarfraaz Ahmed2005-07-215-5/+17
| | | | | | | | | | | | | | 2005-07-21 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-calendar.c (e_exchange_calendar_get_calendars): Rescan the tree before fetching the folder list. * exchange-contacts.c (e_exchange_contacts_get_contacts): Similar * exchange-config-listener.c (account_added): Dont add the sources here now. Its now taken care while the folders are being created in e-d-s. * exchange-folder.c (org_gnome_exchange_folder_subscription): Dont add the esources here. svn path=/trunk/; revision=29834
* Added a label named 'Custom' to show appropriate role in the 'Role:' comboShakti Sen2005-07-192-2/+25
| | | | | | | | | | | | 2005-07-19 Shakti Sen <shprasad@novell.com> * exchange-permissions-dialog.c (display_role, get_widgets): Added a label named 'Custom' to show appropriate role in the 'Role:' combo box. Fixes bug#310837 svn path=/trunk/; revision=29798
* This is no longer needed. gtk_widget_destroy will take care of destroyingSarfraaz Ahmed2005-07-193-11/+11
| | | | | | | | | | | | 2005-07-18 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-folder-size-display.c (parent_destroyed) : This is no longer needed. gtk_widget_destroy will take care of destroying it. Fixes #310699 * exchange-account-setup.c (org_gnome_exchange_settings) : Fixed a warning. Alignment cannot be set for a radio button svn path=/trunk/; revision=29796
* Added the functions org_gnome_exchange_calendar_permissions() andShakti Sen2005-07-184-13/+127
| | | | | | | | | | | | | | | | 2005-07-15 Shakti Sen <shprasad@novell.com> * exchange-folder-permission.c: Added the functions org_gnome_exchange_calendar_permissions() and org_gnome_exchange_addressbook_permissions() to support 'Folder Permissions' for 'Calendar', 'Tasks' and 'Contacts' components. Also taken care of a bug #310493. * org-gnome-exchange-operations.eplug.in: Added the class hooks. Fixes bug#310479. Fixes bug#310493 as well. svn path=/trunk/; revision=29791
* Handle the case of user clicking "Cancel" button in "Change Password"Praveen Kumar2005-07-182-1/+12
| | | | | | | | | | | | 2005-07-18 Praveen Kumar <kpraveen@novell.com> * exchange-account-setup.c (btn_chpass_clicked) : Handle the case of user clicking "Cancel" button in "Change Password" dialog. Fixes bug 310356. (org_gnome_exchange_setting) : Removed the duplicate signal handler registered for "Change Password" button. svn path=/trunk/; revision=29790
* Fixed a silly extra space.Ahmed Sarfraaz2005-07-161-1/+1
| | | | svn path=/trunk/; revision=29783
* Removed. Is no longer being usedSarfraaz Ahmed2005-07-162-357/+4
| | | | | | | | 2005-07-16 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-ask-password.c : Removed. Is no longer being used svn path=/trunk/; revision=29779
* Included the e-foreign-folder-dialog.glade file. Added newly.Shakti Sen2005-07-153-1/+261
| | | | | | | | | | | 2005-07-15 Shakti Sen <shprasad@novell.com> * Makefile.am: Included the e-foreign-folder-dialog.glade file. * e-foreign-folder-dialog.glade: Added newly. Fixes bug #310369. svn path=/trunk/; revision=29773
* Fixed some compile time warningsSarfraaz Ahmed2005-07-145-19/+17
| | | | | | | | | | | 2005-07-14 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-account-setup.c : * exchange-calendar.c : * exchange-folder-size-display.c : * exchange-permissions-dialog.c : Fixed some compile time warnings svn path=/trunk/; revision=29769
* Checked for if the exchange account exist/configured. Replaced all theShakti Sen2005-07-146-80/+93
| | | | | | | | | | | | | | | | | | | 2005-07-13 Shakti Sen <shprasad@novell.com> * exchange-operations.c: Checked for if the exchange account exist/configured. * exchange-folder-permission.c: Replaced all the occurences of function exchange_config_listener_get_accounts() with exchange_operations_get_exchange_account() and returns if it doesn't exist. Also took care to avoid some compile time warnings. * exchange-folder.c: Same. Also took care to avoid some compile time warnings. * exchange-folder-subscription.c: Included exchange-folder-subscription.h file to avoid compilation warning. Fixes bug #310233. svn path=/trunk/; revision=29768
* Modified the eplug file to add the "commit" code for folder hierarchyPraveen Kumar2005-07-132-11/+20
| | | | | | | | | | 2005-07-13 Praveen Kumar <kpraveen@novell.com> * org-gnome-exchange-operations.eplug.in : Modified the eplug file to add the "commit" code for folder hierarchy plugins for calendar and contacts svn path=/trunk/; revision=29760
* Check that the result is not a success and only then print the error CallSarfraaz Ahmed2005-07-114-2/+15
| | | | | | | | | | | | 2005-07-11 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-operations.c (exchange_operations_report_error) : Check that the result is not a success and only then print the error * exchange-account-setup.c (btn_chpass_clicked) : Call the error reporting routine only if there is a failure. * exchange-config-listener.c (account_added) : Similar svn path=/trunk/; revision=29718
* Patch submitted by ArunPrakash <arunp@novell.com> Newly added, to reportSarfraaz Ahmed2005-07-117-84/+254
| | | | | | | | | | | | | | | | | | | | | 2005-07-11 Sarfraaz Ahmed <asarfraaz@novell.com> Patch submitted by ArunPrakash <arunp@novell.com> * exchange-operations.c (exchange_operations_report_error) : Newly added, to report errors using e_error_run. Also a list of error-ids is added. * exchange-config-listener.c (account_added) (account_removed) : Modified the usage of e_notice to e_error_run. Also the error from exchange_account_connect is reported using exchange_operations_report_error. * exchange-account-setup.c (btn_chpass_clicked) (org_gnome_exchange_settings) (print_error) (set_oof_info): Changed to use exchange_operations_report_error and e_error_run functions. * org-gnome-exchange-operations.error.xml : Newly added, defines the list of error messages used in the plugin. * Makefile.am : Modified for org-gnome-exchange-operations.error.xml svn path=/trunk/; revision=29707
* Included files exchange-folder-subscription.c,Shakti Sen2005-07-114-19/+62
| | | | | | | | | | | | | | 2005-07-11 Shakti Sen <shprasad@novell.com> * Makefile.am: Included files exchange-folder-subscription.c, exchange-folder-subscription.h, exchange-folder.c and org-gnome-folder-subscription.xml * exchange-folder.c: Renamed all the function names starting with org_gnome_* to org_gnome_exchnage* to resolve name space collision. * org-gnome-exchange-operations.eplug.in: Added the hook class for 'Subscribe/Unsubscribe Folder'. svn path=/trunk/; revision=29706
* Added entries for the files providing the delegation assistant featurePraveen Kumar2005-07-088-17/+324
| | | | | | | | | | | | | | | | 2005-07-08 Praveen Kumar <kpraveen@novell.com> * Makefile.am : Added entries for the files providing the delegation assistant feature * exchange-user-dialog.c : Added new * exchange-user-dialog.h : Added new * exchange-account-setup.c (btn_dass_clicked) : Enabled the code for for invoking the delegation assistant window * exchange-delegates-user.c : Modified to include the header files from include path instead of the local directory * exchange-permissions-dialog.c : Modified an occurence to include the file exchange-user-dialog.c instead of e2k-folder-dialog.c svn path=/trunk/; revision=29686
* Included files exchange-permissions-dialog.c,Shakti Sen2005-07-084-7/+41
| | | | | | | | | | | | | | | 2005-07-08 Shakti Sen <shprasad@novell.com> * Makefile.am: Included files exchange-permissions-dialog.c, exchange-permissions-dialog.h, exchange-folder-permission.c, org-gnome-folder-permissions.xml & exchange-permissions-dialog.glade * exchange-folder-permission.c: Renamed the function name org_gnome_menu_folder_permissions to org_gnome_exchnage_menu_folder_permissions * org-gnome-exchange-operations.eplug.in: Added the hook class for Folder Permissions. svn path=/trunk/; revision=29685
* Added new file for Folder Permissions. Added new file for FolderShakti Sen2005-07-0810-0/+2239
| | | | | | | | | | | | | | | | | | | | | | 2005-07-08 Shakti Sen <shprasad@novell.com> * exchange-folder-permission.c: Added new file for Folder Permissions. * exchange-permissions-dialog.c: Added new file for Folder Permissions. * exchange-permissions-dialog.h: Added new file for Folder Permissions. * exchange-permissions-dialog.glade: Added newly for Folder Permissions support. * org-gnome-folder-permissions.xml: Added new file for Folder Permissions support. * exchange-folder-subscription.c: Added new file for Folder Subscribe/Unsubcribe support. * exchange-folder-subscription.h: Added new file for Folder Subscribe/Unsubcribe support. * exchange-folder.c: Added new file for Folder Subscribe/Unsubcribe support. * org-gnome-folder-subscription.xml: Added new file for Folder Subscribe/Unsubcribe support. svn path=/trunk/; revision=29684
* Include exchange-folder-size-display.h SimilarSarfraaz Ahmed2005-07-073-1/+8
| | | | | | | | | 2005-07-07 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-account-setup.c : Include exchange-folder-size-display.h * exchange-folder-size-display.c : Similar svn path=/trunk/; revision=29671
* Removed these filesAhmed Sarfraaz2005-07-072-399/+0
| | | | svn path=/trunk/; revision=29670
* Adding the new filesAhmed Sarfraaz2005-07-072-0/+143
| | | | svn path=/trunk/; revision=29669
* Implemented new to invoke the folder size table.Sarfraaz Ahmed2005-07-073-2/+35
| | | | | | | | | | | | | | | 2005-07-07 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-account-setup.c (btn_fsize_clicked) : Implemented new to invoke the folder size table. (org_gnome_exchange_settings) : Minor re-ordering * exchange-folder-size-display.c : Newly added to handle the UI code for folder size display * exchange-folder-size-display.h : Similar * exchange-folder-size.[ch] : Removed * Makefile.am : Include exchange-folder-size-display.[ch] svn path=/trunk/; revision=29668
* Newly added. This adds the esources for all the folders only if theSarfraaz Ahmed2005-07-052-0/+62
| | | | | | | | | | | 2005-07-05 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-config-listener.c (add_new_sources) : Newly added. This adds the esources for all the folders only if the esource doesnt already exist. (account_added) : Invoke add_new_sources after connect. svn path=/trunk/; revision=29638
* Added new file entries for calendar , contacts and change-password enabledPraveen Kumar2005-07-018-54/+941
| | | | | | | | | | | | | | | | | | | | 2005-07-01 Praveen Kumar <kpraveen@novell.com> * Makefile.am : Added new file entries for calendar , contacts and change-password * exchange-account-setup.c (btn_chpass_clicked) : enabled the code * exchange-operations.c (exchange_operations_cta_add_node_to_tree) : This now stores the relative uri of the node to the model (exchange_operations_cta_select_node_from_tree) : Added new. This selects the node for a given relative uri. * exchange-operations.h : Similar * org-gnome-exchange-operations.eplug.in : Added commit hook action for calendar and contacts * exchange-change-password.c : Added new * exchange-calendar.c : Added new * exchange-contacts.c : Added new svn path=/trunk/; revision=29610
* Added new. This prints the validation error string.Sarfraaz Ahmed2005-07-013-13/+116
| | | | | | | | | | | | | | 2005-07-01 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-account-setup.c(print_error) : Added new. This prints the validation error string. (owa_authenticate_user) : Fetch the error code from validate and handle the printing of error strings in the plugin. * exchange-config-listener.c (account_added) : For now add the sources before connect to avoid multiple esources. Should be fixed more elegantly. svn path=/trunk/; revision=29607
* Added the header files as part of SOURCES so that they get disted as well.Sarfraaz Ahmed2005-06-272-2/+9
| | | | | | | | | 2005-06-27 Sarfraaz Ahmed <asarfraaz@novell.com> * Makefile.am : Added the header files as part of SOURCES so that they get disted as well. svn path=/trunk/; revision=29595
* We no longer should be declaring the global_config_listener as a staticSarfraaz Ahmed2005-06-232-4/+15
| | | | | | | | | | 2005-06-22 Sarfraaz Ahmed <asarfraaz@novell.com> * exchange-account-setup.c : We no longer should be declaring the global_config_listener as a static variable here. Also, added some NULL checks to avoid crashes. svn path=/trunk/; revision=29573
* Fixed a crash while trying ot edit non-exchange account.Sushma Rai2005-06-152-2/+10
| | | | svn path=/trunk/; revision=29502
* Fixed some warnings SimilarSarfaaz Ahmed2005-06-143-9/+14
| | | | | | | | | 2005-06-14 Sarfaaz Ahmed <asarfraaz@novell.com> * exchange-account-setup.c : Fixed some warnings * exchange-config-listener.c : Similar svn path=/trunk/; revision=29500
* Added a new plugin directory for renaming exchange-account-setup asSarfraaz Ahmed2005-06-1319-0/+5614
2005-06-12 Sarfraaz Ahmed <asarfraaz@novell.com> * plugins/exchange-operations : Added a new plugin directory for renaming exchange-account-setup as exchange-operations. svn path=/trunk/; revision=29498