2007-07-24  Murray Cumming  <murrayc@murrayc.com>

	* ossoemailinterface.c: (osso_email_get_folder_list):
	Actually return the GSList*, not an error/success code. I guess I broke 
	this with my last commit. Slaps self. 

2007-07-16   Murray Cumming  <murrayc@murrayc.com>

	* ossoemailinterface.h:
	* ossoemailinterface.c: (osso_email_files_email),
	(osso_email_emailto_email),
	(osso_email_get_folder_list): Fix the return types, 
	so that we really return OSSO_OK for success, instead of 
	casting gboolean TRUE which is != OSSO_OK, though our tests 
	seemed to work already.
	(osso_email_url_email): Open an email with the URL in the body 
	instead of interpreting this as a mailto:// URL. This seems 
	to be what this function is actually meant to do, though its 
	documentation is awful. This could fix projects.maemo.org bug 
	NB#63151

	Interestingly, no part of the osso-email-interface now seems to 
	use mailto:// URLs. Maybe we never needed to implement that 
	functionality.

2007-06-26  Murray Cumming  <murrayc@murrayc.com>

	* ossoemailinterface.c: (osso_email_url_email):
	Use libmodest_dbus_client_mail_to() instead of 
	libmodest_dbus_client_send_mail() (now removed), and actually 
	use the mailto URI instead of using NULL. This might 
	theoretically allow the browser to send mails, but it should 
	really be using osso_email_files_email() so it can specify 
	the attachments.

2007-06-21  Murray Cumming  <murrayc@murrayc.com>

	* ossoemailinterface.c: (osso_email_get_folder_list):
	Use the correct function to free the list, to avoid a crash.
	* tests/Makefile.am:
	* tests/test_get_folders.c: Added a test case.

2007-06-21  Murray Cumming  <murrayc@murrayc.com>

	* ossoemailinterface.c: (osso_email_get_folder_list):
	Implement this with the new libmodest_dbus_client_get_folders() 
	function. This should help with projects.maemo.org bug NB#57740.

2007-06-19  Murray Cumming  <murrayc@murrayc.com>

	* ossoemailinterface.c: (osso_email_get_folder_list): 
	This is not implemented at all (Well, it was calling a dbus-method in 
	the old email client). Added a TODO and commented out the bad code.
	* ossoemailinterface.h: Commented out the DBUS constants for the old 
	email client.

2007-06-13  Murray Cumming  <murrayc@murrayc.com>

	* ossoemailinterface.c: Correct the include path for libmodest_dbus.

2007-06-13  Murray Cumming  <murrayc@murrayc.com>

	* ossoemailinterface.c: (osso_email_files_email),
	(osso_email_url_email), (osso_email_emailto_email),
	(osso_email_get_folder_list): Removed unused functions, 
	unused variables, and commented-out code, to fix warnings.

2007-06-07  Marcus Bauer  <marcusb@openismus.com>

	* ossoemailinterface.c: (osso_email_files_email):
	changed call to libmodest-dbus
	* tests/Makefile.am:
	* tests/test_send_as_mail.c: (main):
	added test for SendAsEmail functionality

2007-05-11   Marcus Bauer  <marcusb@openismus.com>

	* configure.in:
	* tests/Makefile.am:
	* tests/test_mail_to.c: (main):
	* tests/test_send_url.c: (main):
	Added unit tests

2007-05-10  Marcus Bauer  <marcusb@openismus.com>

	Work-in-progress
	* configure.in:
	added libmodest-dbus-client-1.0 to PKG_CHECK_MODULES
	* ossoemailinterface.c: (osso_email_files_email),
	(osso_email_url_email), (osso_email_emailto_email):
	now wrapping around libmodest-dbus-client functions
