aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Initial checkin of new itip formatterJP Rosevear2004-12-237-0/+1135
| | | | | | | | 2004-12-22 JP Rosevear <jpr@novell.com> * Initial checkin of new itip formatter svn path=/trunk/; revision=28184
* list format-handler.h as a source so it distsJP Rosevear2004-12-222-1/+11
| | | | | | | | 2004-12-22 JP Rosevear <jpr@novell.com> * Makefile.am: list format-handler.h as a source so it dists svn path=/trunk/; revision=28183
* Code splitup, each format has it's own c-file Added. Code splitup Added.Philip Van Hoof2004-12-207-566/+1258
| | | | | | | | | | | | | 2004-12-20 Philip Van Hoof <pvanhoof@gnome.org> * Makefile.am: Code splitup, each format has it's own c-file * csv-format.c: Added. Code splitup * format-handler.h: Added. Code splitup * ical-format.c: Added. Code splitup * rdf-format.c: Added. Support for RDF files. Code splitup * save-calendar.c: Support for RDF files. Code splitup svn path=/trunk/; revision=28154
* fixing ssl issueSivaiah Nallagatla2004-12-172-1/+6
| | | | svn path=/trunk/; revision=28142
* Imported backup/restore pluginJP Rosevear2004-12-177-0/+365
| | | | | | | | 2004-12-16 JP Rosevear <jpr@novell.com> * Imported backup/restore plugin svn path=/trunk/; revision=28140
* 2004-12-16 Vivek Jain <jvivek@novell.com> Removed one crash point caused by ↵Jain Vivek2004-12-161-2/+4
| | | | | | faulty patch up svn path=/trunk/; revision=28132
* Add camel-gw-listener.h to SOURCESRodney Dawes2004-12-162-4/+13
| | | | | | | | 2004-12-15 Rodney Dawes <dobey@novell.com> * Makefile.am: Add camel-gw-listener.h to SOURCES svn path=/trunk/; revision=28131
* Added (Create a shared folder) functionality in the pluginJain Vivek2004-12-153-93/+282
| | | | svn path=/trunk/; revision=28129
* some whitespace changes, typecasting widgets, in (on_add_clicked) removedJain Vivek2004-12-152-88/+130
| | | | | | | | | * shared-folder-common.c : (org_gnome_shared_folder_factory) * shared-folder.c : some whitespace changes, typecasting widgets, in (on_add_clicked) removed assigning the rights portion CVS ---------------------------------------------------------------------- svn path=/trunk/; revision=28127
* Include <libebook/e-destination.h> from evolution-data-server.Hans Petter Jansson2004-12-091-1/+1
| | | | | | | | | 2004-12-08 Hans Petter Jansson <hpj@novell.com> * plugins/shared-folder/share-folder-common.c: Include <libebook/e-destination.h> from evolution-data-server. svn path=/trunk/; revision=28095
* Support for CSV filesPhilip Van Hoof2004-12-082-29/+587
| | | | | | | | 2004-11-30 Philip Van Hoof <pvanhoof@gnome.org> * save-calendar.c: Support for CSV files svn path=/trunk/; revision=28087
* *** empty log message ***Jain Vivek2004-12-086-0/+1900
| | | | svn path=/trunk/; revision=28086
* fixed some includes to get it build as pluginSivaiah Nallagatla2004-12-043-3/+6
| | | | svn path=/trunk/; revision=28059
* initial check in of groupwise config pluginSivaiah Nallagatla2004-12-043-0/+111
| | | | svn path=/trunk/; revision=28058
* have our own so we don't need to link with glib.Not Zed2004-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * camel-lock-helper.c (g_strerror): have our own so we don't need to link with glib. * providers/*/Makefile.am: Do not install ANY provider header files. No providers are subclassable. No providers are directly linkable. * camel.pc.in: create package config file. * tests/lib/folders.c (test_folder_message_ops): updated counts for delete also marking unread. * tests/lib/camel-test.c (camel_test_provider_init): new api for initialising test system 'in-build'. * camel-provider.c: remove the assertions, init if we need to,k use pthread_once stuff to serialise it. * tests/folder/test3.c (main): remove gtk stuff (???). * tests/*: Fix all the makefiles. Made make-check work 'in-build'. * tests/lib/folders.c (test_folder_counts): update for api changes. (test_message_info): similar. * providers/Makefile.am: removed groupwise from the build, this can't go in here anymore, not in its current state. * camel-net-utils.c (camel_gethostbyaddr_r) (camel_gethostbyname_r): the old e_gethost* calls from e-host-utils.c. 2004-11-15 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-utils.c (imap_path_to_physical): copied from e-path.c. (imap_path_find_folders): copied from e-path.c. * camel.h: remove the provider stuff from the header. * camel-provider.c: globalise provider_init variable, and asserton it in all functions that rely on it. * camel-service.c: removed getaddrinfo/etc. * camel-net-utils.[ch]: separate out camel_getaddrinfo etc. * Makefile.am: split camel into 2 libraries, libcamel and libcamel-store. * camel-multipart-signed.c (camel_multipart_signed_sign) (camel_multipart_signed_verify, prepare_sign): remove old deprecated api. * camel-multipart-encrypted.c (camel_multipart_encrypted_encrypt) (camel_multipart_encrypted_decrypt): remove old deprecated api. svn path=/trunk/; revision=28046
* get image from icon factory directlyJP Rosevear2004-11-262-4/+6
| | | | | | | | | 2004-11-26 JP Rosevear <jpr@novell.com> * audio-inline.c (org_gnome_audio_inline_add_button): get image from icon factory directly svn path=/trunk/; revision=28001
* make sure GETTEXT_PACKAGE is definedJP Rosevear2004-11-242-0/+8
| | | | | | | | 2004-11-24 JP Rosevear <jpr@novell.com> * mailing-list-actions.c: make sure GETTEXT_PACKAGE is defined svn path=/trunk/; revision=27982
* added a setting to mark the account for offline usuageSivaiah Nallagatla2004-11-221-19/+51
| | | | | | | | | | | | | | | 2004-11-21 Sivaiah Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-groupwise-provider.c : added a setting to mark the account for offline usuage * providers/groupwise/came-gw-listener.c (add_esource) (modify_esource) : changed the prototypes to pass CamelUrl instead of individual properties Add offline_sync property on e-sources if account is marked for offline svn path=/trunk/; revision=27951
* no changelog providedMichael Zucci2004-11-175-65/+49
| | | | svn path=/trunk/; revision=27934
* Accept protocol-less URIs. Fixes #68264. (e_calendar_http_check): Fixed aDiego Sevilla Ruiz2004-11-142-8/+11
| | | | | | | | | | | | 2004-11-12 Diego Sevilla Ruiz <dsevilla@ditec.um.es> * calendar-http.c (e_calendar_http_check): Accept protocol-less URIs. Fixes #68264. (e_calendar_http_check): Fixed a memory leak. (e_calendar_http_refresh): Another mem. leak fix. (e_calendar_http_url): Fixed another more memory leak. svn path=/trunk/; revision=27913
* Accept protocol-less URIs. Fixes #68264. (e_calendar_http_check): Fixed aDiego Sevilla Ruiz2004-11-122-5/+27
| | | | | | | | | | | 2004-11-12 Diego Sevilla Ruiz <dsevilla@ditec.um.es> * calendar-http.c (e_calendar_http_check): Accept protocol-less URIs. Fixes #68264. (e_calendar_http_check): Fixed a memory leak. (e_calendar_http_refresh): Another mem. leak fix. svn path=/trunk/; revision=27905
* Added author tag, fixed description, removed "plugin" from name, changedMeilof Veeningen2004-11-126-49/+78
| | | | | | | | | | | | | | | | | | | | 2004-11-04 Meilof Veeningen <meilof@wanadoo.nl> * org-gnome-mailing-list-actions.eplug.in: Added author tag, fixed description, removed "plugin" from name, changed position of item in popup menu, using "enable" rather than "visible" for bonobo menus * org-gnome-mailing-list-actions.xml: Now place menus in MailMessageActions placeholder; moved label to <commands> section * org-gnome-mailing-list-actions-errors.xml: fixed button order: "Cancel" now leftmost button; added e-mail address to send confirm dialog * mailing-list-actions.c: account guessing now first based on message; added e-mail address to send confirm dialog svn path=/trunk/; revision=27897
* fixed author and descriptionRadek Doulik2004-11-122-2/+8
| | | | | | | | 2004-11-11 Radek Doulik <rodo@ximian.com> * org-gnome-audio-inline.eplug.in: fixed author and description svn path=/trunk/; revision=27894
* Add org-gnome-mailing-list-actions.xml to EXTRA_DISTRodney Dawes2004-11-102-1/+6
| | | | | | | | 2004-11-09 Rodney Dawes <dobey@novell.com> * Makefile.am: Add org-gnome-mailing-list-actions.xml to EXTRA_DIST svn path=/trunk/; revision=27879
* Add the eplug.in file to EXTRA_DISTRodney Dawes2004-11-102-1/+8
| | | | | | | | 2004-11-09 Rodney Dawes <dobey@novell.com> * Makefile.am: Add the eplug.in file to EXTRA_DIST svn path=/trunk/; revision=27874
* Add the xml file to EXTRA_DISTRodney Dawes2004-11-092-1/+7
| | | | | | | | 2004-11-09 Rodney Dawes <dobey@novell.com> * Makefile.am: Add the xml file to EXTRA_DIST svn path=/trunk/; revision=27873
* Add EXTRA_DIST variable for the eplug.in fileRodney Dawes2004-11-092-0/+6
| | | | | | | | 2004-11-09 Rodney Dawes <dobey@novell.com> * Makefile.am: Add EXTRA_DIST variable for the eplug.in file svn path=/trunk/; revision=27872
* Add AC_SUBST for plugins_base alsoRodney Dawes2004-11-091-1/+1
| | | | | | | | | | | 2004-11-09 Rodney Dawes <dobey@novell.com> * configure.in: Add AC_SUBST for plugins_base also * plugins/Makefile.am: Add plugins_base to DIST_SUBDIRS so that we dist the plug-ins we actually build by default svn path=/trunk/; revision=27868
* ShushJP Rosevear2004-11-053-0/+15
| | | | svn path=/trunk/; revision=27850
* include <config.h> for GETTEXT_PACKAGEJP Rosevear2004-11-052-0/+7
| | | | | | | | 2004-11-05 JP Rosevear <jpr@novell.com> * mailing-list-actions.c: include <config.h> for GETTEXT_PACKAGE svn path=/trunk/; revision=27849
* fixedJeffrey Stedfast2004-11-051-2/+3
| | | | svn path=/trunk/; revision=27842
* Added mailing list actions plugin from Meilof Veeningen ↵Michael Zucci2004-11-047-0/+367
| | | | | | <meilof@wanadoo.nl> svn path=/trunk/; revision=27835
* duh, add this to cvs, remove Makefile.Not Zed2004-11-043-546/+17
| | | | | | | | 2004-11-04 Not Zed <NotZed@Ximian.com> * Makefile.am: duh, add this to cvs, remove Makefile. svn path=/trunk/; revision=27833
* Initial import of webcal properties plugin.David Trowbridge2004-11-044-0/+870
| | | | | | | | 2004-11-04 David Trowbridge <David.Trowbridge@Colorado.edu> * Initial import of webcal properties plugin. svn path=/trunk/; revision=27830
* fixed description and added author's info, to display correctly on theRodrigo Moya2004-11-032-2/+8
| | | | | | | | | 2004-11-04 Rodrigo Moya <rodrigo@novell.com> * org-gnome-mail-to-task.eplug.in: fixed description and added author's info, to display correctly on the plugin manager. svn path=/trunk/; revision=27819
* fixed description and added author's info, to display correctly on theRodrigo Moya2004-11-032-2/+8
| | | | | | | | | 2004-11-04 Rodrigo Moya <rodrigo@novell.com> * org-gnome-mail-to-meeting.eplug.in: fixed description and added author's info, to display correctly on the plugin manager. svn path=/trunk/; revision=27818
* fix the popup id.Not Zed2004-11-032-1/+5
| | | | | | | | 2004-11-03 Not Zed <NotZed@Ximian.com> * org-gnome-mail-to-meeting.eplug.in: fix the popup id. svn path=/trunk/; revision=27817
* revert rodrigo's last fix, it should actually work now, i hope.Not Zed2004-11-032-1/+6
| | | | | | | | | 2004-11-03 Not Zed <NotZed@Ximian.com> * org-gnome-mail-to-task.eplug.in: revert rodrigo's last fix, it should actually work now, i hope. svn path=/trunk/; revision=27816
* Add description and author fields. Change name.Nat Friedman2004-11-032-2/+17
| | | | | | | | | 004-11-03 Nat Friedman <nat@novell.com> * org-gnome-evolution-bbdb.eplug.in: Add description and author fields. Change name. svn path=/trunk/; revision=27814
* extra_dist the .eplug.in file.Not Zed2004-11-032-0/+6
| | | | | | | | 2004-11-03 Not Zed <NotZed@Ximian.com> * Makefile.am: extra_dist the .eplug.in file. svn path=/trunk/; revision=27813
* gave it a better name and fixed the description and author tags.Not Zed2004-11-032-2/+8
| | | | | | | | | 2004-11-03 Not Zed <NotZed@Ximian.com> * org-gnome-copy-tool.eplug.in: gave it a better name and fixed the description and author tags. svn path=/trunk/; revision=27812
* implemented a plugin manager plugin.Not Zed2004-11-035-0/+339
| | | | | | | | 2004-10-20 Not Zed <NotZed@Ximian.com> * implemented a plugin manager plugin. svn path=/trunk/; revision=27810
* dist xml menu fileJP Rosevear2004-11-022-1/+7
| | | | | | | | 2004-11-01 JP Rosevear <jpr@novell.com> * Makefile.am: dist xml menu file svn path=/trunk/; revision=27783
* Dist .eplug.in filesJP Rosevear2004-11-0224-1/+75
| | | | svn path=/trunk/; revision=27781
* list bbdb.h as a source so it gets distedJP Rosevear2004-11-022-1/+5
| | | | | | | | 2004-11-01 JP Rosevear <jpr@novell.com> * Makefile.am: list bbdb.h as a source so it gets disted svn path=/trunk/; revision=27780
* fix folder view popup id and use stock icon for meetings.Rodrigo Moya2004-10-292-2/+7
| | | | | | | | | 2004-10-29 Rodrigo Moya <rodrigo@novell.com> * org-gnome-mail-to-meeting.eplug.in: fix folder view popup id and use stock icon for meetings. svn path=/trunk/; revision=27770
* fix folder view popup id again.Rodrigo Moya2004-10-292-2/+6
| | | | | | | | 2004-10-29 Rodrigo Moya <rodrigo@novell.com> * org-gnome-mail-to-task.eplug.in: fix folder view popup id again. svn path=/trunk/; revision=27769
* added mail-to-meeting plugin, to convert mails to meetings.Rodrigo Moya2004-10-295-0/+222
| | | | | | | | 2004-10-29 Rodrigo Moya <rodrigo@novell.com> * added mail-to-meeting plugin, to convert mails to meetings. svn path=/trunk/; revision=27766
* Softly now.Nat Friedman2004-10-293-0/+7
| | | | svn path=/trunk/; revision=27762
* Re-enable BBDB.Nat Friedman2004-10-291-6/+0
| | | | svn path=/trunk/; revision=27761
* Don't build the test-evobuddy program.Nat Friedman2004-10-291-3/+3
| | | | svn path=/trunk/; revision=27760
* fix folder view popup id.Not Zed2004-10-282-1/+5
| | | | | | | | 2004-10-28 Not Zed <NotZed@Ximian.com> * org-gnome-mail-to-task.eplug.in: fix folder view popup id. svn path=/trunk/; revision=27754
* Fixed hook id.Michael Zucci2004-10-282-1/+3
| | | | svn path=/trunk/; revision=27753
* fix folderview popup hook id.Not Zed2004-10-282-1/+5
| | | | | | | | 2004-10-28 Not Zed <NotZed@Ximian.com> * org-gnome-copy-tool.eplug.in: fix folderview popup hook id. svn path=/trunk/; revision=27752
* Use _with_mnemonic for the button.Nat Friedman2004-10-273-2/+8
| | | | | | | | | | 2004-10-27 Nat Friedman <nat@novell.com> * bbdb.c (bbdb_page_factory): Use _with_mnemonic for the button. * Makefile.am: Don't build the test program by default. svn path=/trunk/; revision=27736
* Sync the Gaim buddy list. Set a timer to check for Gaim buddy list chnagesNat Friedman2004-10-266-38/+685
| | | | | | | | | | | | | | | | | | | | | | | 2004-10-25 Nat Friedman <nat@novell.com> * bbdb.c (e_plugin_lib_enable): Sync the Gaim buddy list. Set a timer to check for Gaim buddy list chnages to sync. (bbdb_do_it): Free some memory we were leaking before. (bbdb_open_addressbook): New function for Gaim buddy list support. (bbdb_check_gaim_enabled): Likewise. (enable_gaim_toggled_cb): Likewise. (synchronize_button_clicked_cb): Likewise. (bbdb_page_factory): Added UI for Gaim buddy list sync support. * gaimbuddies.c: New file, contains routines to synchronize IM information and buddy icons from a Gaim buddy list. * bbdb.h: New file, contains shared macros and prototypes. * test-evobuddy.c (main): New function, tests a gaim buddy list sync. svn path=/trunk/; revision=27723
* removed unused enum declaration (org_gnome_audio_inline_play_clicked):Radek Doulik2004-10-263-12/+44
| | | | | | | | | | | | | | | 2004-10-25 Radek Doulik <rodo@ximian.com> * audio-inline.c: removed unused enum declaration (org_gnome_audio_inline_play_clicked): added cast to &argv to quiet compiler handle more mime types * org-gnome-audio-inline.eplug.in: handle application/x-ogg mime type handle more mime types svn path=/trunk/; revision=27721
* handle application/x-ogg mime typeRadek Doulik2004-10-253-1/+7
| | | | | | | | | | | 2004-10-25 Radek Doulik <rodo@ximian.com> * org-gnome-audio-inline.eplug.in: handle application/x-ogg mime type * audio-inline.c: handle application/x-ogg mime type svn path=/trunk/; revision=27718
* handle audio/x-mp3 mime typeRadek Doulik2004-10-253-2/+9
| | | | | | | | | | | 2004-10-25 Radek Doulik <rodo@ximian.com> * org-gnome-audio-inline.eplug.in: handle audio/x-mp3 mime type * audio-inline.c: (org_gnome_audio_inline_play_clicked): handle audio/x-mp3 mime type svn path=/trunk/; revision=27717
* quiet cvsRadek Doulik2004-10-251-0/+5
| | | | svn path=/trunk/; revision=27715
* imported audio inline pluginRadek Doulik2004-10-254-0/+326
| | | | | | | | 2004-10-25 Radek Doulik <rodo@ximian.com> * audio-inline.c: imported audio inline plugin svn path=/trunk/; revision=27714
* restoring the files in the correct directoryHarish Krishnaswamy2004-10-244-0/+87
| | | | | | | | | | 2004-10-22 Harish Krishnaswamy <kharish@novell.com> * mark-calendar-offline.c: implement a plugin that lets the user mark a calendar to be available for off-line use, if it is not already set to be so and vice versa svn path=/trunk/; revision=27709
* Restoring the original file.Harish Krishnaswamy2004-10-241-4/+4
| | | | svn path=/trunk/; revision=27708
* restoring the original filesHarish Krishnaswamy2004-10-241-4/+4
| | | | svn path=/trunk/; revision=27707
* This file does not belong hereHarish Krishnaswamy2004-10-241-16/+0
| | | | svn path=/trunk/; revision=27706
* Change assertions to if statements, so as not to issue warnings in theNat Friedman2004-10-233-9/+28
| | | | | | | | | | | 2004-10-23 Nat Friedman <nat@novell.com> * bbdb.c (bbdb_do_it): Change assertions to if statements, so as not to issue warnings in the case of routine failures (name is NULL). Don't add an email to a contact if the appropriate contact is ambiguous. svn path=/trunk/; revision=27703
* addd my new nifty pluginJeffrey Stedfast2004-10-233-0/+138
| | | | | | all b0w to my mad skeelz svn path=/trunk/; revision=27701
* Added the bbdb plugin.Nat Friedman2004-10-225-0/+367
| | | | | | | | | | 2004-10-22 Nat Friedman <nat@novell.com> * configure.in: Added the bbdb plugin. Man, hacking is fun. svn path=/trunk/; revision=27690
* new functions. (do_mail_to_task): set attendees and organizer on the taskRodrigo Moya2004-10-222-1/+63
| | | | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * mail-to-task.c (set_attendees, set_organizer): new functions. (do_mail_to_task): set attendees and organizer on the task from the recipients in the mail message. svn path=/trunk/; revision=27686
* use correct icon.Rodrigo Moya2004-10-222-1/+5
| | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * org-gnome-mail-to-task.eplug.in: use correct icon. svn path=/trunk/; revision=27685
* fixed to make the plugin show up in the correct place.Rodrigo Moya2004-10-222-2/+7
| | | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * org-gnome-mail-to-task.eplug.in: fixed to make the plugin show up in the correct place. svn path=/trunk/; revision=27684
* implemented plugin for converting selected mails to tasks.Rodrigo Moya2004-10-225-0/+154
| | | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * mail-to-task.c: implemented plugin for converting selected mails to tasks. svn path=/trunk/; revision=27682
* sample plugin added to mark a calendar to be available offline or revertHarish Krishnaswamy2004-10-224-9/+79
| | | | | | availability svn path=/trunk/; revision=27681
* s/image/icon/JP Rosevear2004-10-212-1/+5
| | | | | | | | 2004-10-21 JP Rosevear <jpr@novell.com> * org-gnome-copy-tool.eplug.in: s/image/icon/ svn path=/trunk/; revision=27678
* ShushJP Rosevear2004-10-214-0/+4
| | | | svn path=/trunk/; revision=27677
* setup the right plugin init function.Not Zed2004-10-212-2/+7
| | | | | | | | | 2004-10-21 Not Zed <NotZed@Ximian.com> * prefer-plain.c (e_plugin_lib_enable): setup the right plugin init function. svn path=/trunk/; revision=27676
* get error information in e_cal_* calls, and display errors to the user.Rodrigo Moya2004-10-212-3/+31
| | | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * save-calendar.c (do_save_calendar): get error information in e_cal_* calls, and display errors to the user. svn path=/trunk/; revision=27675
* *** empty log message ***Rodrigo Moya2004-10-214-0/+16
| | | | svn path=/trunk/; revision=27674
* implemented a copy-utils plugin.Not Zed2004-10-214-0/+138
| | | | | | | | 2004-10-20 Not Zed <NotZed@Ximian.com> * implemented a copy-utils plugin. svn path=/trunk/; revision=27671
* compile if not using file chooserJP Rosevear2004-10-212-2/+7
| | | | | | | | | 2004-10-21 JP Rosevear <jpr@novell.com> * save-calendar.c (do_save_calendar): compile if not using file chooser svn path=/trunk/; revision=27668
* better menu items.Rodrigo Moya2004-10-211-2/+2
| | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * org-gnome-save-calendar.eplug.in: better menu items. svn path=/trunk/; revision=27665
* better menu items.Rodrigo Moya2004-10-211-2/+2
| | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * org-gnome-save-calendar.eplug.in: better menu items. svn path=/trunk/; revision=27664
* better menu items.Rodrigo Moya2004-10-212-3/+7
| | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * org-gnome-save-calendar.eplug.in: better menu items. svn path=/trunk/; revision=27663
* new plugin for saving a calendar to disk.Rodrigo Moya2004-10-214-0/+154
| | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * save-calendar.c: new plugin for saving a calendar to disk. svn path=/trunk/; revision=27661
* update factory nameJP Rosevear2004-10-212-3/+3
| | | | | | | | | | | 2004-10-20 JP Rosevear <jpr@novell.com> * subject-thread/org-gnome-subject-thread.eplug.in: update factory name * subject-thread/subject-thread.c: ditto svn path=/trunk/; revision=27659
* implement a plugin that allows the user to limit the displayed task listsJP Rosevear2004-10-215-0/+88
| | | | | | | | | | 2004-10-20 JP Rosevear <jpr@novell.com> * select-one-source.c: implement a plugin that allows the user to limit the displayed task lists or calendars to the current calendar or task list svn path=/trunk/; revision=27657
* Imported prefer-plain plugin.Not Zed2004-10-204-0/+239
| | | | | | | | 2004-10-20 Not Zed <NotZed@Ximian.com> * Imported prefer-plain plugin. svn path=/trunk/; revision=27645
* Imported save-attachments example plugin.Not Zed2004-10-205-0/+448
| | | | | | | | 2004-10-20 Not Zed <NotZed@Ximian.com> * Imported save-attachments example plugin. svn path=/trunk/; revision=27642
* removed camel from include path, everything should include camel/foo.Not Zed2004-10-202-1/+5
| | | | | | | | | 2004-10-20 Not Zed <NotZed@Ximian.com> * Makefile.am (INCLUDES): removed camel from include path, everything should include camel/foo. svn path=/trunk/; revision=27641
* implementJP Rosevear2004-10-207-0/+110
| | | | | | | | | | | | | 2004-10-20 JP Rosevear <jpr@novell.com> * subject-thread.c: implement * org-gnome-subject-thread.eplug.in: define the subject-thread plugin * Makefile.am: build the subject thread plugin svn path=/trunk/; revision=27639
* fix for #62053Sivaiah Nallagatla2004-10-111-3/+43
| | | | svn path=/trunk/; revision=27530
* change the "CheckList" to "Tasks" as there is another foder calledSivaiah Nallagatla2004-08-261-1/+1
| | | | | | | | | | | | 2004-08-26 Sivaiah Nallagatla <snallagatla@novell.com> * provoders/groupwise/camel-gw-listner.c (add_calendar_tasks_sources) : change the "CheckList" to "Tasks" as there is another foder called chekclist in groupwise not related to tasks Fixes #64092 svn path=/trunk/; revision=27032
* if any of the settings required for soap interaction changes trySivaiah Nallagatla2004-08-211-36/+45
| | | | | | | | | | | | | 2004-08-21 Sivaiah Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-gw-listener.c (account_changed) : if any of the settings required for soap interaction changes try connecting to server and resetup the ESources * providers/groupwise/camel-groupwise-provider.c ": don't check soap ssl setting by default to be in consistent with IMAP svn path=/trunk/; revision=26982
* remove the cal/taksks sources when account is disbaled. Also do not try toSivaiah Nallagatla2004-08-141-3/+13
| | | | | | | | | | | | | 2004-08-13 Sivaiah Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-gw-listener.c (account_changed): remove the cal/taksks sources when account is disbaled. Also do not try to to create sources when a disabled account is changed to Novell Groupwise (camel_gw_listener_construct) : do not add the disbaled accounts to exitsting groupwise accounts list svn path=/trunk/; revision=26920
* fix for e_passwords api change, and handle reprompting as well.Not Zed2004-08-121-2/+4
| | | | | | | | | | 2004-08-10 Not Zed <NotZed@Ximian.com> * providers/groupwise/camel-gw-listener.c (get_addressbook_names_from_server): fix for e_passwords api change, and handle reprompting as well. svn path=/trunk/; revision=26879
* Add an entry to specify POA address and a check box to say whehter ssl hasSivaiah Nallagatla2004-07-291-60/+117
| | | | | | | | | | | | | | | | | | | | | | | | 2004-07-29 Sivaiah Nallagatla <snallagatla@novell.com> * proivders/groupwise/camel-groupwise-provider.c : Add an entry to specify POA address and a check box to say whehter ssl has to be used for SOAP or not (groupwise_auto_detect_cb) : new function to automatically fill POA address with host specified in receiving mail page (camel_provider_module_init) : use the new auto_detect funcntion * providers/groupwise/camel-gw-listener.c (modify_esource) (account_changed) (add_calendar_tasks_sources) (remove_calendar_tasks_sources) (get_addressbook_names_from_server) (add_addressbook_sources) (modify_addressbook_sources) (remove_addressbook_sources) : while forming the uri, use the value from new poa_address setting instead of url->host. Also use ssl setting from the new check box provider instaed of imap one (get_addressbook_names_from_server) : display an error to user when connection cpuld not be established with server during account setup svn path=/trunk/; revision=26765
* : pass "use_ssl" value to these functions and set it on e-sourceSivaiah Nallagatla2004-07-131-20/+57
| | | | | | | | | | | | | | | | | | 2004-07-12 Sivaiah Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-gw-listener.c : (add_esource) (modify_esource) (add_addressbook_source) (modify_addressbook_sources) : pass "use_ssl" value to these functions and set it on e-source (add_calendar_tasks_source) : read the "use_ssl" param from camel url and pass it to add_esource) calls (get_addressbook_names_from_server) : use "https" or http depending upon whther ssl is enabled or not (account_changed) : compare urls from account instead of uris formed to know wheter somehting in the account changed svn path=/trunk/; revision=26631
* set port property on e-sourceSivaiah nallagatla2004-05-261-0/+2
| | | | | | | | 2004-05-25 Sivaiah nallagatla <snallagatla@novell.com> * providers/groupwise/came;-gw-listener.c (add_addressbook_sources): set port property on e-source svn path=/trunk/; revision=26101
* return NULL when there is no existing gw account with same uidSivaiah Nallagatla2004-05-261-9/+12
| | | | | | | | | 2004-05-25 Sivaiah Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-gw-listener.c (lookup_account_info): return NULL when there is no existing gw account with same uid svn path=/trunk/; revision=26099
* remove /soap part from uri. make port as a e-source property instead ofSivaiah Nallagatla2004-05-261-44/+76
| | | | | | | | | | | 2004-05-25 Sivaiah Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-gw-listener.c (add_addressbook_sources) (add_calendar_tasks_sources) : remove /soap part from uri. make port as a e-source property instead of putting it in uri to amek the uris same as that of mail for password sharing svn path=/trunk/; revision=26092
* Fixed typo.Christian Kellner2004-05-041-1/+1
| | | | | | * providers/groupwise/camel-gw-listener.h: Fixed typo. svn path=/trunk/; revision=25785
* added CAMEL_LIBS to LIBADD added new function to get addres book namesSivaiah Nallagatla2004-04-211-68/+166
| | | | | | | | | | | | 2004-04-21 Sivaiah Nallagatla <snallagatla@novell.com> * providers/groupwise/Makefile.am : added CAMEL_LIBS to LIBADD * providers/groupwise/camel-gw-listener.c (get_addressbook_names_from_server): added new function to get addres book names from server. (add_addressbook_sources) (modify_addressbook_sources) : changed the implementation to use address book returned form above call while creating e-sources svn path=/trunk/; revision=25559
* change the auth type string from Password to plain/passwordSivaiah Nallagatla2004-04-131-1/+1
| | | | | | | | | | 2004-04-13 Sivaiah Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-gw-listener.c (add_addressbook_sources) : change the auth type string from Password to plain/password svn path=/trunk/; revision=25426
* add bookname to uriSivaiah Nallagatla2004-04-111-6/+5
| | | | | | | | | | 2004-04-11 Sivaiah Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-gw-listener.c (add_addressbook_sources) (modify_addressbook_sources) : add bookname to uri svn path=/trunk/; revision=25412
* removed ldap seetings and added a settng for SOAP port read port numberSivaiah Nallagatla2004-03-251-85/+65
| | | | | | | | | | | | | | 2004-03-25 Sivaiah Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-groupwise-provider.c : removed ldap seetings and added a settng for SOAP port * providers/groupwise/camel-gw-listner.h (add_calendar_tasks_sources) (remove_calendar_tasks_sources), (modify_calendar_tasks_sources) : read port number from url instead of hardcoding Also removed code for adding e-sources for ldap address book and adding now e-sources for groupwise address book svn path=/trunk/; revision=25180
* use "Calendar" and "Checklist" for the folder names, instead of "Default".Rodrigo Moya2004-03-031-8/+7
| | | | | | | | | | | 2004-03-03 Rodrigo Moya <rodrigo@ximian.com> * providers/groupwise/camel-gw-listener.c (add_calendar_tasks_sources): use "Calendar" and "Checklist" for the folder names, instead of "Default". (remove_calendar_tasks_sources): remove the correct folder. svn path=/trunk/; revision=24949
* add port and /soap parts to relative uri while updating it when accountSivaih Nallagatla2004-01-281-4/+5
| | | | | | | | | | 2004-01-28 Sivaih Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-gw-listener.c (account_changed) (modify_esources) : add port and /soap parts to relative uri while updating it when account changed svn path=/trunk/; revision=24489
* add port and "/soap" to source uriSiviaah Nallagatla2004-01-191-2/+6
| | | | | | | | | 2004-01-19 Siviaah Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-gw-listener.c ( remove_calender_tasks_sources, modify_calender_tasks_sources) : add port and "/soap" to source uri svn path=/trunk/; revision=24303
* added some conf entries for LDAP address setup addedSivaiah Nallagatla2004-01-161-5/+148
| | | | | | | | | | | | 2004-01-16 Sivaiah Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-groupwise-provider.c: added some conf entries for LDAP address setup * providers/groupwise/camel-gw-listener.c: added add_ldap_addressbook_source, modify_ldap_addressbook_source, remove_ldap_addressbook_source functions for setting up LDAP address book. Also setting "username" property on cal/tasks ESources svn path=/trunk/; revision=24270
* *** empty log message ***Rodrigo Moya2004-01-161-16/+8
| | | | svn path=/trunk/; revision=24269
* set the "auth" property on the ESource's we create, to get authentication.Rodrigo Moya2004-01-141-0/+1
| | | | | | | | | 2004-01-14 Rodrigo Moya <rodrigo@ximian.com> * providers/groupwise/camel-gw-listener.c (add_esource): set the "auth" property on the ESource's we create, to get authentication. svn path=/trunk/; revision=24216
* renamed groupwise-config-listener.[ch] to these file names and alsoSivaiah Nallagatla2004-01-132-0/+543
2004-01-13 Sivaiah Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-gw-listener.[ch] : renamed groupwise-config-listener.[ch] to these file names and also changed code to use CamelURL insted of EUri * providers/groupwise/camel-groupwise-provider.c : use the renamed config listener apis * providers/groupwise/Makefile.am : changed the source file names svn path=/trunk/; revision=24197