Commit Graph

55 Commits

Author SHA1 Message Date
1f082fa212 Fix make-clean issues.
2005-12-12  Harish Krishnaswamy  <kharish@novell.com>

* Makefile.am: Fix make-clean issues.

svn path=/trunk/; revision=30750
2005-12-12 05:36:17 +00:00
c28b9a75bb Groupwise address book, new warning message if the user's frequent contacts
folder is not createdi.

svn path=/trunk/; revision=30653
2005-11-24 09:45:55 +00:00
65589f9f81 check if string (eg. use_ssl) are NULL before strcmp(). prevents a
2005-11-09  Parthasarathi Susarla <sparthasarathi@novell.com>

	* camel-gw-listener.c (get_addressbook_names_from_server):
	check if string (eg. use_ssl) are NULL before strcmp().
	prevents a violation.

svn path=/trunk/; revision=30588
2005-11-09 12:52:52 +00:00
a19d9df3e6 Using writable property to find the GroupWise system address book, while
marking it for offline usage, instead of it's name.

svn path=/trunk/; revision=30385
2005-09-28 08:38:58 +00:00
74d9e63af9 *** empty log message ***
svn path=/trunk/; revision=30352
2005-09-16 07:41:28 +00:00
ba263d1ace def9ine before defining.
2005-08-23  Not Zed  <NotZed@Ximian.com>

        * groupwise-account-setup.c (org_gnome_groupwise_account_setup):
        def9ine before defining.

        * camel-gw-listener.c (account_added): fix warning.

svn path=/trunk/; revision=30231
2005-08-24 03:15:13 +00:00
be73726a2f Added code to get the password from the cache, instead of asking the user
2005-07-27  Sankar P  <psankar@novell.com>

	* camel-gw-listener.c (get_addressbook_names_from_server) :
	Added code to get the password from the cache, instead of asking the user twice.
	and also freeing the password that was leaking before.
	Fixes #310353

svn path=/trunk/; revision=29981
2005-08-04 05:28:00 +00:00
31749138bf Marking "Novell GroupWise Address Book" for offline usage, by default.
svn path=/trunk/; revision=29856
2005-07-23 11:39:09 +00:00
fab3780e2e Don't return a value from a void funtion.
2005-07-13  Tor Lillqvist  <tml@novell.com>

	* calendar-weather/calendar-weather.c
	(e_calendar_weather_migrate): Don't return a value from a void
	funtion.

	* groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml:
	Use SOEXT.

	* groupwise-features/Makefile.am (NO_UNDEFINED_REQUIRED_LIBS):
	As the code does use functions from libevolution-mail, link
	with it. But OK, let's do it (at build time) only on Win32,
	then.

	* mail-account-disable/Makefile.am (INCLUDES): Remove duplicated line.
	(LDFLAGS): Use NO_UNDEFINED.
	(LIBADD): Link with the required libraries, but let's do it only
	on Win32.

	* mail-account-disable/org-gnome-mail-account-disable.eplug.xml:
	Use SOEXT.

	* proxy/Makefile.am (LIBADD): Link with libeutil.

	* proxy-login/Makefile.am (LIBADD): Link with libeutil. Link with
	libevolution-mail on Win32 only. (Have I understood correctly that
	it isn't considered a good idea on Unix to link plugins at
	link-time with libevolution-mail?)

	* proxy-login/org-gnome-proxy-login.eplug.xml: Use SOEXT.

svn path=/trunk/; revision=29753
2005-07-13 10:05:44 +00:00
7a1ff1873d included missing header file
2005-07-12 Vivek Jain <jvivek@novell.com>

	* Makefile.am: included missing header file

2005-07-12 Vivek Jain <jvivek@novell.com>

	have a ChangeLog and transfer the changelog entry from the main
	ChangeLog
	(2005-07-10  Shreyas Srinivasan <sshreyas@novell.com>)
	* groupwise-account-setup/*: Make the
	camel-groupwise-listener load on startup. (new plugin)

svn path=/trunk/; revision=29731
2005-07-12 05:24:51 +00:00
d964dd2e8f Modify function definition order
2005-07-10  Shreyas Srinivasan <sshreyas@novell.com>

	* plugins/groupwise-account-setup/camel-groupwise-listener.c:
	Modify function definition order

svn path=/trunk/; revision=29702
2005-07-10 12:10:02 +00:00
a5d6f53b75 Add missing file to plugin
2005-07-10  Shreyas Srinivasan <sshreyas@novell.com>

	* plugins/groupwise-account-setup/groupwise-account-setup.c: Add missing file to plugin

svn path=/trunk/; revision=29701
2005-07-10 11:18:29 +00:00
43f1ec630b Make the camel-groupwise-listener load on startup.
2005-07-10  Shreyas Srinivasan <sshreyas@novell.com>

	* plugins/groupwise-account-setup/*: Make the
	camel-groupwise-listener load on startup.

svn path=/trunk/; revision=29691
2005-07-10 09:24:36 +00:00
571d426db5 Removed unneeded files
svn path=/trunk/; revision=29497
2005-06-13 11:28:32 +00:00
3e68ed9f53 error file moves/e-error.h moves
svn path=/trunk/; revision=29370
2005-05-16 06:21:48 +00:00
323f0289cf don't free container list here. It is chaced in connection and will be
2005-03-07  Sivaiah Nallagatla <snallagatla@novell.com>

        * camel-gw-listner.c (add_addressbook_sources) :
        don't free container list here. It is chaced in
        connection and will be frred later.

        Fixes #72807

svn path=/trunk/; revision=28973
2005-03-07 09:56:33 +00:00
15963543ef (forgot to commit this from ages ago)
2005-02-16  Not Zed  <NotZed@Ximian.com>

        * groupwise-account-setup.c (org_gnome_gw_account_setup): return
        NULL, not an invisible, so it doesn't interfere with account
        editor.

svn path=/trunk/; revision=28946
2005-03-03 06:19:59 +00:00
fc1558ac98 bump version, requires
2005-02-28  JP Rosevear  <jpr@novell.com>

	* configure.in: bump version, requires

2005-02-28  JP Rosevear  <jpr@novell.com>

  	* configure.in: add startup wizard plugin

2005-02-28  JP Rosevear  <jpr@novell.com>

  	* plugins/Makefile.am: dist standard and experimental plugins

  	* configure.in: move "all" plugins to standard and experimental
  	and default to building the standard set

svn path=/trunk/; revision=28927
2005-03-01 06:17:20 +00:00
7513daf020 clean up author/descriptions for various plugins.
2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>

	* clean up author/descriptions for various plugins.

svn path=/trunk/; revision=28889
2005-02-25 15:54:25 +00:00
e75013c201 Make mailer depend on libedataserverui.
2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* configure.in: Make mailer depend on libedataserverui.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* Makefile.am (eutilinclude_HEADERS)
	(libeutil_la_SOURCES): Remove e-passwords from here, it now
	lives in libedataserverui.

	* e-passwords.[ch]: Removed.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* gui/component/addressbook-view.c:
	* gui/component/addressbook.c: Include
	<libedataserverui/e-passwords.h>.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* common/authentication.c:
	* gui/e-pub-utils.c:
	* gui/alarm-notify/alarm-notify.c:
	* gui/alarm-notify/notify-main.c:
	* gui/dialogs/url-editor-dialog.c:
	Include <libedataserverui/e-passwords.h>.
	* gui/itip-utils.c: Remove e-passwords.h include, it's not
	needed.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* mail-session.c:
	* mail-config.c: Include <libedataserverui/e-passwords.h>.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* gui/component.c:
	* lib/e-cert-db.c:
	* lib/e-pkcs12.c: Include <libedataserverui/e-passwords.h>.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* e-shell-window-commands.c:
	* e-shell.c:
	* main.c: Include <libedataserverui/e-passwords.h>.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* camel-gw-listener.c: Include <libedataserverui/e-passwords.h>.

2005-02-23  Hans Petter Jansson  <hpj@novell.com>

	* send-options.c: Include <libedataserverui/e-passwords.h>.

svn path=/trunk/; revision=28871
2005-02-23 18:57:00 +00:00
d9185870b6 Remove leading "%s" in the message. Similar to #36137
2005-01-28 Sivaiah Nallagatla <snallagatla@novell.com>

        * camel-gw-listner.c (get_address_book_names_from_server)
        : Remove leading "%s" in the message. Similar to
        #36137

svn path=/trunk/; revision=28594
2005-01-28 09:11:51 +00:00
9abf66f70a *** empty log message ***
svn path=/trunk/; revision=28514
2005-01-23 10:11:43 +00:00
7a33c0e150 Don't set offline_sync value taken from camel url instead set "1" or "0"
2005-01-23  Sivaiah Nallagatla <snalagatla@novell.com>

        * camel-gw-listener.c (add_esource)
        (modify_esource) (add_addressbook_sources) :
        Don't set offline_sync value taken from camel url
        instead set "1" or "0" depending upon offline is enabled
        or not

svn path=/trunk/; revision=28512
2005-01-23 09:16:31 +00:00
b717324710 forgot in last commit
svn path=/trunk/; revision=28504
2005-01-22 04:47:58 +00:00
f9ef9f29ea changed the item type from "item" to "item_table". avoids some debug spew
2005-01-21  Sivaiah Nallagatla <snallagtla@novell.com>

        * org-gnome-gw-account-setup.eplug.in : changed
        the item type from "item" to "item_table". avoids
        some debug spew on the console

svn path=/trunk/; revision=28493
2005-01-21 20:41:06 +00:00
90dd82818f Assiged value to URL.
2005-01-20  Sivaiah Nallagatla <snallagatla@novell.com>

	* camel-gw-listener.c: (add_calendar_tasks_sources):
	Assiged value to URL.

svn path=/trunk/; revision=28462
2005-01-20 08:41:05 +00:00
9c3e0bf51d use url->host instead of reading "poa" parameter everywhere. use "use_ssl"
2005-01-15  Sivaiah Nallagatla <snallagatla@novell.com>

        * camel-gw-listner.c : use url->host instead of reading "poa"
        parameter everywhere. use "use_ssl" param instead of soap_ssl
        We not longer have separate settings for soap as we use soap for mail
        now

svn path=/trunk/; revision=28433
2005-01-18 09:47:07 +00:00
7c64eb9399 fixing ssl issue
svn path=/trunk/; revision=28142
2004-12-17 13:08:20 +00:00
6615396da1 Add camel-gw-listener.h to SOURCES
2004-12-15  Rodney Dawes  <dobey@novell.com>

	* Makefile.am: Add camel-gw-listener.h to SOURCES

svn path=/trunk/; revision=28131
2004-12-15 21:14:03 +00:00
52876d25d9 fixed some includes to get it build as plugin
svn path=/trunk/; revision=28059
2004-12-03 18:57:55 +00:00
90ef482987 initial check in of groupwise config plugin
svn path=/trunk/; revision=28058
2004-12-03 18:30:35 +00:00
c83477345f have our own so we don't need to link with glib.
* 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
2004-12-03 03:36:57 +00:00
b4122c4ebc added a setting to mark the account for offline usuage
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
2004-11-21 23:16:56 +00:00
dfe2866e30 fix for #62053
svn path=/trunk/; revision=27530
2004-10-11 04:23:38 +00:00
115f75cb7a change the "CheckList" to "Tasks" as there is another foder called
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
2004-08-26 09:28:45 +00:00
ff843b723f if any of the settings required for soap interaction changes try
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
2004-08-21 06:58:22 +00:00
37646eb1f9 remove the cal/taksks sources when account is disbaled. Also do not try to
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
2004-08-13 16:35:25 +00:00
5c8d34f45e fix for e_passwords api change, and handle reprompting as well.
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
2004-08-12 06:53:28 +00:00
bbfd4edac1 Add an entry to specify POA address and a check box to say whehter ssl has
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
2004-07-29 06:46:26 +00:00
d035c5539b : pass "use_ssl" value to these functions and set it on e-source
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
2004-07-13 07:35:53 +00:00
62922d2d08 set port property on e-source
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
2004-05-26 15:00:49 +00:00
59fa5f5117 return NULL when there is no existing gw account with same uid
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
2004-05-26 10:32:44 +00:00
1bd5e8ff95 remove /soap part from uri. make port as a e-source property instead of
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
2004-05-26 05:47:11 +00:00
6b3a25c2b8 Fixed typo.
* providers/groupwise/camel-gw-listener.h: Fixed typo.

svn path=/trunk/; revision=25785
2004-05-04 15:06:49 +00:00
6c891b3943 added CAMEL_LIBS to LIBADD added new function to get addres book names
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
2004-04-21 12:08:24 +00:00
4354611e36 change the auth type string from Password to plain/password
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
2004-04-13 05:06:23 +00:00
d47acc473f add bookname to uri
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
2004-04-11 12:45:20 +00:00
eae413f6b2 removed ldap seetings and added a settng for SOAP port read port number
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
2004-03-25 04:10:27 +00:00
ccd2433096 use "Calendar" and "Checklist" for the folder names, instead of "Default".
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
2004-03-03 11:16:48 +00:00
f58bb183fd add port and /soap parts to relative uri while updating it when account
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
2004-01-28 12:35:59 +00:00