2010-01-22  Sergio Villar Senin  <svillar@igalia.com>

	* camel/camel-file-utils.c (camel_file_util_decode_string): limit
	the size of the strings when encoding/decoding them to avoid huge
	memory allocations

2010-01-18  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-session-camel.c (get_password_idle_func):
	removed a hack for POP3 accounts as support was added to camel-lite

	* libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-store.c (finalize):
	* libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-store.c (pop3_connect):
	disconnect account on finalize. Do forget password if
	authentication is incorrect

	* libtinymail-camel/camel-lite/camel/camel-utf8.c: merged from
	upstream Camel

2010-01-13  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-bs-mime-part.c: fix headers
	file parsing, using camel mime parser this time.

	* libtinymail-camel/tny-camel-bs-msg-receive-strategy.c
	(retrieve_subparts_headers): workaround for Gmail. If we are
	accessing a TnyMsg, and it does not have id.HEADER part, then
	we have the Gmail issue where some message/rfc822 parts will
	have their body as a subpart instead of being id.TEXT part.

2010-01-12  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c
	(tny_camel_folder_refresh_default): added missing
	tny_camel_folder_reason/unreason to the refresh operation. Summary
	was sometimes freed to early when this operation was ongoing
	causing crashes.

2010-01-10  Philip Van Hoof  <philip@codeminded.be>
	Patch by Mike Vee (mike@vee.net)

	* Updated Vala bindings

2010-01-09  Sergio Villar Senin  <svillar@igalia.com>

	* camel/providers/imap/camel-imap-store.h: do not enable IDLE
	debug if IDLE was disabled in configure stage

2010-01-07  Jose Dapena Paz  <jdapena@igalia.com>

	* Added support for user flags in specific tinymail and camel
	backends. Default implementation does not provide any support
	but API allows to access user flags in specific backends.

2010-01-05  Sergio Villar Senin  <svillar@igalia.com>

	* tests/c-demo/tny-demoui-summary-view.c
	(on_rename_folder_activate):
	(on_create_folder_activate): removed unused variables

	* libtinymail-camel/tny-camel-bs-mime-part.c: added two missing
	includes

	* libtinymail-camel/tny-camel-queue.c: added a missing include

	* libtinymail-camel/tny-camel-send-queue.c
	(tny_camel_send_queue_add_async_default): removed unused variable

	* libtinymail-camel/tny-camel-folder.c
	(_tny_camel_folder_set_allow_external_images):
	(tny_camel_folder_copy_async_default): removed unused variable

	* libtinymail-camel/tny-camel-common.c: added a missing include

	* camel/providers/local/camel-maildir-folder.c
	(maildir_transfer_messages_to): removed unused variable
	(camel_maildir_folder_class_init): redefined a method

	* camel/providers/pop3/camel-pop3-folder.c (pop3_sync): removed
	unused code
	(pop3_sync): removed unused variables
	(pop3_set_allow_external_images): removed unused variable

	* camel/camel-url.c: added missing include

	* camel/camel-mime-utils.c (fix_broken_rfc2047): removed unused variable

	* camel/camel-data-cache.c (camel_data_cache_delete_attachments):
	removed unused variable

	* camel/camel-folder-summary.c
	(camel_folder_summary_info_new_from_message): removed unused code

	* libtinymailui-gtk/tny-gtk-folder-list-store.c
	(recurse_folders_async_cb): removed unused variable

	* libtinymailui-gnome-keyring/tny-gnome-keyring-password-getter.c
	(tny_gnome_keyring_password_getter_get_password): removed unused variable.
	Added a missing include.

	* libtinymail-gio/tny-gio-output-stream.c (tny_gio_output_reset):
	removed unused variable

	* libtinymail-gio/tny-gio-input-stream.c (tny_gio_input_reset):
	removed unused variable

	* libtinymail/tny-merge-folder-store.c: added a missing include

	* libtinymail/tny-merge-folder.c (sync_async_thread): removed
	unused variable

2010-01-04  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-bs-mime-part.c
	(tny_camel_bs_mime_part_get_content_type_default): content type is
	no longer cached in capital letters
	(decode_async_thread):
	(fetch_part): if the content type is text then do not use
	BINARY

	* camel/providers/imap/camel-imap-folder.c (imap_fetch): unlink
	the newly created cache file when the fetch of the MIME part fails

2009-12-22  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/bs/bodystruct.c: set proper part_spec
	of root part (it's empty, not "1").

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c,
	libtinymail-camel/tny-camel-bs-msg-receive-strategy.c:
	properly handle stored parts with part_spec == "" (as root part spec)

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c:
	detect properly also TEXT stored mime parts in bodystruct.

	* libtinymail-camel/camel-lite/bs/bodystruct.c: also
	consider VIDEO mime types with file/attachment format.

2009-12-21  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-bs-mime-part.c: fix
	fetching properly the headers of message/rfc822 attachments
	on fetching the bodystructure.

	* libtinymail-camel/tny-camel-mime-part.c: properly fetch the
	children messages when the message comes from IMAP bodystructure.

	* libtinymail-camel/tny-camel-bs-msg-receive-strategy.c:
	fetch the message/rfc822 contents using part.TEXT in
	IMAP request.

	* libtinymail-camel/tny-camel-bs-mime-part.c: properly decode
	filename field.

	* libtinymail-camel/tny-camel-bs-mime-part.c
	(..._get_decoded_stream_default): properly decode text/plain
	messages as utf8.

2009-12-18  Sergio Villar Senin  <svillar@igalia.com>

	* camel/providers/pop3/camel-pop3-folder.c (pop3_sync): protect
	the call to camel_pop3_store_expunge

	* camel/providers/pop3/camel-pop3-store.c
	(camel_pop3_store_expunge): do not perform a sync if we're offline

2009-12-18  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-maemo/tny-maemo-conic-device.c (conic_emit_status)
	(tny_maemo_conic_device_instance_init)
	(tny_maemo_conic_device_finalize): do not issue pending
	"connection-changed" signals if new ones are coming.

2009-12-18  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-mime-part.c: added include to
	tny-camel-common-priv.h, as it was causing a build warning that
	points to a problem that could cause crashes in 64 bit
	architectures.

2009-12-16  Sergio Villar Senin  <svillar@igalia.com>

	* camel/providers/imap/camel-imap-folder.c (imap_fetch_structure):
	when retrieving BODYSTRUCTURE data set the message cache to
	partial. This way, next time we'll recognize that the message was
	not fully downloaded.

2009-12-16  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-mime-part.c (tny_camel_mime_part_get_parts_default)
	(tny_camel_mime_part_add_part_default)
	(tny_camel_mime_part_content_type_is_default)
	(tny_camel_mime_part_get_content_type_default): do not assume that
	every mime part has content type

2009-12-14  Sergio Villar  <svillar@igalia.com>

	* Removed libtinymail-gio/libtinymail-gio-1.0.pc incorrectly added
	to repo

2009-12-12  Jose Dapena Paz  <jdapena@igalia.com>

	* On getting the decoded stream from bs mime part, reset
	to offer a stream started in 0 offset.
	* Fix error detecting embedded message/rfc822 in bs.
	* Add the bodystruct of the child to the embedded message created
	in tny_camel_bs_mime_part_get_parts, as this is the expected
	structure in tinymail.
	* Handle better in IMAP "NIL" parameter in fetch response.
	* Fix part specs of direct child of attached messages in
	bodystruct parser.
	* Refactor decode_it and decode_it_2 in _tny_camel_decode_raw_header
	* Decode properly headers in TnyCamelBsMsgHeader, to return utf8
	strings.
	* Fix decoding of rfc2047 strings in utf8 in some cases.

2009-12-12  Carl Simonson <simonsonc@gmail.com>

	Committed by Sergio Villar Senin <svillar@igalia.com>

	* libtinymail/tny-folder-monitor.c, libtinymail/tny-folder-monitor.h:
	Fix override of update method by removing the addition of the update
	method on TnyFolderMonitor.

2009-12-12  Carl Simonson <simonsonc@gmail.com>

	Committed by Sergio Villar Senin <svillar@igalia.com>

	* libtinymail-camel/tny-camel-msg.c, libtinymail-camel/tny-camel-msg.h
	(tny_camel_msg_parse): Correct type of self parameter

2009-12-11  Sergio Villar Senin  <svillar@igalia.com>

	* camel/providers/pop3/camel-pop3-folder.c (pop3_sync): do expunge
	messages when users request it. An invalid message ID was passed
	to the server and thus, no message was deleted.

2009-12-10  Jose Dapena Paz  <jdapena@igalia.com>

	* Enable bodystruct parsing for partial retrieval.
	* Improvement in content type recoginition in bodystruct mime part.
	* Offer header pairs available in body struct if body itself is not
	fetched.
	* Bodystruct parts are not purged.
	* libtinymail-camel/tny-camel-bs-mime-part.c: only use format_text with
	text/plain mime parts.
	* libtinymail-camel/tny-camel-bs-mime-part.c: new methods is_fetched, to
	know if a specific mime part is already fetched to cache.
	* libtinymail-camel/tny-camel-bs-msg-receive-strategy.c: retrieve bodies
	on fetching the bodystructure.
	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-message-cache.c:
	don't wipe the bs cached parts accidentally.
	* Better setup of using bodystruct for IMAP. Also, set as default bodystruct
	based implementation.
	* Avoid a crash on getting the header of a BS message, and this won't be
	decorated (not needed in bs).
	* Set bs header as cached after retrieving bodies.
	* Fix saving "show external images" flag in bodystruct backend.

2009-10-26  Sergio Villar Senin  <svillar@igalia.com>

	Fixed a lot of memory leaks in CamelException's

	* libtinymail-camel/tny-camel-transport-account.c
	(tny_camel_transport_account_send_default): added missing camel_exception_clear

	* libtinymail-camel/tny-camel-partial-msg-receive-strategy.c (tny_camel_partial_msg_receive_strategy_perform_get_msg_default): added missing camel_exception_clear

	* libtinymail-camel/tny-camel-full-msg-receive-strategy.c (tny_camel_full_msg_receive_strategy_perform_get_msg_default): added missing camel_exception_clear

	* libtinymail-camel/tny-camel-folder.c (tny_camel_folder_add_msg_shared)
	(tny_camel_folder_add_msg_default)
	(tny_camel_folder_sync_default)
	(tny_camel_folder_refresh_async_thread)
	(tny_camel_folder_refresh_default)
	(tny_camel_folder_get_headers_default)
	(tny_camel_folder_get_msg_default)
	(tny_camel_folder_find_msg_default)
	(tny_camel_folder_copy_shared, transfer_msgs_thread_clean)
	(tny_camel_folder_transfer_msgs_async_thread): added missing camel_exception_clear

	* libtinymail-camel/tny-camel-account.c (_tny_camel_account_try_connect)
	(tny_camel_account_get_supported_secure_authentication_async_thread): added missing camel_exceptio

2009-10-22  Javier Jardón Cabezas <jjardon@gnome.org>
	Reviewed by: Sergio Villar Senin  <svillar@igalia.com>

	Use GtkBuilder instead libglade

	* tests/python-demo/tinymail-python-test.glade: deleted
	* tests/python-demo/tinymail-python-test.ui: new file
	* libtinymail-camel/camel-lite/libedataserver/Makefile.am
	* libtinymail-camel/camel-lite/libedataserver/e-data-server-util.c
	* libtinymail-camel/camel-lite/libedataserver/libedataserver-private.h
	* tests/python-demo/tinymail-python-test.py

2009-10-22  Javier Jardón Cabezas <jjardon@gnome.org>

	Reviewed by: Sergio Villar Senin  <svillar@igalia.com>

	* tests/c-demo/tny-main.c: Remove gnome_vfs code

2009-10-20  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymailui-gtk/tny-gtk-folder-list-store.c
	(recurse_folders_async_cb): only add a folder store observer if
	the folder is a TnyFolderStore

2009-10-16  Carl Simonson <simonsonc@gmail.com>

	* libtinymail/tny-stream-cache.c: Fix TnyStreamCache class name

2009-10-16  Jose Dapena Paz  <jdapena@igalia.com>

	* Many build warning fixes.

2009-10-16  Javier Jardón Cabezas <javierjc1982@gmail.com>

	Reviewed by: Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/camel-tcp-stream.h,
	libtinymail-camel/camel-lite/libedataserver/e-data-server-util.h,
	libtinymail-maemo/tny-maemo-conic-dummy-device.c,
	libtinymailui-gtk/tny-gtk-header-list-model.h,
	tests/functional/account-refresh.c: use single GTK and Glib
	includes

	Fix "format not a string literal and no format arguments"
	message warnings

	* libtinymail-camel/tny-camel-common.c
	* libtinymail-camel/tny-camel-mime-part.c
	* libtinymail-gnome-desktop/tny-gnome-account-store.c
	* libtinymail/tny-folder-store-query.c
	* tests/c-demo/tny-demoui-summary-view.c

2009-10-16  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymailui-gtk/tny-gtk-header-list-model.c
	(notify_views_add_destroy): do the unref after the unlock, as the
	unref could free the last valid reference

	* libtinymail-camel/tny-camel-store-account.c
	(tny_camel_store_account_get_folders_default): reference the
	CamelStore before unrefing the old one

2009-10-15  Jose Dapena Paz  <jdapena@igalia.com>

	* Drop from repository generated files config.h.in,
	libtinymail-camel/camel-lite/config.h.in and po/Makefile.in.in

	* Reimplemented gnome keyring password dialog to use
	just plain gtk and drop usage of GnomePasswordDialog
	which is deprecated (fix #590753).

	* Removed pending includes and dependencies on
	libgnomeui (in configure.ac too) (fix #590753).

	* libtinymailui-gnome-keyring/tny-gnome-keyring-password-getter.c:
	don't access directly content area if we use G_SEAL enabled gtk

	* libtinymail-camel/camel-lite/configure.ac: add also support
	for silent rules in automake 1.11

2009-10-15 Javier Jardón Cabezas <javierjc1982@gmail.com>

	Reviewed by: Jose Dapena Paz  <jdapena@igalia.com>

	* configure.ac: Support silent build rules, requires at least automake-1.11.
	Disable by either passing --disable-silent-rules to configure or
	passing V=1 to make.

	* Implementation of TnyStream based in GIO

	* Use GIO based streams instead of vfs based streams
	in tinymail GTK.

	* Remove includes requiring vfs streams wherever they
	were not needed.

2009-10-15  Carl Simonson <simonsonc@gmail.com>

	Committed by: Sergio Villar Senin <svillar@igalia.com>

	* libtinymail/tny-send-queue.h (_TnySendQueueIface): removed
	superfluous user_data argument in signal definitions

2009-10-14  Carl Simonson <simonsonc@gmail.com>

	Reviewed by: Sergio Villar Senin <svillar@igalia.com>

	* libtinymail/tny-account.c (tny_account_base_init):
	"connection-status-changed" second argument must be of
	TnyConnectionStatus enum type.
	* libtinymail/tny-combined-account.c
	(tny_combined_account_class_init): register the private in the
	class

2009-10-14  Javier Jardon  <javierjc1982@gmail.com>

	Reviewed by: Jose Dapena Paz  <jdapena@igalia.com>

	* Default behaviour is "automatic", so the NetworkManager is
	compiled only if you have the NetworkManager libraries
	(libnm-glib) in you system
	* libtinymailui-webkit/tny-webkit-msg-view.c: more gtk
	deprecated symbols removed
	* libtinymail-camel/tny-camel-common.c: remove glib
	deprecated symbols (fixes #589996).
	* libtinymail-camel/camel-lite/libedataserver/e-memory.c:
	removes dead code containing glib deprecated symbols
	(fix 2/2 #589996).
	* Removed dependency on libgnomeui in many places of
	tinymail (partial fix #590753).

2009-10-14  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymailui-gtk/tny-gtk-folder-list-store.c: register folder
	store observer for every instance.

2009-10-14  Sergio Villar Senin  <svillar@igalia.com>

	* camel/camel-folder-summary.c (message_info_load): added proper
	error checking for summary mmap'ed file
	* camel/providers/imap/camel-imap-folder.c
	(send_done_in_stop_idle): fixes a memory leak in a CamelException

2009-10-02  Sergio Villar Senin  <svillar@igalia.com>

	* camel/providers/pop3/camel-pop3-store.c (wait_for_login_delay):
	fixes a deadlock in camel POP3 code when running
	wait_for_login_delay. We should not disconnect when the service is
	in connecting status

2009-10-01  Sergio Villar Senin  <svillar@igalia.com>

	* camel/providers/smtp/camel-smtp-transport.c (smtp_connect): set
	the reprompt flag when trying to reconnect after an invalid
	authentication attempt. Merged from Camel upstream

2009-09-25  Carl Simonson <simonsonc@gmail.com>

	The *mm helper helper scripts expect enums to be of the following form:

	typedef enum {
	    ...
	} Foo;

	This changeset makes the enums all follow this pattern so that the
	enum.pl script from glibmm can generate defs files properly.

	Note from Philip: please fix the enum.pl script from glibmm, if it
	doesn't support Tinymail's original notation, then it's simply wrong.

2009-09-25  Carl Simonson <simonsonc@gmail.com>

	tny-camel-folder.h includes camel-folder.h when it does not need to.
	Including it causes a problem when it is included in a C++ program.
	camel-folder. This fixes the problem for C++ programs that include
	tny-camel-folder.h. However, renaming variables in camel-folder.h may
	be a good thing to implement, which should be done in the upstream
	camel library.

2009-09-25  Carl Simonson <simonsonc@gmail.com>

	Some public header files are missing G_{BEGIN,END}_DECLS macros which
	are helpful for C++ as they are 'extern "C"' wrappers.

2009-09-25  Carl Simonson <simonsonc@gmail.com>

	Running autoreconf by itself does not work because some things are
	 missing in the build files. This changeset fixes them up. Also 
	this changeset also makes sure that configure does not look for 
	more packages if --disable-uigtk or --disable-demoui are passed.

2009-09-22  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/configure.ac: add new configure option
	--disable-idle, so we can disable IDLE support on build time.
	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c:
	if IDLE is disabled, don't parse IDLE capability.

2009-09-18  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c (tny_camel_folder_dispose):
	set private fields to NULL in dispose

	* libtinymail-camel/tny-camel-common.c
	(_tny_camel_exception_to_tny_error): set the proper error in
	tinymail when CAMEL_EXCEPTION_SYSTEM_MEMORY comes from Camel

2009-09-14  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-common.c (split_recipients):
	improved email address parsing. We were not correctly detecting
	quotes inside email addresses

2009-09-11  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-maemo/tny-maemo-conic-device.c
	(on_connection_event): properly handle messages comming from
	conic. Now the TnyDevice properly handles
	connection events when changing between networks.

2009-09-08  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c (folder_tracking_changed):
	removed some unused variables.
	(do_notify_in_idle_destroy): remove the reference to the summary
	*after* freeing the TnyCamelHeader instances to prevent crashes
	when the summary was already freed

	* libtinymail-camel/camel-list/camel/providers/pop3/camel-pop3-store.c (wait_for_login_delay):
	replaced a g_static_rec_mutex_lock by a g_static_rec_mutex_trylock
	to avoid deadlocks when a POP3 account is executing a disconnect
	caused by pop3_try_authenticate and wait_for_login_delay

2009-09-07  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/camel-list/camel/providers/pop3/camel-pop3-store.c (pop3_try_authenticate):
	do not report connection problems as authentication errors

2009-08-31  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c
	(do_notify_in_idle_destroy): fixes a crash when the TnyFolder does
	not have a CamfelFolder loaded

2009-08-28  Jürg Billeter  <j@bitron.ch>

	* libtinymail-camel/tny-camel-msg.c: (tny_camel_msg_parse):
	* libtinymail-camel/tny-camel-msg.h: add function to parse message
	from stream

2009-08-27  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-maemo/tny-maemo-conic-device.c
	(tny_maemo_conic_device_reset): clear the priv->iap when reseting
	the device as it will be no longer valid.

	* camel/camel-mime-part.c (camel_mime_part_set_filename): if the
	mime-type does not have mime-type then set it as
	octet-stream. Merged from Camel upstream

2009-08-20  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c (do_notify_in_idle_destroy)
	(notify_folder_observers_about_in_idle): add a reference to the
	folder summary before notifying the observers in order to keep
	alive the summary instance the TnyCamelHeaders point to.

	* libedataserver/e-iconv.c (e_iconv_open)
	(e_iconv_charset_language): added a couple of extra checks to
	prevent crashes with malformed emails with large amounts of data
	in the charset field

2009-08-19  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/camel-tcp-stream-ssl.c: on calls to
	PR_Poll with a timeout, we didn't take into account properly the case
	we reached the timeout, and it could be creating infinite loops if
	connection failed but didn't die.

2009-08-19  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-folder.c (cmd_totop):
	protect a buffer passed to strlen with the null character '\0' in
	order to fix a conditional jump reported by valgrind

2009-08-18  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-maemo/tny-maemo-conic-dummy-device.c
	(tny_maemo_conic_device_reset): do really reset the device
	state. Try to set the new status.
	(dummy_con_ic_connection_connect_by_id_async_cb): set the new
	connection status if the connection request was canceled. Added
	the user_requested parameter. Show the dialog only if the
	connection attempt was triggered by the user.

	* libtinymail-maemo/tny-maemo-conic-device.c
	(tny_maemo_conic_device_reset): do really reset the device
	state. Try to set the new status.
	(tny_maemo_conic_device_instance_init): do not start a connection
	by default when creating the device

2009-08-12  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail/tny-fs-stream-cache.c (get_available_size)
	(get_free_space, remove_old_files)
	(tny_fs_stream_cache_get_stream, tny_fs_stream_cache_remove)
	(fill_from_cache): protect the access to priv->cached_files to
	make the TnyFsStream thread-safe

	* libedataserver/e-iconv.c (e_iconv_charset_name): added a
	security check to prevent SIGSEVs caused by specially malformed
	huge charset names.

2009-08-10  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-folder.c (cmd_tocache):
	protect a buffer passed to strlen with the null character '\0' in
	order to fix a conditional jump reported by valgrind

2009-08-07  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymailui-gtk/tny-gtk-folder-list-store.c
	(recurse_folders_async_cb): remove the folders already present on
	model that are not listed by provider

	* libtinymail-camel/tny-camel-folder.c
	(tny_camel_folder_get_folders_default): do not reuse iter when
	getting the folders and refresh=TRUE

2009-08-05  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c (folder_changed): replaced
	_tny_camel_header_set_as_memory calls by _tny_camel_header_set_camel_message_info

	* libtinymail-camel/tny-camel-header.c
	(_tny_camel_header_set_camel_message_info): add a hook to finalize
	of summary object. This will prevent double frees of the folder summary.

	* libtinymail-camel/tny-camel-folder.c (notify_folder_store_observers_about_in_idle)
	(notify_folder_observers_about_in_idle): check that session is not
	NULL before adding a reference to it as it could cause an invalid dereference

	* libtinymail/tny-fs-stream-cache.c (fill_from_cache): fixed a
	memory leak.

	* libtinymail-camel/tny-camel-folder.c
	(transfer_msgs_thread_clean): clear exception to prevent memory leaks.

2009-08-03  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c
	(transfer_msgs_thread_clean): removed invalid code

	* camel/providers/imap/camel-imap-folder.c
	(process_idle_untagged_response): fixed a small memory leak

2009-07-30  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c
	(idle_thread): loop while the store->idle_thread is not assigned, to
	avoid unexpected behavior for not being able to detect if we're
	starting or stopping idle from idle thread.

2009-07-27  Javier Jardon  <javierjc11982@gmail.com>

	* tests/c-demo/tny-demoui-summary-view.c (recursive_all_folders):
	* libtinymailui-mozembed/tny-moz-embed-msg-view.c
	(tny_moz_embed_msg_view_create_mime_part_view_for_default):
	removed some Gtk+ deprecated symbols

2009-07-27  Jose Dapena Paz  <jdapena@igalia.com>

	Avoid a crash iterating in imap summary if it's corrupted.

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c
	(imap_update_summary): if summary is bigger than the sequence number
	coming from server, summary is corrupt. We were iterating wrongly to
	remove the extra elements, and could cause a crash.

	* libtinymail-camel/tny-camel-folder.c (folder_tracking_changed):
	reimplemented to load the summary when we get a folder changed
	event from camel, and use the standard folder_changed handler.
	Avoids crashes if the camel folder is freed earlier than
	folder changed handling finishes.

2009-07-27  Lucas Maneos <tinymail@subs.maneos.org>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c:
	avoid sending an empty ENABLE command when the IMAP server's
	CAPABILITY response does not list any supported extensions.

2009-07-20  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymailui-gtk/tny-gtk-folder-list-store.c (get_parent_full_name):
	there was a reference leak in this method, as the recursion for
	getting the list of all parents was not properly freeing the
	objects.

2009-07-16  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c (folder_tracking_changed):
	always update the folder counts not only if we receive changed
	uids but when we get added uids and removed uids
	(folder_tracking_finalize)
	(_tny_camel_folder_track_folder_changed)
	(tny_camel_folder_finalize): user_data is now priv instead of self
	(folder_tracking_changed): do not do anything if the folder is
	already loaded as the folder_changed signal will handle the changes

2009-07-14  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c
	(tny_camel_folder_get_msg_async_thread): do not check for
	CAMEL_IS_OBJECT as a CamelOperation is not a CamelObject

2009-07-13  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymailui-gtk/tny-gtk-header-list-model.c 
	(tny_gtk_header_list_model_prepend): don't restart
	the views notify timeout on each message add.

	* libtinymailui-gtk/tny-gtk-header-list-model.c: initial
	views notify timeout run in 1 ms.

2009-07-10  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c:
	on disconnecting from network, avoid any network communication if we're
	in idle loop and we don't have the idle lock. This avoids some crashes
	on starting idle if connection is shutdown.

2009-07-03  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymailui-gtk/tny-gtk-header-list-model.c
	(notify_views_add): speed up the first views update.

2009-06-30  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymailui-gtk/tny-gtk-folder-list-store.c: remove
	mark_for_removal handling as this is breaking delayed refresh
	mode, and also detecting new folders in some cases.

2009-06-29  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymailui-gtk/tny-gtk-folder-list-store.c:
	reenable poke_status calls in delayed refresh mode.

	* libtinymail-camel/tny-camel-folder.[ch], 
	libtinymail-camel/tny-camel-folder-priv.h
	(tny_camel_folder_track_folder_changed): added a method to add 
	a CamelFolder instance to track folder_changed event until it's
	finalized. This is useful to track only the number of messages 
	available.
  
	* libtinymail-camel/tny-camel-store-account.c: added handling of 
	folder_opened signal. When a folder is opened, we register it for
	tracking the number of messages. THis allows us to track the
	number of messages without opening the folder summary.

2009-06-22  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-folder.c
	(tny_camel_folder_get_headers_default): get headers now
	returns the headers in the reverse order (first we return
	latest messages). This makes tinymail behave better in the
	usual context (reading the newest messages).

	* libtinymailui-gtk/tny-gtk-folder-list-store.c: stop delayed
	refresh once timeout is gone (avoiding continuous retrieval
	issue with delayed refresh).

2009-06-22  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-mime-part.c
	(tny_camel_mime_part_get_parts_default): added a couple of extra
	checks that prevent crashes with malformed messages

2009-06-19  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymailui-gtk/tny-gtk-folder-list-store.c: delay refresh
	not only on adding accounts, but on each step of get folders
	operation. Also removing the delayed refresh on connection event
	is now disabled, as we usually get hte connection event too 
	soon.

	* libtinymailui-gtk/tny-gtk-folder-list-store.c: cancel account
	operations on removing them from store (to allow stopping get
	folders operation).

2009-06-16  Jose Dapena Paz  <jdapena@igalia.com>

	* New libtinymail-camel/tny-camel-html-to-text-stream.[ch]:
	new stream that wraps a stream with html format, so its output
	is a plain text version of that stream.

2009-06-15  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-send-queue.c (check_cancel): call
	tny_camel_send_queue_cancel_default instead of the interface
	function in order to prevent call loops when applications want to
	subclass TnyCamelSendQueue

2009-06-12  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-store-account.c. New method
	_tny_camel_store_account_refresh_children. This is used for
	checking to recurse folders for knowing if there are new
	folders available.

	* libtinymailui-gtk/tny-gtk-folder-list-store.[ch]: implemented new
	"delayed refresh" flag. This is for telling store to act as
	offline in first seconds, but then do an online refresh. With this
	we get immediate view of cached folders, but after a while we get
	a network access so we see new folders.

2009-06-11  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-maemo/tny-maemo-conic-device.c (handle_connect)
	(on_connection_event, tny_maemo_conic_device_connect_async)
	(tny_maemo_conic_device_instance_init)
	(tny_maemo_conic_device_finalize): Now the maemo conic device
	supports multiple requests for connections

2009-06-10  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-session-camel.c (on_account_connect_done):
	Fixed a regression added in r3926

	* libtinymail-camel/tny-camel-folder.c
	(_tny_camel_folder_freeup_observers): protect the access to the
	observers list when freeing it

2009-06-08  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-gnomevfs/tny-vfs-stream.c (tny_vfs_stream_write):
	return -1 in case of error which is the value that CamelStream
	understands as error.

2009-06-04  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-session-camel.c (on_account_connect_done):
	Notify observers when a connection fails due to disk full conditions

2009-06-02  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-store-account.c
	(tny_camel_store_account_get_folders_default): unref the right
	instance of CamelStore

2009-05-22  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-mime-part.c 
	(tny_camel_mime_part_get_parts_default): don't revert the order 
	of the mime parts in get_parts.

2009-05-22  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/camel/providers/imap/camel-imap-store.c
	(get_folders_sync_ns_only_lsub): handle the case of
	parse_list_response_as_folder_info returning NULL

2009-05-21  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c
	(tny_camel_folder_poke_status_default): don't set the poke_status
	operation as auto-cancellable

	* libtinymail-camel/tny-camel-send-queue.c (check_cancel): don't
	cancel always after sending the first email of the send queue. It
	was the consequence of a typo

2009-05-19  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-folder.c: reason/unreason the
	destination folder on copy_async, to avoid freeing the summary
	and then crashing on subsequent access.

2009-05-18  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-send-queue.c
	(tny_camel_send_queue_cancel_default): Use an asynchronous call
	when canceling sendings in order not to cause deadlocks

2009-05-15  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-send-queue.c
	(tny_camel_send_queue_cancel_default): use sync_sync to refresh
	the outbox instead of the deprecated and dangerous tny_folder_sync
	because the later could cause summary corruptions when combined
	with asynchronous calls

	* libtinymailui-gtk/tny-gtk-folder-list-store.c
	(tny_gtk_folder_list_store_on_constatus_changed):
	do not perform always a get_folders with refresh=TRUE. Take into
	account the NO_REFRESH flag

2009-05-12  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-send-queue.c (create_worker):
	removed an unused variable error. No need to emit the error as it
	will be handled by the caller of create_worker

2009-05-08  Sergio Villar Senin  <svillar@igalia.com>

	** Original patch by Dmitry Kazachkov with some slight modifications

	* libtinymail-camel/camel/camel-store-summary.c (store_info_load,
	store_info_save): added several extra checks to summary load/store
	processes

2009-05-08  Sergio Villar Senin  <svillar@igalia.com>

	** Original patch by Dmitry Kazachkov with some slight modifications

	* tests/c-demo/tny-demoui-summary-view.c
	(on_header_view_key_press_event): added a proper initialization
	* libtinymail-camel/tny-camel-bs-msg-receive-strategy.c
	(tny_camel_bs_msg_receive_strategy_start_receiving_part): removed
	unneeded check
	* libtinymail-camel/camel/camel-gpg-context.c (gpg_verify): added
	an extra check to detect gpg errors
	* libtinymail-camel/camel/providers/local/camel-local-store.c (rename_folder):
	commented some unreachable code
	* libtinymail-camel/camel/providers/local/camel-maildir-summary.c
	(maildir_summary_check): removed a couple of useless assignations
	* libtinymail-camel/camel/providers/pop3/camel-pop3-folder.c (camel_pop3_folder_new)
	(pop3_sync): removed unused variables

2009-05-04  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-send-queue.c (thread_main): sync
	outbox and sent folder in a sync-like way to avoid loosing syncs
	when finalizing the send queue just after sending an email

2009-04-29  Jose Dapena Paz  <jdapena@igalia.com>

	* Avoid assert if content location is an empty string.

2009-04-23  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymailui-gtk/tny-gtk-folder-list-store.c:
	added flag "no refresh" to allow creating folder list stores
	that don't do any "forced" refresh (unless it's caused by
	reconnects).

2009-04-14  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail/tny-progress-info.c (tny_progress_info_idle_func):
	fixes a potential NULL dereference

	* libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-store.c
	(pop3_try_authenticate): fixes a potential NULL dereference

	* libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-folder.c
	(camel_pop3_folder_new): fixes a potential NULL dereference

	* libtinymail-camel/tny-camel-folder.c
	(tny_camel_folder_get_msg_async_thread): added a missing check

	* libtinymail-camel/tny-camel-bs-mime-part.c
	(decode_async_thread): added a missing check

	* libtinymail-camel/tny-camel-send-queue.c (check_cancel): fixes a
	potential NULL dereference

2009-04-13  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c (tny_camel_folder_refresh_async_thread)
	(tny_camel_folder_refresh_default)
	(tny_camel_folder_get_headers_default): added calls to
	refresh_local_size to properly update the value when refreshing
	folders and when retrieving the headers.

	* libtinymail/tny-merge-folder.c (sync_async_thread): refresh the
	subfolders using an async call to prevent a crash when rewritting
	the summary.

2009-04-08  Sergio Villar Senin  <svillar@igalia.com>

	Several changes improving robustness

	* libtinymail-camel/camel-lite/summary/summary.c (summary_item_get_cc, summary_item_get_to)
	(summary_item_get_subject, summary_item_get_from): added an extra
	check to prevent an invalid dereference

	* libtinymail-camel/camel-lite/camel/camel-mime-parser.c
	(folder_scan_header): Moved a call to prevent an invalid
	dereference

	* libtinymail-camel/camel-lite/camel/providers/local/camel-maildir-summary.c
	(maildir_summary_check): Moved a call to prevent an invalid dereference

	* libtinymail-camel/camel-lite/camel/camel-store.c
	(camel_store_rename_folder): added an extra check to prevent an
	invalid dereference

	* libtinymail-camel/camel-lite/camel/camel-disco-diary.c
	(camel_disco_diary_log): fixed a typo in a comparison

	* libtinymail-camel/camel-lite/camel/camel-vee-folder.c
	(subfolder_renamed_update): fixed a NULL deref

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c
	(imap_forget_folder):

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-command.c
	(imap_command_strdup_vprintf): added an extra check to prevent an
	invalid dereference

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c
	(camel_imap_folder_fetch_data, process_idle_response)
	(imap_sync_offline): added an extra check to
	prevent an invalid dereference

	* libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-folder.c
	(pop3_get_message, pop3_get_top): added an extra check to prevent an invalid dereference

	* libtinymail-camel/tny-camel-account.c
	(tny_camel_account_matches_url_string_default): adds an extra
	check to prevent a crash in a strcmp()

	* libtinymailui-gtk/tny-gtk-folder-store-tree-model.c
	(recurse_folders_sync): removed an invalid deref

	* libtinymailui-gtk/tny-gtk-folder-list-store.c
	(recurse_folders_async_cb): removed an invalid deref

	* libtinymail-camel/tny-camel-send-queue.c (get_sync): fixes a
	potential NULL deref

	* libtinymail-camel/tny-camel-send-queue.c
	(tny_camel_send_queue_finalize): added an extra check

	* libtinymail-camel/tny-camel-folder.c (recurse_evt): added an
	extra check

2009-04-06  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c
	(tny_camel_folder_remove_msgs_default): do not remove messages
	that do not belong to the folder passed as first argument

2009-04-01  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-send-queue.c,
	libtinymail-camel/tny-camel-send-queue-priv.h: if queue is
	running when we cancel, then we request cancel to be done by
	the send queue thread.

2009-03-30  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/camel-mime-utils.c
	(camel_header_address_decode): also consider semi-colon
	for reading split addresses.

2009-03-29  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/camel-mime-part-utils.c:
	take into account the original substream bounds to calculate the new
	substream bounds on creating new message structure (fixes parsing
	of PGP signed messages)

2009-03-24  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymailui-gtk/tny-gtk-folder-list-store.[ch]: added
	activity feedback, to allow developers to know when the
	list store is fetching data (to show some kind of progress
	feedback).

2009-03-24  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-folder.c
	(pop3_sync): properly remove files from cache when they're marked
	as deleted.

2009-03-18  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-send-queue.c: fix
	bad usage of GSlice that could cause crashes.

2009-03-17  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymailui-gtk/tny-gtk-folder-list-store.c (get_folders_cb): 
	get the folders of the model using asynchronous calls

2009-03-13  Jose Dapena Paz  <jdapena@igalia.com>

	* Fix for previous "refresh" commit.

2009-03-11  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-store-account.c: now
	get_folders "refresh" parameter forces to fetch again
	the list of folders. This way we can acknowledge when
	there are new folders available on server.

2009-03-06  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-session-camel.c
	(tny_session_queue_going_online_for_account):
	set the session to online before trying to connect the
	account. Otherwise the connection won't success

2009-03-02  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c
	(_tny_camel_folder_guess_folder_type): Improved detection of
	folders called 'inbox'. If the parent is not an account then it's
	unlikely to be a 'real' inbox

2009-02-27  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/tny-camel-folder.c: disable push email
	on uncaching (to avoid keeping current folder active in store when
	we're not reading it anymore).

2009-02-16  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c:
	fix bad access to namespaces due to bad reusage of pointer.

	* libtinymail-camel/camel-lite/camel/camel-mime-utils.c: fix
	camel_header_set_param as it could cause crashes on setting params
	if a param struct was already available.

2009-02-09  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c:
	Small fix to avoid referencing an old copy of namespace in 
	get_folder_info_online.

2009-02-09  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-account.c
	(tny_camel_account_get_supported_secure_authentication):
	Properly initialize a boolean. Valgrind complained about
	uninitialized value

2009-02-04  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-store-account-priv.h:
	* libtinymail-camel/tny-camel-pop-store-account.c (notify_factory_del)
	(tny_camel_pop_store_account_factor_folder):
	* libtinymail-camel/tny-camel-imap-store-account.c (tny_camel_imap_store_account_factor_folder)
	(notify_factory_del, tny_camel_imap_store_account_factor_folder):
	* libtinymail-camel/tny-camel-folder.c (_tny_camel_folder_remove_folder_actual)
	(tny_camel_folder_dispose, tny_camel_folder_finalize):
	* libtinymail-camel/tny-camel-store-account.c
	(tny_camel_store_account_remove_folder_actual):
	added "protected" functions to properly add/remove folders to/from
	managed_folders list.

2009-01-29  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-store-account.c
	(tny_camel_store_account_dispose): added a NULL check

	* libtinymailui-gtk/tny-gtk-folder-list-store.c (deleter): fixes
	removals of folder hierarchies

	* libtinymail-camel/tny-camel-store-account.c
	(foreach_managed_folder):
	(tny_camel_store_account_remove_folder_actual): perform a
	weak_unref when the account is disposed or the managed folder is
	removed

2009-01-28  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c:
	imap_store->namespace should always own a copy of the string, to
	avoid some double frees causing crashes.

2009-01-27  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-store-account.c
	(tny_camel_store_account_delete_cache_default): fixes a crash when
	deleting the cache of an account that does not have a CamelStore
	yet

2009-01-23  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymailui-gtk/tny-gtk-folder-list-store.c (deleter): Remove
	the children of a folder whenever it is deleted

2009-01-20  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymailui-gtk/tny-gtk-folder-list-store.c:
	on creating new items (ie. after creating a new folder, don't add
	the account name in the full path).

2009-01-15  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymailui-gtk/tny-gtk-folder-list-store.c
	(tny_gtk_folder_list_store_remove): remove folders that
	belong to the account that is being removed

2009-01-14  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c:
	added a missing connect_unlock in imap_connect_online, when auth
	failed.

2009-01-09  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-account.c: initialize properly some 
	variables, and also free properly some vars (to avoid leaks). 
	Patch contributed by Qasim Ahmad.

	* libtinymail-camel/tny-camel-folder.c: leak fix in TnyCamelFolder
	copy_shared implementation (contributed by Qashim Ahmad).

2009-01-08  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c:
	now *_stop_idle_connect_lock loops if it cannot get the connect lock
	to avoid interlocks if two concurrent threads try to get the lock.

2008-12-15  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-account-store.c: removed unnecesary camel
	exception checks.

	* libtinymail-camel/tny-session-camel.c: added missing unref in
	set_device.

2008-12-08  Suhang Wan  <shuang.wan@intel.com>

	* Fixed compilation errors in unit tests

2008-11-27  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c: set priv->account to NULL in
	dispose after unref'ing it.

2008-11-27  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymailui-gtk/tny-gtk-folder-list-store.c
	Fix big typo: folder list store inherits from list store, not 
	tree store.

	* libtinymailui-gtk/tny-gtk-folder-list-store.[ch]:
	Folder list store path separator is now configurable.

	* libtinymailui-gtk/tny-gtk-folder-list-store.c:
	Fixed reference leaks

2008-11-24  Jose Dapena Paz  <jdapena@igalia.com>

	* Added new TnyGtkFolderListStore, implementing a plain model (no tree)
	for the folder store.

	* libtinymailui-gtk/tny-gtk-folder-store-tree-model.[ch]:
	Added support for settings construction flags. Also added a flag
	"show path" for the tree model, that makes it store the full path 
	name.

2008-11-21  Sergio Villar Senin  <svillar@iglaia.com>

	* libtinymail-camel/tny-camel-default-connection-policy.c: added
	missing license
	* libtinymail-gnomevfs/tny-vfs-stream.c: prevent a double free of a
	file pointer
	* libtinymail-maemo/tny-maemo-device.c: added missing initialization
	* libtinymailui-gtkhtml/tny-gtk-html-mime-part-view.c: added missing
	initialization

2008-11-21  Martin Bonnin  <martinbonnin@gmail.com>
 
	Add some documentation tny_folder_store_refresh_async()

2008-11-21  Martin Bonnin  <martinbonnin@gmail.com>
 
	Add some documentation about the behaviour of tny_folder_refresh_async()

2008-11-21  Martin Bonnin  <martinbonnin@gmail.com>
 
	* revert last changeset:
	We want this to be fixed a better way	 

2008-11-20  Martin Bonnin  <martinbonnin@gmail.com>

	* camel operation:
	adding camel_operation_mute/unmute() and use it to filter the progress
	events. This prevents to send bad progress when refreshing an IMAP folder

2008-11-20  Martin Bonnin  <martinbonnin@gmail.com>
 
 	* libtinymail-camel/camel-lite/camel/providers/imap:
 	For IMAP, we open 2 sessions: one for standard operations, the other
 	for fetching messages. This makes concurrent accesses to the folder summary
 	therefore corrupting it.
 	This happens e.g when you delete a message and fetch a new one afterwards.
 	This patch adds the "dont_touch_summary" parameter to prevent the GetMsg session to
 	mess up too much.

2008-11-20  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-folder.c: guess folder type from name if
	we couldn't know the folder type from camel.

2008-11-19  Martin Bonnin  <martinbonnin@gmail.com>

	* libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-folder.c:
	Fix a camel_operation leak introduced in r3767. This had the side effect
	of triggering a "**: Camel operation status stack non empty:" warning 
	 when trying to sync a POP account

2008-11-19  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-send-queue-priv.h
	* libtinymail-camel/tny-camel-send-queue.c: added some locking to
	prevent two send queue threads running at the same time.

	* libtinymail-camel/tny-camel-mime-part.c
	(tny_camel_mime_part_decode_to_stream_default):
	adds a reference to protect wrapper when decoding to a stream

2008-11-19  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c:
	Remove calls to camel_imap_folder_start_idle that could happen even
	when idle was locked by an operation, causing hangs.

2008-11-18  Jose Dapena Paz  <jdapena@igalia.com>

	* Avoid criticals on calling can_idle if queue does not have service.

2008-11-17  Martin Bonnin  <martinbonnin@gmail.com>

	* libtinymail-camel/tny-camel-store-account.c: 2 small bugfixes in 
	tny_camel_store_account_store_refresh().
	- fix a reference leak
	- fix we were reporting the subfolders to the observer instead of 
	  just the folders

2008-11-18  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c: several bugfixes. Fixed an
	invalid comparison (a typo most likely). Fixed several memory
	leaks as well in some lists that were not freed.
	(load_folder_no_lock): removed a duplicated instruction.
	Added several initializations of cancelled field all around the
	code.
	(tny_camel_folder_copy_shared): removed needless code and fixed a
	memory leak.
	(tny_camel_folder_get_folders_default): fixed an useless asignment

	* libtinymail-camel/tny-camel-mime-part-priv.h: Moved a function
	header into the #ifdef

2008-11-13  Thomas Guillem  <thomas.guillem@gmail.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-message-cache.c:
	Change the default cache filename from "uid." to "uid.~" in order to
	keep compatibility with FAT32 partitions. (a FAT32 file can't end with '.')
	Old cache files ("uid.") are still compatible.

2008-11-10  Jose Dapena Paz  <jdapena@igalia.com>

	Complete rework of the lock behavior of Tinymail
	(camel) imap IDLE implementation.

        The problem we want to fix is: sometimes IDLE thread causes
	deathlocks (connect lock, idle lock, g_thread_join, etc).
	This happens easily when there are disconnects, or
	when we switch fast among folders.

        The main changes are:
        * Provided a count of reasons to stop idle because of connect lock.
        * If a caller has taken connect lock, then it should do the send done
	stuff itself.
        * Idle thread has the connect lock always when it's in the body of the
	loop.
        * In any point, if we want to  take the connect lock, then we should
	stop idle. No partial idle can be alive when we want to connect.
        * Camel queue enables/disables the possibility to start idle. That's
	for avoiding running IDLE / SEND DONE in the middle of queued
	operations.

2008-11-10  Martin Bonnin  <martinbonnin@gmail.com>

	* libtinymail-camel/tny-camel-folder.c: Uninitialized value, fixed

2008-11-10  Jose Dapena Paz  <jdapena@igalia.com>

	* Specify with defines the IDLE tick time (time between iterations in
	idle loop) and IDLE default delay (time between IDLE/DONE cycles if no
	event happens).

	* Fix the IDLE delay account parameter to take into account the tick
	time.

2008-10-30  Thomas Guillem  <thomas.guillem@gmail.com>

	* libtinymail-camel/tny-camel-mime-part.c: Fixed a typo

2008-10-30  Rob Taylor  <rob.taylor@codethink.co.uk>

	* Make folder pokes cancelable

2008-10-30  Martin Bonnin  <martinbonnin@gmail.com>

	Makes tny_camel_account_set_online (FALSE) send "QUIT" 
	for POP3 accounts. It also cleans up the logged_in 
	variable that was unused. This fixes some problems I 
	had with Yahoo servers when trying to connect twice in 
	a row.

2008-10-29  Jose Dapena Paz  <jdapena@igalia.com>

	* libtininymail-camel/tny-camel-bs-msg.[ch]:
	Added implementation of methods get/set allow external images to avoid
	crashes on code using this if using the bodystructure retrieve
	strategy.

	* libtinymail-camel/camel-lite/camel/camel-tcp-stream-ssl.c:
	Now we use PR_INTERVAL_NO_WAIT (value is 0) instead of putting
	0 as interval parameter for PR_Connect. Should help code
	readability.

2008-10-27  Rob Taylor  <rob.taylor@codethink.co.uk>

	* Re-submission for the add-tny_merge_folder_store() patch.
	It allows to merge folder stores.

2008-10-26  Rob Taylor  <rob.taylor@codethink.co.uk>
	    & Martin Bonnin  <martinbonnin@gmail.com>

	* Re-submission for the add-tny_camel_send_queue_new_with_folders() patch:
	It allows to create a Camel SendQueue with user-supplied outbox and sendbox

2008-10-24  Rob Taylor  <rob.taylor@codethink.co.uk>
	    & Martin Bonnin  <martinbonnin@gmail.com>

	* Re-submission for the add-a-refresh-parameter-to-tny_folder_store_get_folder():
	makes the patch atomic by adapting to the new api where needed
	also honour the camel folders flags (caused some critical camel warnings else)

	* This was a major API change

2008-10-16  Philip Van Hoof  <philip@codeminded.be>

	* Reverted `svn diff -r 3774:3775`, the behaviour of the folders was
	incorrect. This was a commit that combined multiple of Rob's patches
	together. The entire commit was probably not entirely wrong, but the
	behaviour must be fixed before re-approval can take place.

2008-10-16  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/camel-lite/camel/camel-file-utils.c: (camel_write)
	only write in chunks when writing to sockets, do not do it when
	writing to a local filesystem. This speeds up writings a lot.
	*
	libtinymail-camel/camel-lite/camel/providers/local/camel-maildir-summary.c:
	adds an extra check that prevents crashes when reading data from
	corrupted media.

2008-09-23  Rob Taylor  <rob.taylor@codethink.co.uk>

	* libtinymailui-gtk/tny-gtk-folder-store-tree-model.c:
	* tests/c-demo/tny-demoui-summary-view.c: (recurse_poke),
	* tests/functional/account-refresh.c: (recurse_folders),
	* tests/functional/folder-lister-async.c: (callback), (dance):
	* tests/functional/folder-lister.c: (recurse_folders):
	* tests/functional/folder-remove.c: (recurse_folders):
	* tests/functional/folder-transfer.c: (recurse_folders):
	* tests/functional/msg-transfer.c: (find_folders):
	* tests/memory/memory-test.c: (main):
	Change all usage of tny_folder_store_get_folders over to the new api

2008-09-23  Rob Taylor  <rob.taylor@codethink.co.uk>

	* libtinymail-camel/tny-camel-folder.c:
	* libtinymail-camel/tny-camel-folder.h:
	* libtinymail-camel/tny-camel-store-account.c:
	* libtinymail-camel/tny-camel-store-account.h:
	* libtinymail/tny-combined-account.c:
	* libtinymail/tny-folder-store.c: (tny_folder_store_get_folders),
	* libtinymail/tny-folder-store.h:
	* libtinymail/tny-shared.h:
	Give tny_folder_store_get_folders a refresh parameter, for optionally not refreshing from the server.
	Add tny_folder_store_refresh_async that will asynchronously refresh the store from the server, emitting TnyFolderStoreChanged events to observers.
	Implement it all for camel.

2008-09-23  Rob Taylor  <rob.taylor@codethink.co.uk>
	* libtinymail-camel/tny-camel-folder.c:
	* libtinymail-camel/tny-camel-store-account.c:
	Notify observers about existing folders when they're attached.

2008-09-23  Rob Taylor  <rob.taylor@codethink.co.uk>

	* libtinymail-camel/tny-camel-folder-priv.h:
	* libtinymail-camel/tny-camel-folder.c:
	* libtinymail-camel/tny-camel-store-account-priv.h:
	* libtinymail-camel/tny-camel-store-account.c:
	* libtinymail/tny-folder-store-change.c:
	* libtinymail/tny-folder-store-change.h:
	New observer behaviour. Observers will get folders_appeared events when a
	tny_folder_store_refresh or tny_folder_store_get_folders occurs and the cache
	is loaded for the first time. They get folders_created events when a new folder
	appears that we didn't know about before.

2008-09-23  Rob Taylor  <rob.taylor@codethink.co.uk>

	* libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-folder.c
	(pop3_sync): In pop3 provider, do a LIST before a folder sync so
	failure doesnt happen if wait_for_login_delay kills the store

2008-09-23  Rob Taylor  <rob.taylor@codethink.co.uk>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store-summary.c
	(camel_imap_store_summary_init),
	(camel_imap_store_summary_namespace_new),
	(camel_imap_store_summary_namespace_set), (namespace_load),
	(namespace_save):
	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store-summary.h:
	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c
	(construct), (save_namespace_in_summary), (imap_connect_online): Fix
	saving and loading of namespaces in the summary.

2008-09-16  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c
	(let_idle_die): do a trylock in connect_lock instead of lock, so that
	we can avoid interlocks on stop_idle called from imap_command_start.

2008-09-10  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/local/camel-mailder-store.c
	(scan_dirs): do not free name before using it to notify an
	exception

2008-09-03  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-mime-part.c
	(tny_camel_mime_part_decode_to_stream_async_default): make it really
	asynchronous, doing the operation in a separate thread.

2008-09-03  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c
	(tny_camel_folder_get_msg_async_default),
	(tny_camel_folder_find_msg_async_default):
	* libtinymail-camel/tny-camel-queue-priv.h:
	* libtinymail-camel/tny-camel-queue.c (_tny_camel_queue_has_items):
	* libtinymail-camel/tny-camel-store-account.c
	(_tny_camel_store_account_queue_going_online): do not add a
	message retrieval (with both get_msg_async and find_msg_async) to
	the IMAP store account message retrieval queue when there is a
	pending connection in the account queue.

2008-08-31  Rob Taylor  <rob.taylor@codethink.co.uk>

	* libtinymail-camel/tny-session-camel.c: Make account_store
	weak-referenced in TnySessionCamel.

2008-08-31  Rob Taylor  <rob.taylor@codethink.co.uk>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c:
	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-message-cache.c:
	Fix some valgrind warnings in camel imap provider.

2008-08-31  Rob Taylor  <rob.taylor@codethink.co.uk>

	* libtinymail/tny-progress-info.c: Make the sofar/oftotal field in
	TnyProgress more sensible when one of the is negative.  In general one
	of these ill be negative right at the start of an operation, and if
	one is 0, then the other is generally gibberish, so 0/0 is more
	sensible.

2008-08-31  Rob Taylor  <rob.taylor@codethink.co.uk>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c:
	* libtinymail-camel/tny-camel-folder.c: Correctly change the unread
	and total message numbers after a status_poke

2008-08-31  Rob Taylor  <rob.taylor@codethink.co.uk>

	* libtinymail-camel/tny-camel-folder.c:
	* libtinymail-camel/tny-camel-store-account.c:
	do unrefs in dispose, not finalise for tny-camel-folder and tny-camel-st

2008-08-28  Martin Bonnin  <martinbonnin@gmail.com>

	* Fixed typo in camel-service.c

2008-08-27  Martin Bonnin  <martinbonnin@gmail.com>

	* This removes the "Warning: invalid file descriptor -1 in syscall 
	close()" seen when using valgrind with tinymail. stream_close() is 
	called twice in a row on the same stream.  There might be more 
	implications than just this valgrind warning, full details here 
	http://www.tinymail.org/trac/tinymail/ticket/62#preview

2008-08-22  Philip Van Hoof  <philip@codeminded.be>

	* http://www.tinymail.org/trac/tinymail/ticket/81
	Patch by agx@sigxcpu.org

2008-08-21  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail/tny-merge-folder.c (remove_msgs_async_thread),
	(tny_merge_folder_remove_msgs_async), (sync_async_thread),
	(tny_merge_folder_sync_async), (get_msg_async_thread),
	(tny_merge_folder_get_msg_async), (find_msg_async_thread),
	(tny_merge_folder_find_msg_async), (get_headers_async_thread),
	(tny_merge_folder_get_headers_async), (refresh_async_thread),
	(tny_merge_folder_refresh_async), (transfer_msgs_async_thread),
	(tny_merge_folder_transfer_msgs_async): Added some missing frees
	to fix several leaks of thread structures

	* libtinymail/tny-fs-stream-cache.c
	(tny_fs_stream_cache_finalize): properly unref the hash table with
	the cached files

2008-08-18  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c (tny_camel_folder_finalize):
	remove the folder from the account before unrefing it as it could be
	the last reference of the account

2008-08-12  Thomas Monjalon  <thomas.monjalon@openwide.fr>

	* libtinymail-camel/tny-camel-mime-part.c: convert only plain text
	parts to UTF-8.
	* Patch commited by Sergio Villar Senin

2008-08-06  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/camel-lite/camel/camel-tcp-stream-ssl.c
	(stream_read): fixed a neverending poll when connection goes down
	while retrieving messages.

2008-08-04  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c
	(get_folder_info_offline): check wheter the returned folder info is
	NULL or not to prevent a crash

2008-08-01  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/local/camel-local-store.c
	(xrename):
	use g_rename for all platforms. Merged from camel trunk where I
	initially submitted the patch
	
2008-07-31  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c:
	Check on fetching folder info if the top folder is inbox (should fix
	inbox detection in dovecot).

2008-07-28  Jürg Billeter  <j@bitron.ch>

	* tests/vala-demo/Makefile.am:
	Fix build with recent Vala versions

2008-07-28  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-folder.c:
	do not mark as expunged those messages that could not be retrieved due
	to the user canceled the request

2008-07-23  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-account.c
	(_tny_camel_account_start_camel_operation_n): added a missing
	camel_operation_register that was preventing progress info to be
	threw up and cancelations as well.

	* libtinymail-camel/tny-camel-folder.c: added progress information
	to get_headers_async function.

2008-07-21  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camep-imap-store.c:
	Trivial fix for current folder weak reference code.

2008-07-21  Mark Doffman  <mark.doffman@codethink.co.uk>
	* bindings/python/tinymail.override
	Fixed some incompatible pointer warnings.

2008-07-16  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.[ch]:
        Added fetching aol specific imap capability.

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.[ch]:
        Now we use FETCH instead of SEARCH for getting the UID's
        when the server is AOL.
        Added an extra check in imap_get_uids. If server gives a list
        including sequence numbers we didn't request, we ignore them.
        This should fix the AOL problem fetching headers.

2008-07-16  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/camel-lite/camel/camel-tcp-stream-ssl.c: added
	some code that properly checks the result of the call to
	NSS_InitReadWrite.

2008-07-04  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/camel.c:
	Drop usage of PR_Cleanup on shutting down camel, as this is not safe,
	nor required. This method is responsible for freeing the common
	threads management code, including the lock that's accessed on the
	crash in __nptl_deallocate_tsd.

2008-07-01  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/camel-provider.[ch]:
        Now providers offer a new shutdown handler, that will be
        called on shutting down camel.

	* libtinymail-camel/camel-lite/camel/camel.c:
        Use the providers shutdown handler on shutting down camel.

	* libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-provider.c:
        Implement new provider shutdown handler, to kill the login delay
        threads on shutting down tinymail.

	* libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-store.[ch]:
        New method to kill the login delay thread. This is used to kill
        the thread on shutting down tinymail.

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-provider.c:
        Set as NULL the default shutdown handler.

	* libtinymail-camel/tny-camel-pop-store-account.c:
        Manage properly the internal inbox reference to avoid leaking it.

	* libtinymail-camel/camel-lite/camel/camel-mime-utils.c:
        Parse properly broken rfc2047 recipient headers sent from gmail imap.

2008-06-26  Philip Van Hoof <philip@codeminded.be>

	* Fixed LIST (SUBSCRIBED) for some IMAP servers

2008-06-25  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-mime-part.c
	(..._get_header_pairs_default): we were leaking all the TnyPair objects
	created here. Fixed.

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c:
        Don't set in_idle to false so that join works properly.
        On disconnecting we forze a stop_idle so we warrant idle
        thread has died when we disconnect. Also, send let idle die commands
	on disconnecting. It's very important to make the idle thread die
	on time as it keeps a reference to the folder. Folder keeps a reference to
        this store, and then store should finish idle soon to be able
        to finalize (cycle reference).

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c:
        On finishing the idle thread we state we're out of it.

	* libtinymail-camel/camel-lite/camel.c:
        Avoid running internal methods of camel_shutdown two times if
        we can call shutdown two times.

	* libtinymail-camel/tny-session-camel.c:
        Keep a proper reference to TnyDevice.

	* libtinymail-camel/tny-camel-store-account.c:
        Free the iter store reference on finalising.

	* libtinymail-camel/tny-camel-account.c:
        Set service to null after unreffing it.

	* libtinymailui-gtk/tny-gtk-folder-store-tree-model.c:
        * Don't get folders again when we change status to disconnected.

2008-06-20  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-folder.c:
        Fix camel operation references

	* libtinymail-camel/tny-camel-bs-mime-part.c:
        Fix camel operation references

	* libtinymail-camel/tny-camel-queue.c:
        Make queue reference to account be weak.

	* libtinymail-camel/tny-camel-account.c:
        More camel operation reference fixes.

	* libtinymail/tny-cached-file-stream.c:
	Linked the reset implementation to the stream interface.

	* libtinymail/tny-cached-file.c:
	Create the files synchronously, to avoid accessing the file from other
	thread if this has not been created yet.

	* Changelog: removed many end-of-line whitespaces.

2008-06-18  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail/tny-shared.h:
        Added stream cache classes and handlers

	* libtinymail/tny-stream-cache.[ch]:
        Interface for streams caches. It's mostly intended for image
        remote streams.

	* libtinymail/tny-fs-stream-cache.[ch]:
        Implementation of TnyStreamCache interface using a local
        folder for storage. This implementation tries to keep the
        size of the cached streams lower than 1 MB.

	* libtinymail/tny-cached-file.[ch]:
        Data object to store status information of currently cached
        files. It also controls the process of fetching the remote
        streams, and creation of streams reading from cache.

	* libtinymail/tny-cached-file-stream.[ch]:
        Streams wrapping TnyFsStream, that access the cache files
        waiting when they're not completely fetched yet.

	* libtinymail/Makefile.am:
        Added stream cache implementation files.

2008-06-10  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-maemo/tny-maemo-conic-device.c:
	Added the proper error domain do some errors

2008-06-09  Rob Taylor  <rob.taylor@codethink.co.uk>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c:
	Some mail servers use a namespace for their inbox, but inbox
	is also a top-level folder. This special-cases it so we get the
	flags of INBOX and also do the rest of our INBOX special casing.

2008-06-05  Mark Doffman  <mark.doffman@codethink.co.uk>

	* bindings/python/*
	Update .override and .defs files to reflect changes
	in tinymail interfaces.

	* tests/python-demo/*
	Update python implementations to remove _func prefix
	from methods no longer required by gtk-codegen.

2008-06-05  Philip Van Hoof <philip@codeminded.be>

	* Merging folder flags from LSUB
	* Folders that are only in LSUB are flagged NoSelect automatically
	* Separator fallbacks

2008-06-03  Sergio Villar Senin  <svillar@igalia.com>

	* camel/providers/pop3/camel-pop3-store.c (connect_to_server):
	fixed a crash when there is a connection problem related to TLS

2008-06-03  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail/tny-msg.[ch]:
        New virtual methods get/set allow external images, to store
        user acceptation to allow mail client to fetch external images
        referenced in a message.

	* libtinymail-camel/tny-camel-msg.[ch]:
        Implement new public methods get/set allow external images
        available in TnyMsg interface. It uses TnyCamelFolder for
        implementation of storage of the flag.

	* libtinymail-camel/tny-camel-folder.c,
	libtinymail-camel/tny-camel-folder-priv.h:
        In camel we delegate on folder for storing the "get external
        images" flag. Then we expose a private method for this, that
        will be called in TnyMsg public implementation.

	* libtinymail-camel/camel-lite/camel/camel-folder.[ch]:
        Add new virtual methods (not implemented here) for getting
        and setting "get external images" flag for each message.

	* libtinymail-camel/camel-lite/camel/camel-data-cache.[ch]:
        Implementation of storage of "get external images" flag in
        data cache. It stores a file with extension getimages in the
        same folder the message contents are retrieved.

	* libtinymail-camel/camel-lite/camel/providers/nntp/camel-nntp-folder.c:
        Implement get/set allow external images methods. It stores
        it in the camel data cache using the methods the cache
        exposes for this.

	* libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-folder.c:
        Implement get/set allow external images methods. It also uses
        the data cache as nntp provider.

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c:
        Implement get/set allow external images methods. It relies on
        proper implementation in imap messages cache.

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-message-cache.[ch]:
        Add storage of allow external images flag. It saves an empty
        file with extension getimages per allowed file (similar to
        is partial flag approach).

	* libtinymail-camel/camel-lite/camel/providers/local/camel-maildir-folder.c:
        Implement get/set allow external images methods. It stores
        an empty file for each message in the folder maildir metadata
        directory (the one on top of cur, new and tmp).

2008-05-26  Philip Van Hoof <philip@codeminded.be>

	* Bugfix when fetching parts and messages
	* Fixed various copyright note issues

2008-05-21  Philip Van Hoof <philip@codeminded.be>

	* Help piece of shit IMAP servers that don't do SEARCH correctly, like
	AOL's IMAP server May 2008, by asking for the same thing using UID
	FETCH.

2008-05-21  Philip Van Hoof <philip@codeminded.be>

	* Writing in chunks of 64 bytes
	* Timeout per chunk is 15 seconds

2008-05-20  Philip Van Hoof <philip@codeminded.be>

	* Fixed a fallback envelope fetch, don't do the clear on the summary.
	Instead mark all as expunged

2008-05-20  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/camel-stream-filter.c:
	(do_write): if the camel_stream_write call does not write the
	 full buffer but it's not due to an error, then loop to go on
	 writing the stream.

2008-05-20  Philip Van Hoof <philip@codeminded.be>

	* Differentiate between auto-cancellable and normally cancellable
	items in TnyCamelQueue

2008-05-16  Philip Van Hoof <philip@codeminded.be>

	* Fixed size reporting in POP, regression fix it seems

2008-05-14  Jose Dapena Paz  <jdapena@igalia.com>

	* Use GOnce registering all types in tinymail to make
	registering thread-safe.

2008-05-14  Philip Van Hoof <philip@codeminded.be>

	* libtinymail-camel/tny-camel-queue.c: Letting the thread wait for
	more items instead of exiting

2008-05-13  Rob Taylor  <rob.taylor@codethink.co.uk>

	* libtinymail-camel/tny-camel-bs-mime-part.c:
	(tny_camel_bs_mime_part_is_attachment_default): Modify the
	is_attachment heuristic in TnyCamelBSMimePart so that inline mime
	parts with filenames are considered attachments.

2008-05-12  Rob Taylor  <rob.taylor@codethink.co.uk>

	* configure.ac: Add --with-platform option 'none'.
	* bindings/python/Makefile.am: Fix up python bindings to work when built with no platform.
	* bindings/dotnet/Makefile.am: Don't build platform subdir if platform is none.
	* tests/vala-demo/Makefile.am: Fix up vala demo to use PLATFORM_LIBS for consistency.

2008-05-12  Rob Taylor  <rob.taylor@codethink.co.uk>

	* libtinymail/tny-error.c: Fix documentation

2008-05-12  Rob Taylor  <rob.taylor@codethink.co.uk>

	* m4/ticonv.m4: Add --with-iconv-detect-h option to allow the passing
	of a pre-generated iconv-detect.h rather than generating it at
	configure time.

2008-05-12  Rob Taylor  <rob.taylor@codethink.co.uk>

	* libtinymail-camel/tny-camel-bs-msg-receive-strategy.c:
	* libtinymail-camel/tny-camel-folder.c:
	* libtinymail-camel/tny-camel-nntp-folder.c:
	* libtinymail-camel/tny-camel-mime-part.c:
	* libtinymail-camel/tny-camel-send-queue.c:
	* libtinymail-camel/tny-camel-pop-store-account.c:
	* libtinymail-camel/tny-camel-pop-folder.c:
	* libtinymail-camel/tny-camel-common.c:
	* libtinymail-camel/tny-camel-nntp-store-account.c:
	* libtinymail-camel/tny-camel-store-account.c:
	* libtinymail-camel/tny-camel-transport-account.c:
	* libtinymail-camel/tny-camel-account.c:
	* libtinymail/tny-error.c:
	* libtinymail/tny-error.h:
	* libtinymail/tny-merge-folder.c: Fix tinymail's GError usage. Use an
	actual GQuark for the domain, have one domain for tinymail as a whole.
	Removes the pointless GType for the error.

2008-05-12  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-send-queue.c: Add camel folder reason to
	sentbox and outbox while sending, as we can get unreasons and have
	then crash because the message cache is freed. (Based on a previous
	patch by Dape)

2008-05-09  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-folder.c:
          Add some reasons/unreasons in get_headers_operation, to avoid
          getting a 0 account when we are replacing the headers in the
          gtk list store model. This should avoid some very hidden
          crashes.

2008-05-06  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/camel-certdb-cst.c
        Fix some leaks in CST certificate manager support.

	* libtinymail-camel/tny-camel-folder.c:
        Reason the camel folder while we're getting its size and count,
	avoiding some crashes.

	* libtinymail-camel/camel-lite/camel/camel-tcp-stream-ssl.c:
        Protect PR_Reads and writes to avoid calls to PR_Close before one of
	them. Should avoid some crashes and bad memory accesses.

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.[ch]:
        Now references to current_folder, old_folder and last_folder
        are weak references. This way, when they're finalized we
        properly remove the store reference to them.
        Removed some small leaks and compilation warnings.

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store-priv.h:
        Added. Includes internal declarations of weak reference handlers
        for folders in the imap store.

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-command.c,
	libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c:
        Use weak references to folders in accesses to store.

2008-04-30  Philip Van Hoof <philip@codeminded.be>

	* Enlarged a lock for the transport-account in camel

2008-04-30  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-send-queue.c:
	(on_added): place correctly two swapped parameters when calling the
	user callback

2008-04-29  Philip Van Hoof <philip@codeminded.be>

	* Extra robustness in TnyCamelSendQueue

2008-04-29  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/camel-folder.c
	(transfer_message_to): preserve flags on transferring the message to
	a new folder.

	* libtinymail-camel/camel-lite/camel/camel-folder-summary.h:
	add some comments to flags enumeration to remember that it should be
	kept sync with flags masks.

2008-04-28  Jose Dapena Paz  <jdapena@igalia.com>, Sergio Villar Senin <svillar@igalia.com>

	* libtinymail/tny-folder.[ch]: new method find_msg_async. This makes find_msg synchronous
	version be deprecated now.

	* libtinymail-camel/tny-camel-folder.[ch],
	libtinymail/tny-merge-folder.[ch]:
	Added implementations of find_msg_async method.

2008-04-25  Philip Van Hoof <philip@codeminded.be>

	* Error reporting when sending a message without From, and a crash-fix
	about it too
	* Added tny_camel_transport_account_get_from and
	tny_camel_transport_account_set_from

	* This was a minor API change

2008-04-24  Philip Van Hoof <philip@codeminded.be>

	* Removed all synchronous API usage in TnyCamelSendQueue

2008-04-24  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail/tny-merge-folder.c:
	(tny_merge_folder_update): keep the original value for
	check_duplicates that comes from the TnyFolderChange that comes from
	a child folder

2008-04-23  José Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-mime-part.c:
          (tny_camel_mime_part_is_attachment_default): consider as
          attachments parts that have filename= in disposition even
          if they're "inline".

2008-04-23  Philip Van Hoof <philip@codeminded.be>

	* Reference count fix in TnyCamelSendQueue

2008-04-23  Jürg Billeter  <j@bitron.ch>

	* Update Vala bindings and demo app

2008-04-22  Philip Van Hoof <philip@codeminded.be>

	* tny_camel_account_add_option changed !!
	* tny_camel_account_clear_options added
	* tny_camel_account_get_options added
	* Support for value-less cameloptions

	* This was a major API change in libtinymail-camel

2008-04-20  Philip Van Hoof <philip@codeminded.be>

	* These problems got highlighted during pre-release 0.0.9
	* Build environment improvements
	* Added --enable-debug=yes (default is no), 
	adds -g -ggdb -O0 -DDEBUG -DDBC to the CFLAGS
	* Added --enable-deprecated=no (default is yes),
	adds -DTNY_DISABLE_DEPRECATED to the CFLAGS
	* Removed all %-names in the Makefile.am files since these are a GNU
	make ism. There are a few remaining GNU make isms like $(subst ...)
	and $(addsuffix ...) who are to be removed / replaced soon
	* Added deprecation marker to gtk-doc-scan's command line
	* Attempt at fixing TnyHeader's documentation

2008-04-18  Jose Dapena Paz  <jose@gondomar.wired.citic.igalia.com>

	* libtinymail-maemo/tny-maemo-conic-device.c: add a simple hack to
	detect when we cancel the connection dialog (and then report this
	properly).

2008-04-18  Philip Van Hoof <philip@codeminded.be>

	* Removed unnecessary old code rot in TnyCamelSendQueue that might
	cause a deathlock
	* Decprecated tny_send_queue_add, use tny_send_queue_add_async
	* Pre-release 0.0.9 preparations

2008-04-17  Philip Van Hoof <philip@codeminded.be>

	* Corrections to reference handling for TnyCamelSendQueue
	* Removed a tny_folder_get_headers (deprecated API)

2008-04-16  José Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-mime-part.c
	(tny_camel_get_decoded_stream_default): now we detect errors getting
	the decoded stream from camel.
	* libtinymail-gnomevfs/tny-vfs-stream.c (tny_vfs_stream_read):
	return -1 if there was an error reading from the vfs stream.

2008-04-15  Philip Van Hoof <philip@codeminded.be>

	* Fixed alerts when get-msg-async takes place to have their account
	not set to NULL
	* Moved the POP's get-msg-qasync queue to its normal interactive queue
	* Various bugfixes

2008-04-14  Philip Van Hoof <philip@codeminded.be>

	* Weak referenced folders in the folder-factor methods
	* Handling uncaching the password during account finalization
	* mlock-ing the password memory of accounts
	* Uncaching of the folder-list in case of tree-changing operations
	* Experimentally nuked the caching of services ...

2008-04-11  Philip Van Hoof <philip@codeminded.be>

	* Fixed a bug in case LIST and LSUB are not in agreement
	* Marking certain symbols as deprecated

2008-04-10  Philip Van Hoof <philip@codeminded.be>

	* Fixed a glitch in Jose Dapena Paz's patch of yesterday
	* Added API documentation about cancelling
	* Bugfix in folder listing

2008-04-09  Jose Dapena Paz  <jdapena@igalia.com>

	* Added libtinymail-camel/camel-lite/camel/camel-certdb-cst.c.
	Implementation of certificates database using maemo libcst. This
	makes you can manage certificates using the maemo tablet certificate
	manager.

	* libtinymail-camel/camel-lite/camel/camel-certdb.h,
	libtinymail-camel/camel-lite/camel/camel-private.h: modified to
	have a pointer to the CST object in certdb and certificate id in
	certificate object in case we compile with CST support.

	* libtinymail-camel/camel-lite/camel/camel-tcp-stream-ssl.c:
	Modified a bit the code for proper integration with cst (mainly
	removing direct access to internal fields).

	* libtinymail-camel/camel-lite/configure.ac,
	libtinymail-camel/camel-lite/camel/Makefile.am:
	Added support for detection and configuration of libcst.

2008-04-07 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
	* libtinymail-camel:
		- fix some compiler warnings (return in void functions)
		- move declarations to start of block
		- fix CAMEL_POP3_CAP_LOGIN_DELAY (copy-paste bug where to
		enum items had same value)
		- some g_error => g_warning
		- DELE %u => DELE %s

2008-04-07  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-common.c
	(_string_to_camel_inet_addr): fixes an small memory issue when the
	email address starts with an "<"
	* libtinymail/tny-merge-folder.c
	(tny_merge_folder_get_id): fixed a reference leak

2008-04-07  Philip Van Hoof <philip@codeminded.be>

	* Refcount problem in async contexts
	* Fixing the actual problem, too

2008-04-03  Philip Van Hoof <philip@codeminded.be>

	* Merged patch for upstream camel-lite bug #257361
	* Bugfix for ticket #76
	* Added some robustness code

2008-04-02  Jose Dapena Paz  <jdapena@igalia.com>

	* Respect better the attachment flag headers also in POP (equivalent
	to previous change in imap.

2008-04-02  Philip Van Hoof <philip@codeminded.be>

	* Added a name file, just like the url_string file, to each account
	* Moved the sendqueue's outbox and sentbox under a sendqueue subdir

2008-04-01  Philip Van Hoof <philip@codeminded.be>

	* Storing certificate fingerprints in cache_dir
	* Writing a file called url_string in the account's cache dir, to make
	it more easy for searchers and meta indexers to identify this account
	* Status reporting fix for POP accounts
	* Merging with camel upstream

2008-03-31  Philip Van Hoof <philip@codeminded.be>

	* Creating the POP account's cache dir when/if removed

2008-03-28  Philip Van Hoof <philip@codeminded.be>

	* Cleaning up cache when canceling a POP message download

2008-03-27  Philip Van Hoof <philip@codeminded.be>

	* Support for Importance header

2008-03-26  Philip Van Hoof <philip@codeminded.be>

	* Fixed several problems like documentation problems in Jose's patch
	* Review of Jose's patch
	* Fixed several insignificant smaller robustness problems
	* Fixed a major leak
	* Fixed a regression due to a performance fix when moving and renaming
	Maildir folders

2008-03-26  Jose Dapena Paz  <jdapena@igalia.com>

	* Replace old tny_header_get_ api for strings with
	tny_header_dup_ api. This should be a bit better for
	being thread safe. Also modified code using this. The
	goal is being able to do the string copy in a lock.

	* Now moving a folder copies all the cached messages,
	but not the summaries, to avoid crashes trying to
	reuse the old summary.

	This is a major API change.

2008-03-25  Alberto Garcia Gonzalez <agarcia@igalia.com>

	* libtinymail-gnomevfs/tny-vfs-stream.c:
	(tny_vfs_reset): Set priv->position to 0 after a successful reset

2008-03-25  Philip Van Hoof <philip@codeminded.be>

	* Replaced a GByteArray with a EByteArray

2008-03-24  Philip Van Hoof <philip@codeminded.be>

	* Rewrote tny_camel_folder_remove_msgs_default
	* Added tny_folder_remove_msgs_async
	* Death-lock bugfix when canceling the sendqueue

	* This was a minor API change

2008-03-20  Philip Van Hoof <philip@codeminded.be>

	* Implementation of a connect() that will timeout within 15 seconds
	for the non-SSL connection types. Experimental.

2008-03-19  Philip Van Hoof <philip@codeminded.be>

	* Fast message moves when source and dest folder are both Maildir

2008-03-19  Philip Van Hoof <philip@codeminded.be>

	* Bugfix when sending large E-mails to GMail's SMTP service
	* When a large mail is being sent, it takes a long time to move it
	from Outbox to Sentbox. If during that time a flush() is requested on
	the TnySendQueue, then it's possible that the message gets send twice.
	To avoid this, we mark the message as TNY_HEADER_FLAG_ANSWERED

2008-03-18  Sergio Villar Senin  <svillar@igalia.com>

	* Small bugfix in libtinymail-maemo

2008-03-18  Philip Van Hoof <philip@codeminded.be>

	* Non-initialization of a variable caused memory corruption on the
	stack
	* Fixed race condition in case re-selecting the same folder

2008-03-17  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c:
	fixed an small memory leak and set the proper error code when a
	get_msg fails due to full memory conditions in the local storage.
	* libtinymail-camel/camel-lite/camel/camel-folder-summary.c: improved
	error notification when there are problems in the local storage

2008-03-17  Philip Van Hoof <philip@codeminded.be>

	* Made tny_folder_transfer_msgs_async cancellable

2008-03-17  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c
	(message_from_data): don't free the message before evaluating
	headers. Also take into account the case we get ms has attachments but
	we don't have priority flag, for avoiding using heuristics.

2008-03-16  Philip Van Hoof <philip@codeminded.be>

	* Added extra insurance that an INBOX folder will be present

2008-03-13  Philip Van Hoof <philip@codeminded.be>

	* IMAP provider: bugfix when asking for a list of folders that has no
	subfolders, on Cyrus.

2008-03-12  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-gnome-desktop/tny-gnome-device.c:
	(tny_gnome_device_is_online) if we try to get the network
	state and find that the network manager context is invalid,
	we shutdown it AND after this we nullify the context
	reference.

2008-03-12  Alberto Garcia Gonzalez <agarcia@igalia.com>

	* Reverted the "Leave on disk, MIME parsing" patch, as it's
	causing serious problems.

2008-03-11  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-folder.c:
	Now poke_status only tries to do the job if folder is
	connected/active. Should prevent getting lots of attempts to
	connect in queue that have to be finished later.

2008-03-07  Jose Dapena Paz  <jdapena@igalia.com>

	* tests/c-demo/tny-demoui-summary-view.c:
	Added a simple syntax to provide different parent folders
	in rename/copy operation. Now you can provide
	paths as "/newfolder", "../another-parent/folder", etc.

2008-03-06  Alberto Garcia Gonzalez <agarcia@igalia.com>

	* tinymail/libtinymail-camel/tny-camel-mem-stream.h
	* tinymail/libtinymail-camel/tny-camel-mem-stream.c:
	Added tny_camel_mem_stream_new_with_buffer()

2008-03-06  Philip Van Hoof <philip@codeminded.be>

	* Experimental improvement in locking in the POP3 provider
	* Bugfix when canceling POP summary retrieval

2008-03-06  Alberto Garcia Gonzalez <agarcia@igalia.com>

	* debian/libtinymail-camel-1.0-0.install
	* debian/libtinymail-camel-1.0-0-dev.install:
	Install libcamel-lite

2008-03-05  Philip Van Hoof <philip@codeminded.be>

	* Experimental improvement in locking

2008-03-05  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c:
	(connect_to_server): we don't abort connection attempt if we get
	LOGINDISABLED but we have secure auth methods in capabilities.

2008-03-05  Philip Van Hoof <philip@codeminded.be>

	* Check-for-duplicates in TnyFolderObserver and TnyFolderMonitor
	* Introduction of tny_gtk_header_list_model_set_no_duplicates
	* Introduction of tny_gtk_header_list_model_get_no_duplicates for
	completeness of language bindings who'll make getters/setters from
	this.

	* This was a minor API change

2008-03-04  Philip Van Hoof <philip@codeminded.be>

	* Leave on disk, MIME parsing. Highly experimental

2008-03-04  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-mime-part.c:
	Now, when we get the parts of a mime part that's a message,
	we check if any part has an attachment content disposition,
	and update the attachments flag properly.
	* Moved bodystructure parser to camel, so that we
	can use it there.
	* libtinymail-camel/camel-lite/bs/bodystruct.c:
	Added missing if, to avoid fetching the header badly (and
	causing coredumps) for bodystructure strings not
	including BODYSTRUCTURE prefix.

2008-03-04  Philip Van Hoof <philip@codeminded.be>

        * Attempt at making mime parsing use the seekable capability of
	streams instead of copying them in memory. This is experimental!

2008-03-04  Philip Van Hoof <philip@codeminded.be>

	* Introduction of TnySeekable
	* This is experimental

2008-03-03  Philip Van Hoof <philip@codeminded.be>

	* Smaller bug fixes in the build
	* filename= encoding fixes

2008-03-03  Alberto Garcia Gonzalez <agarcia@igalia.com>

	* debian/libtinymail-camel-1.0-0.install
	* debian/libtinymail-camel-1.0-0-dev.install:
	Removed obsolete libraries

2008-03-01  Philip Van Hoof <philip@codeminded.be>

	* Fixes in the POP code for POP servers that return invalid CAPA
	responses (like pop.sina.com)
	* Experimental reduction of libraries (camel-lite merged with
	camel-lite-providers)

2008-02-28  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-account.c:
	(tny_camel_account_set_pass_func_default) reactivate the account
	always, even when we're setting the same pass func again.

2008-02-27  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c:
	Now we regenerate the addrinfo on each call to connect_to_server_wrapper.

2008-02-21  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-mime-part.c:
	Do not lose the filename of the attachment disposition in
	case we set it as purged.

	* libtinymail-camel/tny-camel-send-queue-priv.h,
 	libtinymail-camel/tny-camel-send-queue.c:
 	Now we don't send the run-queue-stop signal until
 	we've processed all sent signals.

	* libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-folder.c:
	Added a missing else that could cause freeing some summary info entries
	when they shouldn't

	* libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-folder.c:
	(pop3_get_message). Now it works even if no exception parameter is passed.

2008-02-20  Philip Van Hoof <philip@codeminded.be>

	* Improvement for cancel's their reconnection

2008-02-18  Philip Van Hoof <philip@codeminded.be>

	* Make distcheck for the .NET bindings (finally)

2008-02-16  Philip Van Hoof <philip@codeminded.be>

	* NAMESPACE vs. LIST separator for mail.h-farm.it
	* Get-Message cancels
	* Various smaller bugfixes

2008-02-15  Philip Van Hoof <philip@codeminded.be>

	* Merged Alberto's cancel patch of yesterday with some minor
	corrections and committed the patch

2008-02-14  Alberto Garcia Gonzalez <agarcia@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.[ch]:
	Added new attribute: cancel_occurred
	(imap_update_summary): Set cancel_occurred to TRUE when the
	operation is cancelled by the user.
	(camel_imap_folder_selected): Don't try to refresh the folder
	again if a cancel has happened.

2008-02-12  Alberto Garcia Gonzalez <agarcia@igalia.com>

	* libtinymailui-gtk/tny-gtk-text-buffer-stream.c:
	Write only full UTF-8 characters into the GtkTextBuffer. If an
	input buffer contains incomplete UTF-8 chars, save those bytes and
	write them with the following buffer.

2008-02-11  Alberto Garcia Gonzalez <agarcia@igalia.com>

	* libtinymail-gnomevfs/tny-vfs-stream.c:
	(tny_vfs_reset): Return 0 on success

2008-02-09  Philip Van Hoof <philip@codeminded.be>

	* Crash when the IMAP server doesn't support namespaces
	* GLib Signal leakage in TnyGtkFolderStoreTreeModel
	* Various smaller fixes and code improvements
	* Has-attachment status detection improvement
	* Added a tny_mime_part_get_decoded_stream API

	* This was a minor API change

2008-02-05  Philip Van Hoof <philip@codeminded.be>

	* Making the DotNet bindings actually work
	* Added a demoui written in C#

2008-02-05  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/camel.[ch]:
	Make camel_shutdown method be public, for the cases we cannot
	rely on g_atexit.
	* libtinymail-camel/camel-lite/camel/camel-tcp-stream-ssl.c:
	Modified method to calculate the fingerprint of a certificate.
	Now we use Mozilla NSS api for this as the old method was not
	reliable in some cases.

2008-02-03  Philip Van Hoof <philip@codeminded.be>

	* Crashfix when retrieving a large message while expunging it from
	another E-mail client
	* Added tny_mime_part_set_transfer_encoding
	* Temporary solution for large E-mails
	* Limiting abusive mails with +3000 to, from, bcc or cc addresses to
	3000

	* This was a minor API change

2008-01-30  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/local/camel-maildir-summary.c
	(camel_maildir_get_filename): fixed the message read from a maildir
	folder, do not take into account the message flags to read the message

2008-01-30  Vivek Sekar  <viveksekar@gmail.com>
        * Cleaned up the debian/control.maemo-chinook and
	debian/control.maemo-diablo files.

2008-01-30  Philip Van Hoof <philip@codeminded.be>

	* Implemented DotNet bindings

2008-01-29  Sergio Villar Senin  <svillar@igalia.com>
	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c
	libtinymail-camel/camel-lite/camel/camel-store-summary.c:
	Added the proper error codes when there is no enough space left on
	devices

2008-01-29  Philip Van Hoof <philip@codeminded.be>

	* Fixed reference counting for all TnyIterator implementations

2008-01-28  Philip Van Hoof <philip@codeminded.be>

	* Removed the _func from all the interfaces and virtual function
	pointers in the classes. This should not be an ABI but is an API
	change.

	* This was a major API change

2008-01-28  Philip Van Hoof <philip@codeminded.be>

	* Added skeleton for unfinished DotNet bindings. This wont work yet,
	it seems gapi2 is generating a few *Implementor types incorrectly.

2008-01-27  Philip Van Hoof <philip@codeminded.be>

	* Various code improvements
	* Merged camel-lite with upstream camel revision 8428

2008-01-26  Philip Van Hoof <philip@codeminded.be>

	* Experimental expunge handling. Less expunging from the local
	summary will be needed, as we'll more carefully calculate which of the
	sequence vs. uids got removed. Please keep an eye on this one and
	revert in needed. This commit should reduce the "Expunged" labels that
	you might have been seeing in tny E-mail clients too.

2008-01-26  Philip Van Hoof <philip@codeminded.be>

	* Workaround for a known problem that ain't easy to solve right now:
	expunged headers stay around for too long. When this is detected, a
	dummy header is returned (with as flags TNY_HEADER_FLAG_EXPUNGED)
	* Finished Sergio's API change

	* This was a major API change

2008-01-25  Philip Van Hoof <philip@codeminded.be>

	* Some IMAP servers don't instantly update sessions that where not in
	IDLE when in monitoring service IDLE received an EXISTS. Tinymail
	received that EXISTS, does a SEARCH to get the new UIDs, fetches the
	envelope information and displays it to the user. If the user had
	already received message recently, it will keep that message-receive
	socket running (cached) for some time (optimalization). The IMAP
	servers don't always bring that other session up-to-date about the new
	information acquired in the first session in IDLE. For example GMail's
	IMAP server and Exchange seem to not update the not-in-IDLE session.

	This commit changed the behaviour in two ways: the get-message service
	is early-killed in case an EXISTS line arrives in the in-IDLE session,
	each message-fetch request in the get-message service is prepended
	with a NOOP (some IMAP servers will sync the session upon NOOP).

	Obviously, this is experimental behaviour. Please test this a lot!

2008-01-23  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail/tny-send-queue.c
	libtinymail-camel/tny-camel-send-queue.c
	libtinymail-camel/tny-camel-send-queue.h
	(tny_send_queue_add_async): added this method that was available in
	the Camel implementation to the interface
	(create_worker)
	(thread_main): added the "queue-start" and "queue-stop" signals that
	are emitted before and after the queue processes the messages

	* This was a major API change

2008-01-22  Philip Van Hoof <philip@codeminded.be>

	* Added support for GtkHTML in libtinymailui-gtkhtml. This is highly
	experimental and unfinished at this moment
	* Fixed several compiler warnings, and cleaned up some code

	* This was a minor API change

2008-01-21 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* fix freeing uninitialized data in camel-imap-folder.c

2008-01-21  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail/tny-send-queue.c
	libtinymail/tny-send-queue.h
	libtinymail-camel/tny-camel-send-queue.c
	libtinymail-camel/tny-camel-send-queue.c:
	(tny_send_queue_cancel): API change, now the cancel method receives a
	flag specifying the action that should be performed on cancelations,
	to remove the messages or just to suspend them
	(thread_main): make the tny_transport_account_send cancellable

2008-01-20  Philip Van Hoof <philip@codeminded.be>

	* Refactoring of all error reporting situations, errors and handling
	of connection failures, reconnecting and getting messages in case of a
	previous connection failure.
	* Several bugfixes related to connection failures
	* Several bugfixes related to connection problems when fetching
	messages
	* POP and IMAP now behave the same in case of connection problems
	while fetching a message (they try to re-authenticate and re-connect)
	* More finegrained error reporting (IO errors, SERVICE errors, SYSTEM
	errors and unknown errors).

	* This was a major API change for all modules

2008-01-19  Philip Van Hoof <philip@codeminded.be>

	* Fixed sync when offline transfers took place

2008-01-17  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder:
	(folder_changed): removed a code that was modifying the number of
	cached messages when receiving an IDLE notification of expunged
	headers. It shouldn't be done because Camel was already giving us the
	proper value

2008-01-16  Mark Doffman  <mark.doffman@codethink.co.uk>
	* bindings/python/*.defs: Regenerate .defs files for updated API.

	* bindings/python/*.override: Add missing headers and Gtk types.

	* bindings/python/tinymail.override: Begin adding wrappers for
	callbacks.

2008-01-16  Jürg Billeter  <j@bitron.ch>

	* bindings/vala/: regenerate bindings

	* tests/vala-demo/tinymail-vala-test.vala: update demo app to build
	with Vala SVN

2008-01-16 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* fix for use of unitialized variable in decode_it function,
	which caused crashes in some cases.

2008-01-15  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-maemo/tny-maemo-conic-device.c: fixes a condition that
	was preventing the callback of connect_async from being called

2008-01-15  Philip Van Hoof <philip@codeminded.be>

	* Better error reporting on connection failures
	* Fix in namespace parsing when the separator was NIL

2008-01-15 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* initialize some priv-> member in TnyMaemoConicDevice

2008-01-14  Philip Van Hoof <philip@codeminded.be>

	* Some aggresive memory checking revealed a few interesting memory
	leaks. This commit fixes those. The fixes are experimental, although
	most of them double checked.

	CamelOperation holds one more significant memory leak at its
	status_hack linked list. That one is not yet fixed.
	* Flag setting to 0xffff must be 0x1fff as bit 13 and 14 are system
	bits that should not be altered like that.

2008-01-13  Philip Van Hoof <philip@codeminded.be>

	* Changed tny_mime_part_construct_from_stream to
	tny_mime_part_construct, added a parameter for the
	content-transfer-encoding too

	* This was a major API change

2008-01-12  Philip Van Hoof <philip@codeminded.be>

	* Merged camel-lite with Camel upstream rev. 8360
	* Added an extra check around a strcmp that seems to have caused a
	crash once
	* Size determining when adding items to a local maildir folder
	* Content-Transfer-Encoding when adding MIME parts
	* Maildir folders are always subscribed
	* Non existing UIDs when BODY.PEEK-ing

2008-01-11  Philip Van Hoof <philip@codeminded.be>

	* Preparations for the new summary store
	* Made all remaining static libraries LTLIBRARIES
	* Fixed compiler warnings

2008-01-11 Alberto Garcia Gonzalez <agarcia@igalia.com>

	* libtinymail-maemo/tny-maemo-conic-device.c:
	fix typo that caused a compilation error

2008-01-10 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store-summary:
	fix typo in camel-imap-store-summary.c which caused valgrind errors

2008-01-09  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymailui-gtk/tny-gtk-folder-store-tree-model.c:
	(creater): added some checks in order to properly detect the parent of
	the newly created folder

2008-01-09  Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* small fixes / cleanups for tny-maemo-conic-device

2008-01-08  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-maemo/tny-maemo-conic-device.c: fixed an invalid g_free
	over a previously freed field of a struct

2007-12-30  Philip Van Hoof <philip@codeminded.be>

	* Performance enhancements
	* Bugfix for the bodystructure parser and per-MIME-part fetching
	* Experimental performance improvement in tny-gtk-header-list-model.c

2007-12-27  Philip Van Hoof <philip@codeminded.be>

	* Updates from Camel upstream, rfc 2047 decoder

2007-12-26  Philip Van Hoof <philip@codeminded.be>

	* Committed Jeffrey Stedfast's patch for Camel upstream to
	camel-mime-utils.c and camel-charset-map.c
	More information here:
	http://mail.gnome.org/archives/evolution-hackers/2007-December/msg00079.html

2007-12-24  Philip Van Hoof <philip@codeminded.be>

	* Merging with Camel upstream
	* When offline, folders in namespace that had a parent that was not
	subscribed, were not accessible. This was because the parents where
	not created, as LSUB didn't list those. This patch creates the
	parents.

2007-12-23  Philip Van Hoof <philip@codeminded.be>

	* Removed libtinymail-queues and libtinymail-asyncworker since those
	two libs are not going to be supported in Tinymail 1.0
	* Improvements to the NAMESPACE, LIST and LSUB things
	* Reverted decoder patch, it contains buffer overflows

2007-12-22  Philip Van Hoof <philip@codeminded.be>

	* Experimental support for NAMESPACE
	* Major improvements for LIST and LSUB

2007-12-21 Felipe Erias Morandeira <femorandeira@igalia.com>

        * libtinymail/tny-mime-part.[hc] : changed the signature of
                tny_mime_part_write_to_stream and tny_mime_part_decode_to_stream to
                return the number of bytes written and use a GError to notify problems.
        * libtinymail-camel/tny-camel-mime-part.[hc] : adapted the functions that
                implemented the previous two functions to comply with their new
                signatures.
        * libtinymail-camel/tny-camel-bs-mime-part.[hc] : adapted the functions
                that implemented the previous two functions to comply with their
                new signatures.
        * libtinymail-camel/camel-lite/camel/providers/local/camel-maildir-store.c:
        * libtinymailui-webkit/tny-webkit-html-mime-part-view.c:
        * libtinymailui/tny-mime-part-save-strategy.c:
        * libtinymail-test/tny-mime-part-test.c:
                Small changes to use the new signatures of the two functions.

2007-12-21  Philip Van Hoof <philip@codeminded.be>

	* Code robustness
	* Changed the account item of a folder to be hard referenced instead
	of weakly

2007-12-20  Alberto Garcia Gonzalez  <agarcia@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-
	imap-command.c: (camel_imap_command_response): Set an initial
	value to variable len
	* libtinymail/tny-store-acount.c:
	(tny_store_account_find_folder): Fixed assertion to allow
	maildir:/path/to/msg URLs

2007-12-20  Alberto Garcia Gonzalez  <agarcia@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-command.c:
	(camel_imap_command_response): Set an initial value to variable len

2007-12-20 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* tny-maemo-conic-device.c; fix for typo in
	    tny_maemo_conic_device_connect_async which could cause
	    warnings and other problems

2007-12-19  Philip Van Hoof <philip@codeminded.be>

	* New documentation style, third commit (libtinymailui-gtk)
	* Implemented support for LIST-EXTENDED's SUBSCRIBED parameter
	* A fix in TnyGnomeDevice
	* Experimental improvements for LIST
	* Made the new documentation style backward compatible for gtk-doc

2007-12-18  Philip Van Hoof <philip@codeminded.be>

	* New documentation style, second commit (GtkDocFuture)
	* API fixes in TnyMimePart and TnyGtkImageMimePartView
	* Fixes for the unit tests and functional tests

	* This was a major API change

2007-12-17  Philip Van Hoof <philip@codeminded.be>

	* New documentation style, first commit (GtkDocFuture)

2007-12-17  Philip Van Hoof <philip@codeminded.be>

	* Bugfix in tny_folder_get_folders_async
	* Bugfix in $Label1 on IMAP

2007-12-17  Alberto Garcia Gonzalez  <agarcia@igalia.com>

	* libtinymail-camel/tny-camel-mime-part.c
	(tny_camel_mime_part_add_part_default)
	(tny_camel_mime_part_get_stream_default)
	(tny_camel_mime_part_construct_from_stream_default)
	Fixed three memory leaks

2007-12-15  Philip Van Hoof <philip@codeminded.be>

	* Moved the TnyFolderStoreQuery parameter in
	tny_folder_store_get_folders_async
	* Please check your E-mail clients! this is a major API change!

	* This was a major API change

2007-12-15  Philip Van Hoof <philip@codeminded.be>

	* Fixed some thread-unsafe code in TnyCamelSendQueue
	* Use PR_Shutdown to cut an SSL connection
	* Fixed folder subscriptions and queries

2007-12-14  Philip Van Hoof <philip@codeminded.be>

	* Bugfix in the POP support: when an item is not available remotely
	anymore, nor have we cached it locally, we remove it from the summary
	list locally.
	* Detailed progress info for BODY fetches

2007-12-13  Philip Van Hoof <philip@codeminded.be>

	* Added the TnyConnectionPolicy type for coping with connectivity
	changes (for example sheduling a reconnect or asking the user what to
	do about the event of a lost connection)
	* Added two connection policies. One that retries every five seconds
	to reconnect, and recovers the state (the selected folder)

2007-12-13  Alberto Garcia Gonzalez  <agarcia@igalia.com>

	* libtinymail-camel/tny-camel-mime-part.c
	(tny_camel_mime_part_new): Fixed a memory leak

2007-12-13  Felipe Erias Morandeira  <femorandeira@igalia.com>

	* Commited by Sergio Villar Senin
	* libtinymail/tny-shared.h: added TNY_PRIORITY_LOWER_THAN_GTK_REDRAWS
	a priority to notify status progress lower than Gtk+ redraws
	* libtinymail-camel/tny-camel-folder.c: replaced G_PRIORITY_HIGH by
	TNY_PRIORITY_LOWER_THAN_GTK_REDRAWS

2007-12-13  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-msg-header.c
	(tny_camel_msg_header_get_cc): the get_cc method was returning the bcc
	instead of the cc
	* libtinymail-camel/tny-camel-folder.c
	(tny_camel_folder_remove_msg_default)
	(tny_camel_folder_remove_msgs_default)
	(tny_camel_folder_transfer_msgs_async_thread): update the local size properly when
	removing or transferring messages

2007-12-12  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-folder.c: load camel folder before
	getting the url string of it.
	* libtinymail-camel/tny-camel-msg-header.c: now the decorated header
	can be added with g_object_ref or a weak reference.
	* libtinymail-camel/tny-camel-folder.c: now the TnyCamelHeader we
	use to retrieve the message in find_msg is constructed from summary.
	This is created in a way it's persistent, and then, we can access
	properly to the summary flags. We also eturn null and set error if
	message is not in summary.
	* libtinymail-camel/tny-camel-full-msg-receive-strategy.c
	libtinymail-camel/tny-camel-partial-msg-receive-strategy.c:
	use the new TnyCamelMsgHeader decorator api.
	* Fixed minor build issues.

2007-12-12  Philip Van Hoof <philip@codeminded.be>

	* Experimental appending instead of rewriting the summary.mmap

2007-12-11  Philip Van Hoof <philip@codeminded.be>

	* Repeated the bugfix of Sergio to the other locations where the same
	technique was wrongfully used.

2007-12-11  Milko Krachounov <milko@3mhz.net>

	* Committed by Philip Van Hoof
	* Bugfix in TnyGtkTextBufferStream

2007-12-11  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c:
	Fixed an small leak when notifying folder observers
	* libtinymail/tny-folder.[ch]
	libtinymail/tny-shared.h
	libtinymail-camel/tny-camel-folder.[ch]
	libtinymail-camel/tny-camel-store-account.[ch]:
	Added a new function tny_folder_store_create_folder_async that creates
	folders asynchronously

2007-12-09  Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>

	* optimization :) for NULL strings in decode_it

2007-12-08  Jürg Billeter  <j@bitron.ch>

	* bindings/vala/README: Add some information about the Vala bindings

2007-12-08  Jürg Billeter  <j@bitron.ch>

	* bindings/Makefile.am:
	* bindings/vala/:
	* configure.ac:
	* tests/Makefile.am:
	* tests/vala-demo/Makefile.am:
	* tests/vala-demo/tinymail-vala-test.vala:

	Add experimental Vala bindings and test application, disabled by
	default.

2007-12-08  Jürg Billeter  <j@bitron.ch>

	* libtinymail/tny.h, libtinymailui/tnyui.h: remove internal files

2007-12-08  Jürg Billeter  <j@bitron.ch>

	* ChangeLog: use UTF-8 for all entries

2007-12-07  Philip Van Hoof  <philip@codeminded.be>

	* Fixed the BODY fetcher to cope with unsolicited responses
	* Fixed decoding of message headers in TnyMsg type

2007-12-05  Philip Van Hoof  <philip@codeminded.be>

	* Merged all of devel/pvanhoof/bs branch back
	* Disabled the bodystruct mime part and fetching for now
	* Made the bodystructure stuff optional. The configure magic is
	--enable-imap-part-fetch

2007-12-04  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-send-queue.c:
	Mark all sent messages as seen just before moving them
	to sentbox.

2007-12-03  Loïc Minier  <lool@dooz.org>

	* m4/moz.m4 (AC_TNY_MOZ_CHECK):
	Add configure flags to force pkg-config modules for xpcom,
	gtkmozembed, nss, and nspr.

2007-12-02  Philip Van Hoof  <philip@codeminded.be>

	* Merge from devel/pvanhoof/bs branch

2007-11-30  Philip Van Hoof  <philip@codeminded.be>

	* Bugfix for ticket #72
	* Workaround for a known but unfound bug: don't register observers
	twice.
	* Tryout bugfix for an invalid memory access (I think the problem was
	incorrect locking while a list was being destroyed)
	* Fixed tny_camel_account_set_online

2007-11-29  Philip Van Hoof  <philip@codeminded.be>

        * Backporting stable things from the devel/pvanhoof/bs branch to trunk
	* Added TnyGtkExpanderMimePartView. This type is advised to be used
	with for example TnyGtkImageMimePartView and other mime parts that are
	known to be large (in a future branch (devel/pvanhoof/bs) will this
	construction make sure that you don't download the part's content
	until you expand the expander).

2007-11-28  Philip Van Hoof  <philip@codeminded.be>

	* Backporting stable things from the devel/pvanhoof/bs branch to trunk

2007-11-28 Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-maemo/tny-maemo-conic-dummy-device.c
	Fixed a g_signal_connect which was receiving an invalid user_data
	The device now gets the connection status correctly when it's created
	and no longer reports false connection status changes after 1 second

2007-11-26 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>

	* add a dummy conic device, so libtinymail-maemo does
	  not require libconic anymore

2007-12-02  Philip Van Hoof  <philip@codeminded.be>

	* Merging with trunk

2007-12-02  Philip Van Hoof  <philip@codeminded.be>

	* Fixed tny_mime_part_add of TnyCamelMimePart to fully cope with alien
	mime parts

2007-11-30  Philip Van Hoof  <philip@codeminded.be>

	* Merging with trunk

2007-11-29  Philip Van Hoof  <philip@codeminded.be>

	* Fixed mime part purging
	* Fixed status information notifying
	* Added TnyGtkExpanderMimePartView

2007-11-28  Philip Van Hoof  <philip@codeminded.be>

	* Several fixes. in the bodystructure parsing
	* Several fixes in the mime part handling
	* Changed the API of mime part viewers to have a status
	callback.

	* This was a major API change in libtinymail and libtinymailui

2007-11-27  Philip Van Hoof  <philip@codeminded.be>

	* Branchpoint bodystructure work

2007-11-25  Philip Van Hoof  <philip@codeminded.be>

	* Using the LOGIN-DELAY of a POP server
	* If LOGIN-DELAY is not given, use 300 seconds as default timeout for
	POP servers
	* Reconnect after the timeout has expired

2007-11-22  Philip Van Hoof  <philip@codeminded.be>

	* Refactored TnyCamelQueue to make more sense
	* Fixed a bug if a message was not available and whe are offline with
	POP accounts
	* Removed unneeded removal of observers (they are weak referenced)
	* Update local_size after getting messages
	* Fix for when you remove something from GMail's webpage, and then
	click on later E-mails (for POP accounts)
	* Fixed regression bug in the TnyCamelQueue refactoring

2007-11-21  Philip Van Hoof  <philip@codeminded.be>

	* Bugfix: the necessity of depth is old, and probably not needed
	anymore. On top of that have I seen backtraces where a g_idle is not
	used where it should be.

2007-11-21  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-folder.c:
	(cmd_tocache, cmd_tocache_partial). Modify the attachments detection
	heuristics to avoid false positives on processing html messages with
	meta name.

2007-11-21  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-account.c:
	(on_set_online_done): do not execute the user callback in an idle
	if the connection was cancelled in order to prevent a hang of the
	main loop

2007-11-20  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c:
	(folder_changed): update the total count as well as the unread
	count when there is a change in the folder

2007-11-20  Philip Van Hoof  <philip@codeminded.be>

	* Bugfix makes ENABLE not happen if login failed
	* Completed the implementation of TnyMergeFolder, shortened its locks
	and made it possible to provide a ui-locker. Also, locking the ui
	context at the right times.

2007-11-20  Steve Kowalik  <stevenk@ubuntu.com>

	* Bugfix for Ubuntu packages

2007-11-19  Philip Van Hoof  <philip@codeminded.be>

	* IMAP protocol bugfix during Lemonade interop, bug found while
	testing with Arnt's IMAP server
	* Implemented a image/* viewer

2007-11-16  Matthew Barnes  <mbarnes@redhat.com>

	* Merge from upstream to camel-lite (upstream revision 8219)
	* Merged by Philip Van Hoof, bug found by Milan Crha

	* camel-spool-store.c (free_folder_info):
	Missed that CamelSpoolStore has its own free_folder_info()
	implementation (why?).  Change it to use g_slice_free().

2007-11-16  Philip Van Hoof  <philip@codeminded.be>

	* The cache deleter. A little bit of rework
	* Hardening Tinymail a little bit

2007-11-16  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/local/camel-maildir-folder.c:
	Now rewrite folder gets the filename of the messages to rewrite from the
	message info instead of using simply the message uid.

2007-11-16  Philip Van Hoof  <philip@codeminded.be>

	* Bugfix in TnyGtkFolderStoreTreeModel: the signals where not being
	disconnected when the instance finalised.
	* Disconnecting signals
	* Cache deleter must also unreference the service instance
	* Cache deleter must make sure that summary of folder instances is
	not written anymore

2007-11-15  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(tny_maemo_conic_device_connect):
	(tny_maemo_conic_device_connect_async): added a new parametter called
	user_requested that specifies whether or not the connection was
	requested by an user or by an automatic system (like a daemon). This
	allows the connection not to succed when the device is sleeping.

2007-11-15  Philip Van Hoof  <philip@codeminded.be>

	* Updating attachment flags after downloading of message
	* Bugfix, bug detected by Milan Crha (alloc must be a alloc0)
	* Fixed a crasher

2007-11-15  Matthew Barnes  <mbarnes@redhat.com>

	* Mark a bunch exception messages for translation.
	* A few new argument guards here and there (e.g. g_return_if_fail).
	* Tons of little whitespace and coding style fixes.

2007-11-14  Philip Van Hoof  <philip@codeminded.be>

	* Changed a hard reference into a weak reference, although I'm not
	sure that this was necessary.
	* Fixed two bugs: first that for transport-account the
	tny_camel_account_set_online's callback was never called for, second
	that the TnyCamelSendQueue was making TnyCamelFolder crash since
	yesterday's reference count fixes

2007-11-13  Philip Van Hoof  <philip@codeminded.be>

	* Weak references for TnyHeader instances in TnyCamelMsgHeader
	* Reference counting mistakes in TnyGtkFolderStoreTreeModel
	* Reference counting mistakes in TnyGtkAccountListModel

2007-11-12  Vivek Sekar  <viveksekar@gmail.com>

	* Renamed the control files with respect to the new maemo versions.

2007-11-09  Philip Van Hoof  <philip@codeminded.be>

	* Tryout lockup fix

2007-11-09  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-maemo/tny-maemo-conic-device.c:
	Added a new API to allow asynchronous connections
	in the Maemo conic device. This patch is a new version of an initial
	patch developed by pvanhoof with some changes.
	Splitted the Maemo connic device in two files, one for the actual
	device and the other one for a dummy device (useful for sbox devel)
	Fixed a problem when linking the maemo conic device

2007-11-08  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-common.c:
	(split_recipients): now we strip the obtained addresses to
	avoid adding unmeaningful spaces to addresses.

2007-11-08  Philip Van Hoof  <philip@codeminded.be>

	* Backported changes from Pre release 0.0.4 preparations
	* Simulated weak references in TnyGtkFolderStoreTreeModel for the
	observers
	* Cyclic references fix. tny_folder_store_add_observer and
	tny_folder_add_observer no longer add strong references, instead they
	add weak references

	* Fixed longstanding bug that when you create two folders A and B in a
	root folder C, and then move A into B, that A would only become a
	subfolder of B after you restart the application. The problem was that
	A and B got created with _tny_camel_folder_new instead of the
	tny_camel_store_account_factor_folder. This made the observers
	infrastructure of the model confuse when a new list of folder was
	requested (this new list would use the tny_camel_store_account_factor_folder
	function and therefore another (new) instance would get created in
	stead of the one created during _tny_camel_folder_new being reused.

	For future, let's be extremely careful not to use
	_tny_camel_folder_new but instead to make sure that the factory is
	always used.

	* This is a major API change

2007-11-07  Philip Van Hoof  <philip@codeminded.be>

	* Some problems fixed in TnyGtkFolderStoreTreeModel when moving
	folders around into newly created folders
	* Minor corrections when creating and moving folders
	* Bugfix when copying a folder into its own store under another name

2007-11-06  Philip Van Hoof  <philip@codeminded.be>

	* Rare but possible race condition when creating the IDLE thread,
	marked the sections as critical by locking them.
	* Check for folder==NULL in imap-command
	* Rare but possible race condition when refreshing POP folders
	* Introduction of tny_list_remove_matches. This is automatically
	implemented if absent.
	* Usage of tny_list_remove_matches to avoid duplicates in the
	TnyFolderMonitor
	* USage of tny_list_remove_matches to implement expunge removals in
	the TnyFolderMonitor

	* This was a minor API change

2007-11-05  Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* Don't leak an fp in md5_get_digest_from_file

2007-11-05  Philip Van Hoof  <philip@codeminded.be>

	* Merged with upstream Camel revision 8186
	* Merged bugfix http://bugzilla.gnome.org/show_bug.cgi?id=430420
	* Fixed a warning during the build procedure, detecting Mozilla
	version

2007-11-05  Philip Van Hoof  <philip@codeminded.be>

	* Bugfix when renaming or moving a local folder. Not all of its sub-
	folders where recreated (if the flags where 0, CamelStore's
	camel_store_get_folder_info returned an iter with only one child in it.
	Either it should return no childs or all childs. I adapted Tinymail to
	request all childs. This is tny-camel-folder.c:3084 (under the was_new
	if). Please keep an eye on this one!

2007-11-01  Philip Van Hoof  <philip@codeminded.be>

	* GHost items when renaming a local folder, fixed
	* Date-Received date = Date header for messages that never got
	received (like newly created messages in a Draft folder)
	* Introduction of tny_gtk_folder_store_tree_model_stop_observing
	* Introduced locking for OpenSSL
	* Added a virtual create_header_view_func to TnyGtkMsgView

	* This was a minor API change

2007-10-31  Alberto Garcia Gonzalez <agarcia@igalia.com>

	* Ignore priority flags in tny_camel_msg_header_unset_flag()
	* Remove the X-Priority header in set_prio_mask() instead of
	tny_camel_msg_header_set_flag()

2007-10-31  Philip Van Hoof  <philip@codeminded.be>

	* \NoSelect folders should never get a STATUS request, fixed
	* Documentation clarification about priority and flags
	* Renamed tny_header_set_flags to set_flag, same for unset
	* Lowered the number of TOPs before incrementally filling up of the
	headers model happens for POP

	* This was a major API change

2007-10-30  Philip Van Hoof  <philip@codeminded.be>

	* Improvements to the AUTHORS file. Authors can obviously notify
	me if they want their description improven or removed.
	* Using the SSL negotiated timeout time for IDLE's recycle (undone)
	* Undone last timeout change, set it to 27 minutes fixed for IMAP

2007-10-29  Jose Dapena Paz  <jdapena@igalia.com>

	* Fix: now we don't unset the priority flag on setting or
	  unsetting other flags.

2007-10-27  Philip Van Hoof  <philip@codeminded.be>

	* Introduction of tny_gtk_msg_window_set_view

	* This was a minor API change

2007-10-26  Alberto Garcia Gonzalez <agarcia@igalia.com>

	* Parse the X-Priority flag correctly, and allow values of 2 and 4

2007-10-26  Philip Van Hoof  <philip@codeminded.be>

	* X-Priority flag writing fixed

2007-10-25  Philip Van Hoof  <philip@codeminded.be>

	* Corrections for the priority flags
	* Memory leak fix in CamelImapCommand, found by Dirk-Jan
	* Freeing of recursive locks, especially the ones that we allocated
	ourselves

	* This was a major API change

2007-10-24  Philip Van Hoof  <philip@codeminded.be>

	* Improvements for the IDLE support. The Nonblocking read is now
	actually used correctly, various racy situations should be fixed now
	and instant event throwing is put in place (during IDLE state).
	* Removed the (*read_idle) funcptr from CamelTcpStream, as this is no longer
	required. This to reduce the complexity of the IDLE patch so that we
	can later, perhaps, more easily bring this feature to upstream Camel.
	* Updating unread and total count if necessary (due to IDLE events)
	* Fixed the normal-priority flag ni Maildir

2007-10-23  Philip Van Hoof  <philip@codeminded.be>

	* Reference count problem in TnyCamelHeader
	* priv->folder_name in TnyCamelFolder sometimes is NULL, which
	doesn't seem right (and is racy).
	* Improvements for the IDLE support. The Nonblocking read is now
	actually used correctly, various racy situations should be fixed now
	and instant event throwing is put in place (during IDLE state).
	* Removed the (*read_idle) funcptr from CamelTcpStream, as this is no longer
	required. This to reduce the complexity of the IDLE patch so that we
	can later, perhaps, more easily bring this feature to upstream Camel.

2007-10-19  Philip Van Hoof  <philip@codeminded.be>

	* Avoiding the second capability request, eliminating roundtrips when
	connecting. If LOGIN returns a capability response, we assume this one
	is complete enough to continue. The AUTH= ones are not relevant
	anymore as we've authenticated anyway (most IMAP servers don't include
	the AUTH= capabilities in the LOGIN's response).
	* Restarting IDLE when needed
	* Restoring the selected folder if possible after a reconnect
	* Reverted camel-operation.c to rev 2823 for my good friend Sergio
	* Locking issue, fix is experimental
	* A fix for normal CONDSTORE

2007-10-18  Philip Van Hoof  <philip@codeminded.be>

	* Operation notifactions no longer wait for 4 seconds to group them
	together. This is experimental. Uncomment line 620 of
	camel-operation.c to undo this.
	* Added a -DMERGEFOLDERTEST that will perform a test for
	TnyMergeFolder
	* Implemented a small test that makes it possible to transfer messages
	from one folder to another using the demoui
	* Removed a few invalid assertions
	* Unread count upon IDLE events
	* Implemented QRESYNC for IMAP4 servers that already implement it:
	http://tools.ietf.org/html/draft-ietf-lemonade-reconnect-client-06
	* Unread count problems with TnyMergeFolder
	* Removed use of strcasestr, replaced with own implementation
	* non-case sensitivity of IMAP responses
	* Various memory problem fixes

2007-10-17  Philip Van Hoof  <philip@codeminded.be>

	* Made sure that the standard Maildir format also works (with the ':'
	as flag separator character). The standard for Tinymail, though, is to
	use the '!' character (fallback when reading is ':').
	* Made the sizes of Maildir E-mails more accurate (using stat())

2007-10-17  Vivek Sekar  <viveksekar@gmail.com>

	* Added microb-engine-dev and changed the debug architecture to 'any'
	in debian/control.maemo1.

2007-10-16  Philip Van Hoof  <philip@codeminded.be>

	* Fixed regression on the regression fix of a few days ago :)
	* Renamed Maildir filenames to have '!' instead of '_' or ':' in
	their filenames

2007-10-15  Jose Dapena Paz  <jdapena@igalia.com>

	* Some fixes to mozembed build.
	* Disable mozembed packages build in maemo.

2007-10-12  Philip Van Hoof  <philip@codeminded.be>

	* Regression on yesterday's summary related patch. Fixed
	* Regression on yesterday's mime part parser patch. Fixed

2007-10-11  Philip Van Hoof  <philip@codeminded.be>

	* iconv error situation handler
	* Bugfix when the summary file was not yet created for a Maildir

2007-10-10  Jose Dapena Paz  <jdapena@igalia.com>

	* m4/moz.m4: add support for gtkmozembed library using gtkembedmoz.pc.
	Also export mozilla_home.
	* debian/rules.maemo: compile with mozembed support.
	* debian/control.maemo1: compile with mozembed support.
	* tests/c-demo/tny-main.c: remove mozilla calls in main.
	* configure.ac: some fixes for html module detection. Use mozilla home.
	Now we only use detection of xpcom for being sure we've got an engine
	path.
	* Removed libtinymailui-mozembed/mozilla-preferences.{cpp,h}, as we now
	use gtk moz embed api to set preferences.
	* libtinymalui-mozembed/Makefile.am: removed mozilla preferences from
	build.
	* libtinymailui-mozembed/tny-moz-embed-html-mime-part-view.c:
	Now we use gtk moz embed to set preferences. We also set properly the
	component path (mozilla home from used engine), and the profile path
	(using the progname). We set a default chrome without scrollbars.

2007-10-08  Philip Van Hoof  <philip@codeminded.be>

	* Merged camel-mime-utils.c with uptream Camel

2007-10-07  Philip Van Hoof  <philip@codeminded.be>

	* Backported a patch from Niels Christens on Camel to Camel-Lite. The
	patch fixed the behaviour when the server expects a TLS HELLO, while
	SSL version 2 is used.
	* Merged camel-lite with upstream Camel revision 8099
	* Merged bugfix from Matthew Barnes. More information here:
	http://bugzilla.gnome.org/show_bug.cgi?id=437331
	* Changed the address of FSF in the copyright notes
	* Further merging upstream Camel with camel-lite

2007-10-04  Philip Van Hoof  <philip@codeminded.be>

	- -Wall warnings
	- -pedantic warnings
	- TnyCamelSendQueue should not error if the TnyDevice went offline
	- Bugfixes in TnyGtkFolderStoreTreeModel

2007-10-03  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail/tny-merge-folder.c:
	(tny_merge_folder_get_id): fixed id generation. We
	were setting this with a fixed value always due to
	an error in initialisation. Now we calculate an
	id with the merged folder id's and their account
	id's.
	(tny_merge_folder_get_url_string): created
	implementation. Now it gets the merge folder id
	as part of the url string with this format:
	"merge://ID"

2007-09-28  Philip Van Hoof  <philip@codeminded.be>

	* Unsigned integers can't be < 0

2007-09-26  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-common.c,
	(_foreach_email_add_to_inet_addr): now we don't use
	strtok_r() to split the string to addresses, as we
	weren't taking into account the quotes. I implemented
	a new _split_recipients() method that takes quotes
	into account.
	(_string_to_camel_inet_addr): now we remove the quotes
	in the name part of an address, as they are added by
	camel part automatically.

2007-09-26  Philip Van Hoof  <philip@codeminded.be>

	* Fixed (avoided) a memory leak in saving CamelObject's states
	* Sending messages, some fixes for the CC and BCC fields
	* Date-Received on maildir was foobar

2007-09-25  Mark Doffman <mark.doffman@codethink.co.uk>

	* /bindings/python/*: Remove the platform generation
	from the automatically generated bindings.

	* /bindings/python/README: Update for changes to the way
	the python bindings are generated.

	* /tests/python-demo/*: Add implementations of a tny-list
	iterator, platform factory, and account store. Update the
	svn ignore to ignore the compiled python files.

	* /tests/python-demo/tinymail-python-test.py: Modify to use
	the python implementation of the platform factory.

2007-09-24  Philip Van Hoof  <philip@codeminded.be>

	* Local-size updates after sync, sync_async and add_msg and
	add_msg_async

2007-09-20  Dirk-Jan C. BInnema <dirk-jan.binnema@nokia.com>

	* depend on / use NSS for debian builds for maemo
	* fix some tny mem leaks

2007-09-20  Philip Van Hoof  <philip@codeminded.be>

	* Fixed a possible too-early cleanup of the account

2007-09-18  Mark Doffman <mark.doffman@codethink.co.uk>

	* bindings/python/*defs: Updated to reflect changes
	in tny_gtk_header_list_model_set_folder and additions
	to the tinymail library.

	* bindings/python/Makefile.am: Added a generated file to
	the CLEANFILES to fix release problems.

2007-09-18  Sergio Villar Senín  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c: fixed an issue when
	transferring folders, the CamelFolderInfo of the parent of the folder
	that is moved is now NULLized.

2007-09-18  Philip Van Hoof  <philip@codeminded.be>

	* Fixed a possible crash when renaming folders

2007-09-17  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/local/camel-maildir-folder.c:
	Add implementation of method rewrite_cache for maildir,
	so that we can implement also purge in maildir.

2007-09-17  Philip Van Hoof  <philip@codeminded.be>

	* Added callback, status_callback and user_data to
	tny_gtk_header_list_model_set_folder
	* Added a canceled parameter to the TnyCamelSetOnlineCallback

	* This was a major API change

2007-09-17  Mark Doffman  <mark.doffman@codethink.co.uk>

	* /bindings/python/gendefs/defsgen.py:
	Modify so that only non-virtual methods can be
	generated.

	* /bindings/python/gendefs/Makefile.am:
	Generate virtual method definitions for Tinymail
	and Tinymailui libraries.

	* /bindings/python/*.defs: Include virtual method
	definitions. All Tinymail and Tinymailui interfaces
	are implementable.

	* /bindings/python/*.override: I add type definitions
	to fix bindings compilation problems when used with
	updated .defs files.

2007-09-14  Philip Van Hoof  <philip@codeminded.be>

	* TnyCamelSendQueue's sent-msg signal emission (some corrections)
	* Small locking problem when requesting the unread-count of a
	TnyCamelFolder
	* Disconnecting the old settings if new settings are set and
	tny_camel_account_set_online is issued (experimental)
	* Crash fixes when alerting

2007-09-13  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail/tny-folder.c: Remove assertion that expects folder
	names to have 1 character at least (at least in my IMAP server
	we've got empty strings as valid imap folders).

	* libtinymail-camel/tny-camel-msg-header-priv.h: Add internal API
	to set a decorated header (at least for updating flag values).

	* libtinymail-camel/tny-camel-msg-header.c: Now we can set an
	internal decorated TnyHeader instance. For flags operations,
	we'll set/unset/get also the decorated header.

	* libtinymail-camel/tny-camel-partial-msg-receive-strategy.c: Now
	we set the folder header as decorated by the msg header. This way
	the flags are set correctly in folder when we set a flag from the
	header obtained from the message.

	* libtinymail-camel/tny-camel-full-msg-receive-strategy.c: Now we
	set the folder header as decorated by the msg header.


2007-09-13  Philip Van Hoof  <philip@codeminded.be>

	* Unread count improvements for IMAP folders
	* Unread count improvements for POP folders
	* Marking messages that can't be found anymore as expunged on POP
	* Fixed compilation errors in NSS support
	* Added user_data parameter to tny_camel_account_set_online



2007-09-12  Philip Van Hoof  <philip@codeminded.be>

	* POP improvements, retrying when failed
	* Fixed a locking problem

2007-09-11  Philip Van Hoof  <philip@codeminded.be>

	* Bugfix when determining Push E-mail capabilities
	* The service pointer of the OpenSSL stream implementation is now
	available in the alert functions
	* Performance improvement in POP3's sync operation
	* The CACHED and PARTIAL flags of received messages

2007-09-10  Philip Van Hoof  <philip@codeminded.be>

	* Bugfix when deleting a local folder
	* Cyclic reference adding, fixed in TnyCamelFolder and
	TnyCamelStoreAccount
	* Added add_msg_async for TnyMergeFolder
	* Coping with Maildir folders that miss subfolders
	* Bugfix when deleting last E-mail of a POP folder
	* Coping with large POP folders

2007-09-07  Philip Van Hoof  <philip@codeminded.be>

	* Error reporting and retrying when there are problems while getting
	messages. Including insufficient disk space while writing the caches.

2007-09-06  Philip Van Hoof  <philip@codeminded.be>

	* Bugfix for POP folders (content building not needed and causes some
	crashers)
	* Error handling and reporting when the filesystem is full
	* Counting unread items was wrong, fixed
	* Introduction of tny_camel_folder_get_full_name
	* Removal of tny_camel_folder_get_folder

	* This was a minor API change

2007-09-06  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-store-account.c: fixed a problem in the
	notification of a folder removal that could cause a SIGSEV when
	deleting a tree of folders with messages.

2007-09-05  Philip Van Hoof  <philip@codeminded.be>

	* Fixed folder renames for local folders
	* Fixed a bug about keeping folders open

2007-09-04  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail-camel/tny-camel-account.h: Change the
	TnyCamelGetSupportedSecureAuthCallback callback to provide a
	GError* instead of a GError**, because it is not an output parameter.
	* libtinymail-camel/tny-camel-account.c: (on_supauth_idle),
	(tny_camel_account_get_supported_secure_authentication_async_thread
	), (tny_camel_account_get_supported_secure_authentication):
	Adapt to the change, propagating GErrors up to the callback.

2007-09-04  Philip Van Hoof  <philip@codeminded.be>

	* Fixed a problem when folder creation failed: observers where
	nevertheless notified about a folder creation in this case

2007-09-04  Mark Doffman  <mark.doffman@codethink.co.uk>

	* bindigs/python/*: restructuring the Python language bindings

2007-09-04  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail-camel/tny-camel-account.c:
	(tny_camel_account_set_url_string_default),
	(tny_camel_account_set_name_default),
	(tny_camel_account_set_id_default),
	(tny_camel_account_set_secure_auth_mech_default),
	(tny_camel_account_set_proto_default),
	(tny_camel_account_set_user_default),
	(tny_camel_account_set_hostname_default),
	(tny_camel_account_set_port_default),
	(tny_camel_account_set_pass_func_default),
	(tny_camel_account_set_forget_pass_func_default): Check that the input
	is differnt to the existing value, to avoid unnecessarily signalling that
	the account has changed.

2007-09-04  Javier Fernandez Garcia-Boente  <jfernandez@igalia.com>

	* Fixed bug in update folder observers call, creating
	the new change object to propagate it to observers.

2007-09-04  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c: fixed the default function
	used to implement the get_local_size interface

2007-09-04  Vivek Sekar  <viveksekar@gmail.com>

	* Added AC_CONFIG_AUX_DIR(.) to
	libtinymail-camel/camel-lite/configure.ac : fixes a maemo integration
	build error.

2007-09-04  Philip Van Hoof  <philip@codeminded.be>

	* Fixed a possible race condition in CamelMultiPart
	* Fixed thread stack leakage on threads that are joinable but never
	joined
	* Major changes in TnyFolderStoreQuery and TnyFolderStoreQueryItem.
	Support for non-regular expression matches and case insensitive
	matching added.

	* This was a major API change

2007-09-03  Philip Van Hoof  <philip@codeminded.be>

	* Fixed a filedescriptor leak when there are no items in a folder, on
	summary.mmap
	* Changed the Copyright of tny-vfs-stream.c: the original is not
	really recognizable anymore so it shouldn't copy the copyright of the
	original as this is not a copy anymore.
	* Date, Received, INTERNALDATE: fixes
	* Fixed filedescriptor leaks with local folders
	* Fixed online command attempts when password got cancelled
	* Fixed a deadlock when sending failed
	* Fixed some things in TnyCamelSendQueue
	* Removed a unnecessary API

	* This was a major API change

2007-09-03  Javier Fernandez Garcia-Boente  <jfernandez@igalia.com>

	* Add a new API function, tny_send_queue_add_async to define
	user and status callbacks for messages transfer to outbox
	folder.

2007-09-03  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail/tny-merge-folder.[ch]: added two new functions
	tny_merge_folder_remove_folder
	tny_merge_folder_get_folders

	This is a major API change

2007-08-29  Armin Burgmeier  <armin@openismus.com>

	* libtinymail-camel/tny-camel-account.c
	(tny_camel_account_get_supported_secure_authentication_async_thread):
	Call the prepare_func vfunc before asking camel to ask the server for
	auth types so priv->service is set.

2007-08-31 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* Fix tny_camel_msg_header_date_(sent|received):
		- don't try to normalize to GMT (camel already does that)
		- only use Date: for received if not received date is found
	* don't try to disconnect from conic if the IAP == NULL, as that
	  causes a segfault

2007-08-29 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* Set the correct X-Priority: header values, and parse the correct
	  as well (1 (Highest), 2 (High), 3 (Normal), 4 (Low), 5 (Lowest))

2007-08-28  Javier Fernandez Garcia-Boente  <jfernandez@igalia.com>

	* Added a new API function in TnyFolder class: tny_folder_remove_msgs.
  	This function allows to remove several messages in a single camel
	operation, avoiding to call excesive times to folder observer
	notification.

2007-08-15  Philip Van Hoof  <philip@codeminded.be>

	* Reading dnsmasq's resolv.conf files to know whether or not we are
	initially online or not in libtinymail-maemo/tny-maemo-conic-device.c

2007-08-15  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(tny_maemo_conic_device_force_offline): Fix a compiler warning
	about an unused variable.

2007-08-15  Philip Van Hoof  <philip@codeminded.be>

	* Improved the TnyMaemoConicDevice a bit
	* Making TnyMaemoConicDevice wait five seconds before proxing the
	emission of a connection-change as a Tinymail signal. It seems that
	there are various states of "being online" for Conic. You are quite
	early notified of being online: sometimes before the dhcp client
	managed to fill-in resolv.conf, causing hostname lookup failures as
	Tinymail as soon as possible tried to go online. With the five seconds
	delay we are hoping that the device will have setup all right by the
	time Tinymail attempts to go online. Please monitor this behaviour in
	future and review carefully.

2007-08-15  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(tny_maemo_conic_device_instance_init): Change the is_online default
	to TRUE.
	* This is a hack that fixes a problem
	* (Our signal is not emitted before the gtk mainloop is started,
	* because we use an idle handler for that and we don't know how to
	* detect when the mainloop has not yet started.
	* The downside is that we now don't know that we are really offline,
	* so we can't ask the user to go online.
	* This must be fixed properly.

2007-08-15  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail-maemo/tny-maemo-conic-device.c: (conic_emit_status):
	Do not check for a running mainloop, because we know of no working
	way to do this, and it causes hangs if we never use the idle handler.
	See the comments in the code.

2007-08-15  Philip Van Hoof  <philip@codeminded.be>

	* Moved the conic tests to a subdirectory

2007-08-15  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(conic_emit_status_idle), (conic_emit_status):
	If no mainloop is running (for instance, before gtk_main_run()),
	just emit without using g_idle_add(). Hopefully this will cause the signal
	to be emitted early enough - when tinymail needs is_online() to be correct.
	See the comments to see why this is OK for tinymail.

2007-08-14  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(on_connection_event), (tny_maemo_conic_device_get_iap):
	Fixed a compiler warnings and a build fix when building for the device.

2007-08-14  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(tny_maemo_conic_device_instance_init): Initialize is_online before
	forcing the on_connection_event() signal handler to be called, not after,
	which could explain why is_online sometimes seems to be false at the start
	when it should not be.

2007-08-14  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail-camel/tny-camel-folder.c:
	(tny_camel_folder_transfer_msgs_default): Remove unused err variable
	to fix a compiler warning.
	* libtinymail-maemo/tny-maemo-conic-device.c: Formatting/syntax
	changes requested by Philip.

2007-08-14  Philip Van Hoof  <philip@codeminded.be>

	* Recursively removing local directories
	* Smaller bugfixes and performance improvements
	* Enhanced error reporting in the async operations
	* Dealing with certain states (where priv->folder is uninitialized) in
	the async operations
	* Moving observer notifies away from transfer-msgs
	* Moved the io_lock a bit tighter for CamelStoreSummary

2007-08-14  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail-camel/tny-camel-account-priv.h:
	* libtinymail-camel/tny-camel-account.c:
	(_tny_camel_account_refresh),
	(_tny_camel_account_start_camel_operation_n),
	(_tny_camel_account_actual_cancel), (on_supauth_idle):
	* libtinymail-camel/tny-camel-folder.c: (load_folder_no_lock),
	(tny_camel_folder_add_msg_async_thread),
	(tny_camel_folder_add_msg_async_default),
	(tny_camel_folder_add_msg_default),
	(tny_camel_folder_sync_async_default),
	(tny_camel_folder_refresh_async_default),
	(tny_camel_folder_get_headers_async_thread),
	(tny_camel_folder_get_headers_async_default),
	(tny_camel_folder_get_msg_async_callback),
	(tny_camel_folder_get_msg_async_default),
	(tny_camel_folder_copy_async_default),
	(tny_camel_folder_transfer_msgs_async_callback),
	(tny_camel_folder_transfer_msgs_async_default),
	(tny_camel_folder_get_folders_async_thread),
	(tny_camel_folder_get_folders_async_default):
	* libtinymail-camel/tny-camel-queue.c: (thread_main):
	* libtinymail-camel/tny-camel-store-account.c:
	(tny_camel_store_account_get_folders_async_thread),
	(tny_camel_store_account_get_folders_async_default),
	(_tny_camel_store_account_queue_going_online):
	* libtinymail-maemo/tny-maemo-account-store.c:
	* libtinymail-maemo/tny-maemo-conic-device.c:
	(dummy_con_ic_connection_connect_by_id),
	(on_dummy_connection_check):
	* libtinymail-maemo/tny-maemo-device.c:
	(tny_maemo_device_instance_init), (tny_maemo_device_finalize):
	* libtinymail-maemo/tny-maemo-platform-factory.c:
	(tny_maemo_platform_factory_finalize):
	* libtinymail/tny-merge-folder.c: (get_msg_async_thread):
	* tests/c-demo/tny-demoui-summary-view.c:
	(on_header_view_tree_row_activated):
	Avoid compiler warnings, such as unused variables, functions without
	returns, and unused functions. Tinymail now builds with -Wall -Werror
	again.

2007-08-13  Philip Van Hoof  <philip@codeminded.be>

	* Improvements in notifying the observers when removing folders
	* Improvements when deleting items
	* When deleting items from a POP, notifying observers
	* Detecting remotely removed objects on POP
	* Not using the too high level subscribe API (which causes unrequired
	signal emissions)
	* Fixed a few memory problems in TnyCamelStoreAccount

2007-08-10  Philip Van Hoof  <philip@codeminded.be>

	* Enhancements in the POP code, when removing and expunging items

2007-08-09  Philip Van Hoof  <philip@codeminded.be>

	* Async operations can now be queued while a connection is being made
	* Enhancements to tny_folder_add_msg and tny_folder_add_msg_async
	* Some improvements when getting a folder list

2007-08-08  Philip Van Hoof  <philip@codeminded.be>

	* Code cleanups in TnyCamelSendQueue
	* Introduction of tny_folder_add_msg_async
	* Better handling of offline (because service is unavailable) cases
	* Making TnySessionCamel's maildir folders behave a bit better
	* Using tny_folder_add_msg_async in tny_camel_send_queue_add_default

	* This was a major API change

2007-08-07  Philip Van Hoof  <philip@codeminded.be>

	* Consistency in the async callback APIs
	* Cleaning up in case of cancels
	* Making sync_async cancellable
	* Error reporting fixes

	* This was a major API change

2007-08-06  Philip Van Hoof  <philip@codeminded.be>

	* GDK lock awareness
	* More conservatism about reconnecting
	* Fixed a few locking problems with POP
	* Callbacks and destroynotifies of cancelled-removed items
	* Fetching of folders happens in a queue item now

2007-08-02  Philip Van Hoof  <philip@codeminded.be>

	* Reintroduction of cancellation support (this is experimental)
	* Timezone fix in the summary (remove your caches)
	* Making tny_account_cancel actually work, or at least a little bit
	better than before this commit (cleaning up the queue a bit)

2007-08-01  Philip Van Hoof  <philip@codeminded.be>

	* Reconnect hang fix
	* Invalid cancelled warning fix
	* Tryout fix (I know this doesn't sound very promising) for password questions
	on the mainloop (POP can cause this, in case of an auth error during
	sync operation's reconnect)
	* Added the changed signal to TnyAccount
	* Making tny_account_set_name get propagated to the TnyGtkFolderStore-
	TreeModel instance.
	* Fixed a kludge in the TnySessionCamel for POP accounts with wrong
	passwords

	* This was a major API change

2007-07-31  Philip Van Hoof  <philip@codeminded.be>

	* Introduction of tny_folder_get_headers_async
	* Adaptation of TnyGtkHeaderListModel to use the new API

	* This was a major API change

2007-07-31  Philip Van Hoof  <philip@codeminded.be>

	* Merging back devel/pvanhoof/sessionwork to trunk/

2007-07-31  Philip Van Hoof  <philip@codeminded.be>

	* Cleaning up, coding style fixes
	* Review of TnyCamelFolder and TnyCamelStoreAccount

2007-07-30  Philip Van Hoof  <philip@codeminded.be>

	* Various fixes that make Modest actually work with this

2007-07-30  Javier Fernandez Garcia-Boente  <jfernandez@igalia.com>

	* Fixed some bugs in TnyMergeFolder notification function. This
        method was overwriting data into old change, rather than use the
	new_change structure to propagate changes to observed folders.

        * Fixed bug in TnyCamelSendQueue related with msg-sent signal
	emision. Now, when an error has detected, msg-sent is not emited.

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

	* camel/camel-mime-parser.c: (folder_scan_content),
	(folder_scan_step): Initialize some variables because
	valgrind complains about uninitialized variables here. This does not
	fix it but it should make things clearer for someone who can fix it.

2007-07-27  Philip Van Hoof  <philip@codeminded.be>

	* Merged tny-camel-folder.c with devel/sessionwork's version
	* This moves the poke-status operations to the account's queue
	* Merged camel-pop3-engine.c with devel/sessionwork's version
	* This fixes a locking problem while disconnecting the POP account

	* Merging the Cond patch from devel/sessionwork

2007-07-29  Philip Van Hoof  <philip@codeminded.be>

	* The long awaited alert, get_pass and forget_pass now in the mainloop

	* This was a major API and behaviour change

2007-07-29  Philip Van Hoof  <philip@codeminded.be>

	* Fixed a race condition when the account was or is connection or not
	yet finished connecting while the connection-status-changed signal was
	already being used. Introduced a new API for this
	* Introduced the tny_account_is_ready API, which indicates when an
	account is not only valid as instance, but also fully registered
	within the system.
	* Implemented some missing implementations in TnyCombinedAccount

	* This was a major API change

2007-07-27  Philip Van Hoof  <philip@codeminded.be>

	* Dealing with remotely removed folders
	* The poke status calls are now on the same queue as the other
	operations
	* Rewritten the TnySessionCamel infrastructure that connects accounts
	and sets them up
	* Added support for detecting folder changes to
	TnyGtkFolderStoreTreeModel
	* API change on tny_camel_account_set_online. The last argument is now
	a callback rather than a GError. In the callback you can know about
	when the account got connected and if not, why it failed

	* Cond locks in the queues of the store accounts while the callbacks
	are happening. This is a significant policy change in locking
	behaviour that should be well tested.

	* This was a major API change in TnyAccount

2007-07-27  Philip Van Hoof  <philip@codeminded.be>

	* Branchpoint "devel/sessionwork"

2007-07-26  Philip Van Hoof  <philip@codeminded.be>

	* More granularity in the locking of the POP code
	* Several fixes in the POP code
	* Folder renaming for local folders

2007-07-25  Philip Van Hoof  <philip@codeminded.be>

	* Various locking improvements in the POP code
	* Parallel retrieval of messages
	* Disconnecting after summary retrieval of a POP folder
	* Disconnecting after get-msg and sync of a POP folder
	* Some reference counting problems when factoring folders

2007-07-24  Philip Van Hoof  <philip@codeminded.be>

	* Preparing for a release candidate
	* Added skeleton for webkit support
	* Restructuring the internal API for async methods a bit
	* Experimental lining up of async functions in one thread

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

	* libtinymail-camel/tny-camel-account.c: Improved the
	documentation for tny_camel_account_set_online().

	* libtinymail/tny-merge-folder.c: (tny_merge_folder_get_id),
	(tny_merge_folder_instance_init): Use
	unknown_mergefolder instead of an empty string for the default ID,
	because an empty string is not allowed by the get_func_id() DBC
	contract, causing a crash at runtime when DBC is enabled in the build.

2007-07-23  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c:
	(camel_imap_recon): if there's no reconnection operation, then we don't
	call it, preventing crashes.

2007-07-23  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c:
	(imap_refresh_info): now we lock the folder also, before locking the
	service, in order to respect better the lock order. This should avoid
 	some locks.

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.[ch]:
	now we store a reference to the struct addrinfo used for connections. When
	we are successful getting a valid addrinfo, it's stored and reused. This
	way we prevent doing lots of calls to getaddrinfo and subsequent name
	resolutions. As we're currently blocking while name resolution is running,
	this should make the application more reponsive in general and avoid
	flooding the connection.
	We also removed the method (camel_imap_service_connect) as it's not used.

	* libtinymail-camel/camel-lite/camel/camel-private.h:
 	added parenthesis to some lock macros.

2007-07-23  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-folder.c: protect a folder lock
	with a reason. This prevents some interlock problems, as the
	last unreason can lead to a folder lock.

2007-07-23  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail/tny-camel-mime-part.c:
	(tny_camel_mime_part_get_parts_default): improve detection
	of attached messages, as we need to create a proper TnyMsg
	object when the attachment is a message.
	(tny_camel_mime_part_add_part_default): now when we are
	attaching a message as a part, it's created adding a
	message/rfc822 mime part that contains the message as
	its content object. This fixes attaching messages.

2007-07-13  Philip Van Hoof  <philip@codeminded.be>

	* Allowing the POP code to do RETRs while the TOPs are working (while
	summary is being retrieved, allow the POP code to receive messages
	already)
	* Avoiding a join in the mainloop
	* Reconnecting and connection failing for POP, in case of connection
	problems

2007-07-12  Sergio Villar Senin  <svillar@igalia.com>

	* Added a new parameter to the constructor of a merge folder which is
	the name of the new merge folder

	* This is a major API change

2007-07-12  Philip Van Hoof  <philip@codeminded.be>

	* Fixed the POP unread count problems

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

	* libtinymail-camel/tny-camel-account.c:
	(tny_camel_account_matches_url_string_default): For maildir accounts,
	compare their paths before the # marker for the folder, to avoid
	considering all maildir accounts to be the same account.

2007-07-11  Armin Burgmeier  <armin@openismus.com>

	* libtinymail-camel/tny-camel-folder.c:
	* libtinymail-camel/tny-camel-store-account.c: Recreate folder list
	after a new folder has been created so that subsequent calls to
	_get_folder() contain the newly created folder.

2007-07-11 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
	* Don't set subject to 'No Subject' if it's empty
	(camel-mime-message.c)

2007-07-09  Javier Fernández García-Boente <jfernandez@igalia.com>
	* Implements and emits msg-sending and msg-sent signals
	when a message is just being sent and when is fully sent.
        * Add a notification about EXPUNGED header change in
	tny_camel_folder_remove_msg_default method.

2007-07-10  Philip Van Hoof  <philip@codeminded.be>

	* Made the connecting of accounts more finegrained (once more)
	* Introduced the required tny_session_camel_set_initialized API
	* Preserving flags on POP

	* This was a major change in behaviour when connecting and at
	initialization
	* This was a major API change

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

	* libtinymail/tny-account-store.h: alert_func vfunc:
	* libtinymail/tny-account-store.c: (tny_account_store_alert):
	* libtinymail-acap/tny-acap-account-store.c:
	(tny_acap_account_store_alert):
	* libtinymail-camel/tny-session-camel.c:
	(tny_session_camel_do_an_error), (tny_session_camel_alert_user),
	(foreach_account_set_connectivity):
	* libtinymail-gnome-desktop/tny-gnome-account-store.c:
	(tny_gnome_account_store_alert):
	* libtinymail-gpe/tny-gpe-account-store.c:
	(tny_gpe_account_store_alert):
	* libtinymail-maemo/tny-maemo-account-store.c:
	(tny_maemo_account_store_alert):
	* libtinymail-olpc/tny-olpc-account-store.c:
	(tny_olpc_account_store_alert):
	* tests/shared/account-store.c: (tny_test_account_store_alert):
	Add a TnyAcccount* parameter to the alert_func vfunc, so that
	applications an show information about the account (and server)
	that failed. This is documented as sometimes being NULL for current
	implementations (see the *ssl.c comment below).

	* camel/camel-session.h:
	* camel/camel-session.c: (camel_session_alert_user),
	(camel_session_alert_user_with_id),
	(camel_session_alert_user_generic): Added a CamelService*
	paramteter to these functions. For tinymail, this allows us to use
	CamelService::data to get the TnyAccount*.
	* camel/camel-disco-diary.c: (camel_disco_diary_log),
	(diary_decode_folder):
	* camel/providers/imap/camel-imap-command.c:
	(camel_imap_command_response), (camel_imap_command_response_idle):
	* camel/providers/imap4/camel-imap4-engine.c:
	(camel_imap4_engine_parse_resp_code):
	* camel/providers/imap4/camel-imap4-summary.c:
	(courier_imap_is_a_piece_of_shit):
	* camel/providers/smtp/camel-smtp-transport.c: (smtp_connect):
	Pass the CamelService::data to camel_session_alert_user*().
	* camel/camel-tcp-stream-openssl.c: (ssl_verify):
	* camel/camel-tcp-stream-ssl.c: (ssl_bad_cert): Pass NULL for
	service_user_data because I cannot see a suitable CamelService.
	See the TODOs.

2007-07-10  Philip Van Hoof  <philip@codeminded.be>

	* Added the tny_folder_get_local_size API
	* Fixed the folder deletion of maildir folders
	* Added the get_local_size implementation to TnyMergeFolder
	* Implementing missing implementation of sync_async in TnyMergeFolder

	* This was a major API change

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

	* libtinymail/tny-enums.h:
	* libtinymail/tny-error.h: 
	* libtinymail/tny-error.c: (tny_error_get_type):
	Added TNY_TRANSPORT_ACCOUNT_ERROR_SEND_USER_CANCEL 
	and TNY_ACCOUNT_ERROR_TRY_CONNECT_USER_CANCEL.
	* libtinymail-camel/tny-camel-account.c:
	(_tny_camel_account_get_tny_error_code_for_camel_exception_id):
	Handle CAMEL_EXCEPTION_USER_CANCEL as 
	TNY_ACCOUNT_ERROR_TRY_CONNECT_USER_CANCEL, so that applications 
	can ignore this.
	* libtinymail-camel/tny-camel-transport-account.c:
	(get_tny_error_code_for_camel_exception_id):
	Likewise, handle as CAMEL_EXCEPTION_USER_CANCE as 
	TNY_TRANSPORT_ACCOUNT_ERROR_SEND_USER_CANCEL.

2007-07-09  Philip Van Hoof  <philip@codeminded.be>

	* Added the tny_folder_sync_async method. Boutifully paradoxical by
	name!

	* This was a major API change

2007-07-09  Philip Van Hoof  <philip@codeminded.be>

	* Changed the cache-dir locations to ones that are more suitable for
	mor types of filesystems
	* Added the user to IMAP cache-dir locations

2007-07-09  Javier Fernández García-Boente <jfernandez@igalia.com>

	* Change way to manage priority flags (2 bits) 
        on maildir folders. Now, HIGH_PRIORITY flag
	will be used as bit mask to extract priority flags
	and compare them with specific bits flag.

2007-07-09  Jose Dapena Paz  <jdapena@igalia.com>

	* tny-camel-mime-part.c:
	(tny_camel_mime_part_get_parts): now, if the mime part is a
	multipart/related, it sets the content disposition of the children
	to inline for parts that didn't get a disposition before. This
	should improve handling of inline attached images.

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

	* libtinymail/tny-enums.h:
	* libtinymail/tny-error.c: (tny_error_get_type):
	* libtinymail/tny-error.h:
	Added TNY_TRANSPORT_ACCOUNT_ERROR_SEND_HOST_LOOKUP_FAILED, 
	TNY_TRANSPORT_ACCOUNT_ERROR_SEND_SERVICE_UNAVAILABLE, 
	TNY_TRANSPORT_ACCOUNT_ERROR_SEND_AUTHENTICATION_NOT_SUPPORTED
	GError enum values.

	* libtinymail-camel/tny-camel-transport-account.c:
	Added get_tny_error_code_for_camel_exception_id(),
	(tny_camel_transport_account_send_default): Provide a 
	more specific GError code to the caller, so that this will 
	be provided with the TnySendQueue "error-happened" signal.
	(tny_camel_transport_account_try_connect): 
	Use _tny_camel_account_get_tny_error_code_for_camel_exception_id() 
	here to provide a more specific error code.

2007-07-09  Philip Van Hoof  <philip@codeminded.be>

	* Improvement for tny_camel_mime_part_is_attachment_default
	* Deleting non-empty folders of a maildir
	* Unread and seen counts are (or should be) unrelated
	* The tny_account_set_pass_func must now always be the last to set

	* This was a major API change

2007-07-08  Philip Van Hoof  <philip@codeminded.be>

	* Yet another attempt at fixing the namespace problem (empty root
	folders)
	* Fixed a disconnect at startup (temporary fix)
	* Fixed a problem when creating folders (found by Armin Burgmeier)

2007-07-08  Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* Temporary empty root folder fix

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

	* libtinymail/tny-enums.h:
	* libtinymail/tny-error.h:
	* libtinymail/tny-error.c: (tny_error_get_type):
	Added TNY_ACCOUNT_ERROR_TRY_CONNECT_CERTIFICATE and documented the enum 
	values that I added last time.
	* libtinymail-camel/tny-camel-account.c:
	(_tny_camel_account_get_tny_error_code_for_camel_exception_id):
	Handle CAMEL_EXCEPTION_SERVICE_CERTIFICATE as TNY_ACCOUNT_ERROR_TRY_CONNECT_CERTIFICATE.
	* libtinymail-camel/tny-session-camel.c:
	(tny_session_camel_alert_user): Adapt signature, as follows.
	Also handle the CAMEL_EXCEPTION_USER_CANCEL error ID instead of checking the message text. 

	* camel/camel-exception-list.def: Added CAMEL_EXCEPTION_SERVICE_CERTIFICATE.
	* camel/camel-session.h:
	* camel/camel-session.c: (camel_session_alert_user): Take a CamelException 
	instead of a message, so we don't lose the error ID sometimes.
	(camel_session_alert_user_with_id),
	(camel_session_alert_user_generic): Convenience functions to use when 
	no CamelException is available.

	* camel/providers/smtp/camel-smtp-transport.c: (smtp_connect):
	Use the exception instead of just the message with camel_session_alert_user(), 
	so that the application has the error code. 

	* camel/camel-disco-diary.c: (camel_disco_diary_log),
	(diary_decode_folder):
	* camel/providers/imap/camel-imap-command.c:
	(camel_imap_command_response), (camel_imap_command_response_idle):
	* camel/providers/imap4/camel-imap4-engine.c:
	(camel_imap4_engine_parse_resp_code):
	* camel/providers/imap4/camel-imap4-summary.c:
	(courier_imap_is_a_piece_of_shit): Use camel_session_alert_user_generic() 
	instead of camel_session_alert_user(), because we have no ID or exception here.

	* camel/camel-tcp-stream-openssl.c: (ssl_verify):
	* camel/camel-tcp-stream-ssl.c: (ssl_bad_cert): Use the new 
	CAMEL_EXCEPTION_SERVICE_CERTIFICATE error ID here. There are still many different 
	types of certificate error, but this at least classifies them a bit.

2007-07-05  Armin Burgmeier  <armin@openismus.com>

	* libtinymail/tny-merge-folder.c: When propagating a TnyFolderChange
	notified from one of the underlaying folders, do copy that
	TnyFolderChange and set the changed folder of that copy to the merge
	folder. Also, do not propagate folder renames because the merge folder
	itself has not been renamed.

2007-07-07  Philip Van Hoof  <philip@codeminded.be>

	* Fixed a crasher when transferring messages

2007-07-06  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-msg-header.c:
	(tny_camel_msg_header_set_flags, tny_camel_msg_header_get_flags,
	tny_camel_msg_header_unset_flags): added support to store and
	retrieve the TNY_HEADER_FLAG_ATTACHMENTS.

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

	* libtinymail/tny-enums.h:
	* libtinymail/tny-error.h: Added 
	TNY_ACCOUNT_ERROR_TRY_CONNECT_HOST_LOOKUP_FAILED, 
	TNY_ACCOUNT_ERROR_TRY_CONNECT_SERVICE_UNAVAILABLE and 
	TNY_ACCOUNT_ERROR_TRY_CONNECT_AUTHENTICATION_NOT_SUPPORTED so 
	that the TnyAccountStore::alert_func() callback can sometimes get 
	more specific information, so that it doesn't need to just blindly show 
	the camel internal error message.
	* libtinymail/tny-error.c: Updated tny_error_get_type(), though this should be 
	generated code as in GTK+.

	* libtinymail-camel/tny-camel-account-priv.h:
	* libtinymail-camel/tny-camel-account.c:
	Added _tny_camel_account_get_tny_error_code_for_camel_exception_id() for 
	choosing a suitable tinymail GError code.
	(_tny_camel_account_try_connect), (_tny_camel_account_set_online):
	Use a specific error code for the GErrors.

	* libtinymail-camel/tny-session-camel.c:
	(tny_session_camel_alert_user): Add a TODO noting that this is where we 
	lose some specific error codes, and where we do a dodgy string comparison 
	on the message text.

	* camel/camel-exception-list.def: Added a 
	CAMEL_EXCEPTION_SYSTEM_HOST_LOOKUP_FAILED error code enum value.
	* camel/camel-net-utils.c: (camel_getaddrinfo):
	Use the new error code when appropriate.

2007-07-06  Philip Van Hoof  <philip@codeminded.be>

	* Added some non standard flags to the maildir support
	* Support for suspended items in sendqueues
	* Fixed an API glitch in TnyFolderChange
	* Empty folder bugfix
	* Added a guard to tny_mime_part_set_filename for NULL situations

2007-07-05  Philip Van Hoof  <philip@codeminded.be>

	* Fixes for the new headers after a transfer of messages happened
	* Fixed for new headers after adding a message happened

2007-07-05  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c:
	The asynchronous operations now always call the callbacks in an idle
	if the GMainLoop is available, even if the thread could not be
	started.
	Refactored the code that invokes the user callbacks.
	Changed the priority of the idles, now the status callbacks have
	higher priority than the function callbacks.
	
	* libtinymail-camel/tny-camel-store-account.c:
	The asynchronous operations now always call the callbacks in an idle
	if the GMainLoop is available, even if the thread could not be
	started.

2007-07-05  Philip Van Hoof  <philip@codeminded.be>

	* Renamed removed to expunged in TnyFolderChange

	* This was a major API change

2007-07-04  Philip Van Hoof  <philip@codeminded.be>

	* Dealing with the first connection status of the device instance
	* Several race conditions when rapidly connecting and disconnecting

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

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(on_dummy_connection_check): Changed the check for a NULL iap
	(though it should have worked already) to ensure that the signal 
	is always emitted at initialization.
	(tny_maemo_conic_device_force_online): Do not just return if we 
	are in scratchbox. Nothing here is libconic-specific. This 
	makes is_online() return the correct value after calling force_online().

2007-07-04  Johannes Schmid <johannes.schmid@openismus.com>

	* libtinymail/tny-merge-folder.c:
	Added API doc

2007-07-04  Johannes Schmid <johannes.schmid@openismus.com>

	* libtinymail/tny-merge-folder.[ch]:
	Added tny_merge_folder_set_folder_type() API to be able
	to assign a different folder type to a tny-merger-folder

	* This was a major API change

2007-07-04  Philip Van Hoof  <philip@codeminded.be>

	* Implementation of tny_folder_poke_status for the total count of a
	POP folder

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

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(on_dummy_connection_check): Move this to before the first use.
	(tny_maemo_conic_device_is_online): Put use of on_dummy_connection_check() 
	in an ifdef to avoid a linker failure.

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

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(on_dummy_connection_check): Set is_online here instead of waiting for it to be 
	set in the signal, becacuse this is used to do a quick check without waiting for the timout 
	to check the file.
	(tny_maemo_conic_device_is_online): In the dummy scratchbox implementation, call 
	on_dummy_connection_check() before returning is_online, so that it is accurate.

	(tny_maemo_conic_device_instance_init),
	(tny_maemo_conic_device_finalize): Don't use libconic at all if we are in scratchbox, 
	because it signals that there is no connection, which confuses our dummy implementation.

2007-07-04  Philip Van Hoof  <philip@codeminded.be>

	* Total count of POP3 folders
	* Thread joining between the TnyCamelSendQueue and the TnySessionCamel
	connection threads
	* Error handling in TnyMergeFolder

2007-07-03  Philip Van Hoof  <philip@codeminded.be>

	* Bugfix in TnyCamelTransportAccount's prepare method
	* Fixing up the TnyCamelSendQueue's at-connect
	* Bugfix in renaming on IMAP
	* Improved the granularity of the is_connected flag
	* Bugfixed a crasher at perform_content_info_save in
	CamelFolderSummary
	* Fixed a bug in case From addresses become excessively long
	* Bugfix when transferring messages (folder observers getting the
	right TnyHeader instances)
	* Fixed a lock when setting headers while fetching summary
	* Bugfix when tny_camel_account_set_online was called from the
	mainloop

2007-07-02  Philip Van Hoof  <philip@codeminded.be>

	* Fixed a bug in Maildir when setting flags
	* Fixed empty-string folders at root's level on IMAP
	* Fixed blocking reads and writes in camel-tcp-stream-openssl.c,
	camel-tcp-stream-raw.c (camel-file-utils.c) and camel-tcp-stream-nss.c
	* Fixed a IDLE-stop problem when renaming a folder

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

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(tny_maemo_conic_device_connect): When using scratchbox, show an 
	OK/Cancel dialog and write a fake connection name to the text file, 
	to simulate what libconic does on the device.
	(on_dummy_connection_check): Interpret 'none' in the text file as 
	meaning no connection. This leaves an empty file as defaulting to 
	a meaning of connection debugid0. (tny_maemo_conic_device_get_
	current_iap_id): Return NULL if the iap is 'none', when in scratchbox.

2007-07-02  Philip Van Hoof  <philip@codeminded.be>

	* Fallback for BINARY
	* Fallback for UIDPLUS
	* Added a check for the session in TnyCamelTransportAccount
	* Bugfix when finalizing an account
	* Removed some old internal hooks-API

2007-07-01  Philip Van Hoof  <philip@codeminded.be>

	* Fixed/updated the Python bindings
	* Fixed the gtk-doc API documentation genation process
	* Updated the online gtk-doc API documentation
	* Prepared a testing QEmu virtual machine
	* Marked the Kolumbus IMAP server as an idiot's IMAP server, as it
	doesn't correctly support UIDPLUS and BINARY

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

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(on_connection_event), (tny_maemo_conic_device_connect):
	Removed debug output.

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

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(tny_maemo_conic_device_connect): Use GDK_THREADS_ENTER/LEAVE as 
	used by gdk_dialog_run(), because a second g_main_loop_run() seems 
	to hang when gdk_threads_init() has been called before (by the app, 
	for instance). I don't like having these at this level, so we 
	should try to fix it properly later.

2007-06-29  Murray Cumming  <murrayc@murrayc.com>
	* libtinymail-maemo/tny-maemo-conic-device.c: 
	(on_connection_event), (tny_maemo_conic_device_connect):
	Use a second mainloop instead of iterating the main mainloop. This 
	seems more robust and is probably the recommended way to do it.
	There is lots of debug output here, which I will remove later after 
	further investigations.

2007-06-29  Philip Van Hoof  <philip@codeminded.be>

	* Bugfix in TnyCamelTransportAccount: rewrote the prepare method
	implementation
	* Bugfix in tny_camel_store_account_find_folder_default

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

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(tny_maemo_conic_device_disconnect): Fix a warning about an 
	uninitialized variable. Nobody is using this function yet anyway.

2007-06-29  Philip Van Hoof  <philip@codeminded.be>

	* Various connectivity bugfixes
	* Fixed a locking problem when connectivity changes
	* Bugfix in poke-status
	* Crasher fixed (NULL function pointer)

2007-06-28  Philip Van Hoof  <philip@codeminded.be>

	* Slowing down the STATUS commands
	* Detecting connection changes with the connection_status_changed
	signal on TnyAccount
	* Multiple fixes when reconnecting
	* Initial folder-list when starting the application offline

	* This was a major API change

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

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-mess
	age-cache.c: (camel_imap_message_cache_replace_with_wrapper):
	Comment out unused variables to prevent warnings.
	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-mess
	age-cache.h: Actually declare 
	camel_imap_message_cache_replace_with_wrapper(), to avoid a warning 
	in came-imap-folder.c.
	* libtinymail-maemo/tny-maemo-conic-device.c:
	(tny_maemo_conic_device_finalize): Add a debug printf here in case 
	this is the cause of disconnections.
	* libtinymail-maemo/tny-maemo-conic-device.h:
	Do not include some unnecessary libconic headers. 
	* tests/test-device-conic.c: New test.

2007-06-27  Jose Dapena Paz  <jdapena@igalia.com>

	These changes add support for purging specific attachments 
	from cache, with an implementation in the IMAP backend. This
	is a major API change.

	* libtinymail/tny-msg.[ch]:
	(tny_msg_rewrite_cache): added new method to rewrite cache
	and expunge purged attachments if supported.

	* libtinymail/tny-mime-part.[ch]:
	(tny_mime_part_is_purged, tny_mime_part_set_purte): added two
	methods that mark a mime part to be purged in cache (in
	storages that support this).

	* libtinymail-camel/tny-camel-folder.c:
	(tny_camel_folder_rewrite_cache): new method that calls
	the new Camel rewrite cache api for a message.

	* libtinymail-camel/tny-camel-mime-part.[ch]:
	implementation of tny_mime_part_is_purged and
	tny_mime_part_set_purged, to mark parts to be purged
	in IMAP.

	* lintinymail-camel/camel-lite/camel/providers/camel-imap-folder.c:
	(imap_rewrite_cache): new method that rewrites the cache representation
	of a message purging attachments marked to be purged.

	* libtinymail-camel/camel-lite/camel/providers/camel-imap-message-cache.[ch]:
	(camel_imap_message_cache_replace_with_wrapper): replaces the cache
	entry for a message with a new representation from wrapper. This should
	purge attachments marked as purge, in collaboration with mime part.

	* libtinymail-camel/camel-lite/camel/camel-folder.[ch]:
	(rewrite_cache): added default empty implementation and virtual.

	* libtinymail-camel/camel-lite/camel/camel-mime-part.c:
	now, if message disposition is "purged", output for the attachment is
	disabled. This should let user purge attachments on recaching.

	* libtinymail-camel/tny-camel-msg.[ch]:
	(tny_camel_msg_rewrite_cache_default, tny_camel_msg_rewrite_cache): implementation
	of rewrite method using camel new methods to rewrite cache.

2007-06-27  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c:
	Fixed an issue when removing folders. Fixed some issues when moving
	folders, the priv->iter of the camel folders was not correctly created
	so they do not have the right pointers to their children, parents and
	siblings. NOTE that this is a risky patch, not completely tested.

2007-06-27  Philip Van Hoof  <philip@codeminded.be>

	* Several memory fixes, based on Valgrind error and warning reporting

2007-06-26  Philip Van Hoof  <philip@codeminded.be>

	* Maildir on MMC (VFAT) (non-allowed characters on that FS type)
	* Fixed a bug when removing folders (apriv->managed_folders needed to
	get rid of the folder instance)
	* Attachments purger for IMAP (bugfixes)
	* Bugfix when transferring messages

2007-06-25  Philip Van Hoof  <philip@codeminded.be>
	
	* Deleting messages from local folders (bugfix about ghost rows)
	* Deleting attachments from message cache

	* This was a major API change

2007-06-24  Philip Van Hoof  <philip@codeminded.be>

	* Bugfix in the folder factory

2007-06-22  Philip Van Hoof  <philip@codeminded.be>

	* The folder type of the INBOX of a POP account
	* Folder lists when offline
	* Connecting, reconnecting and setting account settings while
	connecting (experimental)
	* Setting the username while asking the password is happening

2007-06-21  Sergio Villar Senin  <svillar@igalia.com>
	
	* libtinymail/tny-simple-list.c:
	(tny_simple_list_remove): do not free the item unless it was
	previously found in the list

2007-06-21  Javier Fernandez Garcia-Boente  <jfernandez@igalia.com>

	* Changes how set_flags function was used on get_full and
	get_partial messages methods.
	
2007-06-21  Philip Van Hoof  <philip@codeminded.be>

	* Error handling: No space left on device, when retrieving messages
	* Flag handling after message retrieval
	* Local and remove size calculations
	* Bandwidth optimization for LIST
	* Introduction of TnyCamelPopRemoteMsgRemoveStrategy

	* This was a major API change

2007-06-20  Philip Van Hoof  <philip@codeminded.be>

	* Fixed a bug in tny_folder_transfer_msgs
	* Removed some memory problems
	* Unsolicted FETCH responses while getting messages using BINARY and
	FETCH

2007-06-19  Philip Van Hoof  <philip@codeminded.be>

	* The connection_status_changed signal got extended a little bit

	* This was a major API change

2007-06-19  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-msg-header:
	(tny_camel_msg_header_get_flags): added implementation
	that obtains the priority flags using the headers
	we set in our set/unset methods.
	(tny_camel_msg_header_set_flags, tny_camel_msg_header_set_flags):
	fixed the check for only allowing priority flags to be set or
	unset.
	
	* libtinymail-tests/tny-header-test.c: added unit test for
	priority flags in camel msg header.

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

	* libtinymail-camel/tny-camel-folder.c:
	(tny_camel_folder_find_msg_default): Do not require UIDs to be longer than 
	1 character.

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

	* libtinymail-maemo/test-conic.c: Added a simple test case to show 
	that libconic does not seem to emit the connection-event signal.

2007-06-19  Philip Van Hoof  <philip@codeminded.be>

	* Fixed reading the unread and total counts from Maildir folders
	* First baby steps into better connection state detection and handling
	* Reconnecting, throwing signals around for better status detection

2007-06-19  Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* Compiler warning fixes

2007-06-18  Philip Van Hoof  <philip@codeminded.be>

	* Bugfix in IMAP, when all messages got expunged tinymail did not
	succeed in refreshing the summary correctly
	* Experimental removal of INTERNALDATE from the summary fetch for IMAP

2007-06-18  Javier Fernandez  <jfernandez@igalia.com>

	* Added an implementation of iter_children function, defined on
	GtkTreeModel interface.
	
2007-06-18  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(on_connection_event), (tny_maemo_conic_device_get_iap_list):
	Fix some warnings reported in tinymail trac ticket #66:
	http://tinymail.org/trac/tinymail/ticket/66

2007-06-18  Philip Van Hoof  <philip@codeminded.be>

	* Fixed the From and the Error reporting when sending messages
	* Fixed the support for Yahoo's SMTP
	* Added some more information to the error-happened signal for
	TnySendQueue

	* This was a major API change

2007-06-17  Philip Van Hoof  <philip@codeminded.be>

	* Increased read-idle's low timeout times: now that all IDLE happens in
	a thread, it's not necessary anymore to quickly unblock.
	* Code cleanups
	* Connection timeout corrections
	* Read, Read-idle, Read-nonblock timeout corrections
	* Introduction of tny_account_start_operation and
	tny_account_stop_operation

	* This was a major API change

2007-06-15  Philip Van Hoof  <philip@codeminded.be>

	* Connection failure handling in the IMAP code
	* Experimental timeout for hostname lookups
	* Unread and total count updating
	* Local folders for now will no longer emit "folder_changed" signals
	* The unread and total count of local folders at initial startup
	
2007-06-14  Philip Van Hoof  <philip@codeminded.be>

	* Fixed some flag values

2007-06-14  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-mime-part.c:
	(tny_camel_mime_part_add_part_default): now, if the
	CamelMimePart has a multipart content type already,
	it's used as the content type of the data wrapper
	if it's created. This way we can create different
	kinds of multiparts in tinymail.
	(tny_camel_mime_part_construct_from_stream_default):
	if the mime part is a message (mime type is
	message/rfc822) then instead of instanciating a
	plain data wrapper, it instanciates a
	CamelMimeMessage. This should prevent problems
	on adding these mime parts to a message or
	mime part.

2007-06-14  Philip Van Hoof  <philip@codeminded.be>

	* The cache size of local folders, feature implementation
	* Locking fix for the get-msg service of IMAP
	* Date received fix in POP
	
2007-06-13  Philip Van Hoof  <philip@codeminded.be>

	* Fix for the uid of POP summary items
	* Some bugfixing for finding messages

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

	* libtinymail-camel/tny-camel-msg.c: (_tny_camel_msg_set_folder),
	(tny_camel_msg_finalize): Take and release a reference, to avoid 
	crashes.

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

	* libtinymail-camel/tny-camel-account.c:
	(tny_camel_account_matches_url_string_default):
	Actually set the in variable so that the comparison actually happens.
	* libtinymail-camel/tny-camel-folder.c:
	(tny_camel_folder_find_msg_default): Skip over the / before, not after 
	checking for / at the start. Do a g_warning() if the format is false, 
	to help debugging.

2007-06-13  Antia Puentes Felpeto  <apuentes@igalia.com>
	
	* Added a test in tests/functional that tests removing folders

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

	* libtinymail-camel/tny-camel-folder.c:
	(tny_camel_folder_get_url_string_default):
	* libtinymail/tny-folder.c:
	* libtinymail/tny-store-account.c: Added documentation and comments 
	about the url-string. Note that Philip fixed 
	tny_folder_get_url_string_default() in a previous commit.

2007-06-13  Philip Van Hoof  <philip@codeminded.be>

	* Added some extra locking into the camel-lite's POP3 code

2007-06-13  Philip Van Hoof  <philip@codeminded.be>

	* Added placeholder for future libtinymail-tp
	* This is unfinished material (don't yet use it)

2007-06-12  Philip Van Hoof  <philip@codeminded.be>

	* Improved the tny_folder_poke_status implementation of TnyCamelFolder
	(performance improvement, made it internally async)
	* Experimental caching of root folder list
	* Added some locking in the CamelPOP3Store and folder

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

	* libtinymail/tny-enums.h: Resynced the fake TnyFolderType enum values 
	from tnyfolder.h and added comments explaining why we have these fake 
	uninstalled enums for gtk-doc, with a link to the gtk-doc bug.
	
	* libtinymail/tny-folder.c:
	* libtinymailui-gtk/tny-gtk-folder-store-tree-model.c: (updater),
	(deleter), (find_store_iter): Use TnyFolderType instead of gint when 
	using this column, and initialize it, rather than depending on 
	gtk_tree_model_get() to initialize it. The compiler can't detect these 
	possible unitialized uses.

2007-06-12  Philip Van Hoof  <philip@codeminded.be>

	* Configurable idle delays
	* Configurable get-message service shutdown timeouts
	* Notifying the observers of a folder when a remove happens
	* Added tny_mime_part_set_header_pair
	* Added the TNY_ACCOUNT_STORE_ERROR_CANCEL_ALERT alert situation

	* This was a major API change
	
2007-06-11  Philip Van Hoof  <philip@codeminded.be>

	* The summary camel-lite code no longer puts the uid field in the mmap
	* Several race conditions fixed with the IDLE support
	* The IDLE support is no longer happening in a GMainLoop, but now in a
	thread. This so that the ui of applications on top of Tinymail wont
	hang with very high latency networks like GPRS (experimental)
	* Parallel fetching messages while you are retrieving summary
	(experimental)
	* Race condition fixes when expunged messages didn't get correctly
	removed (for whatever reason in the TnyFolderMonitor): more robust
	* Fixed some IDLE deadlocks
	* Added tny_camel_pop_store_account_reconnect
	* Bugfix for SSL support of camel-lite's SMTP provider

	* This was a minor API change

2007-06-08  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymailui-gtk/tny-gtk-folder-store-tree-model.c: Add the tree
	model as an observer of the root folder stores

2007-06-08  Philip Van Hoof  <philip@codeminded.be>

	* tny_folder_poke_status fixes
	* Unread and total count fixes
	* Total and ~unread even when the folder was never refreshed
	* Support for the Content-Disposition header in mime parts
	* Some bugfixes in the SMTP support
	* Bugfix in the TnyFolderMonitor

2007-06-08  Jose Dapena Paz  <jdapena@igalia.com>

	* libtinymail-camel/tny-camel-msg-header.c: added support to set
	priority flags through set_flags/unset_flags. The flags are
	properly converted to X-Priority and X-MSMail-Priority headers.

2007-06-07  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel: Fixed a problem when deleting folders that were
	just under an store account.
	* libtibymailui-gtk/tny-gtk-folder-store-tree-model.c: fixed a problem
	when notifying the observers when a folder was added just under an
	account

2007-06-07  Philip Van Hoof  <philip@codeminded.be>

	* Merged camel-lite with upstream Camel revision 7777
	* Various connection cancellation problems fixed in the IMAP code
	* Fix for trac ticket #64
	* Fix for sergio, when removing folders the CamelFolderInfo iter was
	still cached
	* tny_folder_poke_status will now, for IMAP, do a STATUS command to
	more accurately find out the UNSEEN and MESSAGES statuses

2007-06-06  Philip Van Hoof  <philip@codeminded.be>

	* Fixed the OpenSSL support, although I'm leaving the warnings in
	place as the support for OpenSSL has not had as much testing as the
	Mozilla/NSS SSL implementations
	* Added the option --with-ssl=nss,openssl,none to the build to assist
	the SSL library availability detection
	* Changed the use_ssl options to "wrapped", "tls", "when-possible" and
	"never" for both POP3 and IMAP
	* Some connection fixes in the IMAP and POP3 connection procedures
	* Fixed the configure.ac of camel-lite, it had a small OpenSSL vs. NSS
	mixup

2007-06-05  Philip Van Hoof  <philip@codeminded.be>

	* Bugfix for LOGINDISABLED on IMAP
	* Bugfix when connecting (connection status problem)
	* Added the tny_store_account_delete_cache API

	* This was a major API change

2007-06-03  Johannes Schmid  <johannes.schmid@openismus.com>

	* libtinymail-camel/tny-camel-account.c:
	tny_camel_account_get_supported_secure_authentication_async_thread
	Fixed implementation to get the secure authentication support
	methods and simplied them a lot.

2007-06-03  Philip Van Hoof  <philip@codeminded.be>

	* Support for removing messages from a POP server after retrieval
	* Support for tny_header_get_uid on TnyMsg's header instance
	* Removed the warning in libtinymail/tny-folder.c: please use the
	support for DBC instead. It's specifically designed for this. Read
	the documentation in building.txt to find out how to enable it.

	* This was a major API change

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

	* libtinymail-camel/tny-camel-folder.c:
	(tny_camel_folder_copy_shared): Initialize some variables 
	to avoid warnings.
	* libtinymail-maemo/tny-maemo-account-store.c:
	(tny_maemo_account_store_add_store_account),
	(tny_maemo_account_store_add_transport_account):
	Remove unused priv variables, to avoid warnings.

2007-05-31  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(tny_maemo_conic_device_connect): Block until the result is received by  	the on_connection_event() signal handler. This always seems to indicate 
	failure on Maemo Bora, but maybe it works properly in later versions.
	It is OK for this to block because the Maemo connection dialog is 
	totally modal anyway, and because most applications will not be able 
	to do anything sensible while waiting, because the user is already 
	waiting for an operation that he has initiated.

	* libtinymail/tny-folder.c: (tny_folder_get_all_count): Warn when this 
	is not implemented. Maybe not very necessary, but I seem to have had 
	this in my local checkout and maybe things crash without the check. 
	Can be removed later if you like.

2007-05-29  Philip Van Hoof  <philip@codeminded.be>

	* Fixed an error message when the account's status is offline and a
	cached version of a message is not available in tny_folder_get_msg and
	tny_folder_get_msg_async
	* Lowered the TCP and SSL timeouts

2007-05-29  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c: replaced two wrong
	g_object_ref's by g_object_unref's in the copy_async implementation

2007-05-28  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(on_dummy_connection_check): Strip whitespace from the dummy account ID 
	found in the special file.
	
2007-05-28  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(tny_maemo_conic_device_get_current_iap_id),
	(on_dummy_connection_check),
	(tny_maemo_conic_device_instance_init),
	(tny_maemo_conic_device_finalize): Use a file 
	($HOME/maemo_conic_dummy_id) instead of an environment variable to 
	set the dummy ID when using scratchbox so we can check it for changes 
	every 1 second.
	
2007-05-28  Philip Van Hoof  <philip@codeminded.be>

	* Experimental reuse of the get-message service for IMAP

2007-05-27  Philip Van Hoof  <philip@codeminded.be>

	* Refactored the TnyGtkPasswordDialog
	* Various fixes for the OLPC build
	* Various fixes for the Maemo mistal and gregale builds

2007-05-26  Philip Van Hoof  <philip@codeminded.be>

	* Experimental connection camel_recovery for IMAP
	* Letting IDLE/PushE-mail support code cope with connection failures

2007-05-25  Philip Van Hoof  <philip@codeminded.be>

	* libtinymail-camel-tny-camel-send-queue.c: various locking fixes

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

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(tny_maemo_conic_device_get_iap): When running in scratchbox, 
	make sure that this returns an instance for a more complete fake 
	implementation.

2007-05-23  Murray Cumming  <murrayc@murrayc.com>

	* libtinymailui-gtk/tny-gtk-folder-store-tree-model.c:
	(recurse_folders_sync): Do not assume that the row instance is a 
	TnyFolderStore, because not all TnyFolders are TnyFolderStores. 
	This allows us to use this tree model with TnyMergeFolder.

2007-05-22  Murray Cumming  <murrayc@murrayc.com>

	* camel/camel-mime-message.c: (camel_mime_message_set_subject):
	Check that the input char* is not the same as the existing char*, 
	so we do not delete the input before using the input. This happens 
	when get_subject() is given directly to set_subject without a 
	g_strdup(), for instance.

2007-05-22  Murray Cumming  <murrayc@murrayc.com>

	* camel/camel-tcp-stream-openssl.c:
	(camel_tcp_stream_ssl_class_init): Add a g_warning() to warn people
	about using this unsupported alternative to NSS.

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

	* camel/camel-tcp-stream-openssl.c: (socket_connect): When calling
	the standard connect () function, use sizeof (struct sockaddr) instead
	of just passing an uninitialized socklen_t, so that this can actually
	succeed, instead of failing with an Invalid Argument errno.

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

	* camel/camel-mime-message.c: (camel_mime_message_set_subject):
	Prevent memory corruption. g_strstrip() does not return a newly
	allocated string. Also, camel_header_encode_string() doesn't seem to
	like being given NULL.

2007-05-22  Philip Van Hoof  <philip@codeminded.be>

	* Shaped up the Unit tests
	* Fixed a bunch of -Wall warnings
	* Fixed some of the Design By Contract clausules

2007-05-21  Philip Van Hoof  <philip@codeminded.be>

	* Added a couple of new signals on TnyAccountStore and TnyAccount

2007-05-21 Javier Fernandez Garcia-Boente <jfernandez@igalia.com>

	* Use 'what' string parameter of asyn status callback to knonw 
	what operaiton is being executed, in oder to decide if progress
	data is send back or not.a

	* Add camel operation and progress call to 'folder_rename' operation.
	
2007-05-20  Philip Van Hoof  <philip@codeminded.be>

	* TnyAccountStore's alert_func has a 'question' parameter now

	* This was a major API change

2007-05-18  Javier Fernandez Garcia-Boente  <jfernandez@igalia.com>

   	* folder was 'reason' unnecesary in copy_folder_async.
        * fix bug: g_error_free not neccesary after g_error_propagate

2007-05-17  Philip Van Hoof  <philip@codeminded.be>

	* Recursively removing folders

2007-05-17  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(tny_maemo_conic_device_get_iap_list): When MAEMO_CONIC_DUMMY 
	hack together a list of fake debug* connection IDs as the result, 
	so we can simulate libconic in scratchbox.
	
	(tny_maemo_conic_device_get_current_iap_id): When MAEMO_CONIC_DUMMY, 
	return a fake debug* connection ID based on the value of a 
	MAEMO_CONIC_DUMMY_IAP_ID environment variable, so we can fake a 
	connection change (though the signal will not be emitted when the 
	environment variable changes.)
	
2007-05-16  Philip Van Hoof  <philip@codeminded.be>

	* Removed the unworkable tny_folder_set_name, old code should replace
	this with tny_folder_copy with the del parameter set to TRUE and the
	folder store being the one you get using tny_folder_get_folder_store

	* This was a major API change

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

	* libtinymail-camel/tny-camel-store-account.c:
	(tny_camel_store_account_prepare): Remove a warning that I shouldn't 
	have added in my last commit.

2007-05-16  Philip Van Hoof  <philip@codeminded.be>

	* Some clarity for tny_folder_transfer_msgs in a GError for the
	developer who uses TnyHeader instances that came from
	tny_msg_get_header (he has to use the ones that he got from
	tny_folder_get_headers, not any others).

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

	* libtinymail-camel/tny-camel-account.h:
	* libtinymail-camel/tny-camel-account.c:
	Added tny_camel_account_get_supported_secure_authentication(), 
	to get a list of strings for use with 
	tny_account_set_secure_auth_mech(), by querying the server. This is 
	async, providing the result via a callback.

	* libtinymail/tny-error.h: Added TNY_ACCOUNT_ERROR_GET_SUPPORTED_AUTH, 
	for use by tny_camel_account_get_supported_secure_authentication
	
	* This was a major API change

2007-05-16  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-queues/Makefile.am: install libtinymail-queues header
	files

2007-05-15  Philip Van Hoof  <philip@codeminded.be>

	* The new TnyQueue and TnyQueueTasks types
	* Major rewrites of libtinymail-queues
	* It's not stricly depending on AsyncWorker anymore
	* Introduction of libtinymail-asyncworker

	* This was a major API change in libtinymail-queues
	* This was a major API change in libtinymail-asyncworker

2007-05-15  Philip Van Hoof  <philip@codeminded.be>

	* A new implementation for tny_folder_copy in libtinymail-camel
	* A new implementation for tny_folder_copy_async in libtinymail-camel
	* Changed the TnyCopyFolderCallback function description

	* This was a major API change

2007-05-14  Philip Van Hoof  <philip@codeminded.be>

	* Waiting for the + continuation after IDLE
	* Please watch this fix with different IMAP implementations

2007-05-14  Sergio Villar Senin  <svillar@igalia.com>

	* tests/functional/account-refresh.c: added this new test that
	refreshes all the subscribed folders of an store account inside a
	different thread
	
2007-05-14  Murray Cumming  <murrayc@murrayc.com>

	* docs/devel/reference/tmpl/tny-account.sgml:
	* docs/devel/reference/tmpl/tny-shared.sgml:
	* libtinymail-camel/tny-camel-account.c:
	(tny_camel_account_get_secure_auth_mech),
	(tny_camel_account_get_secure_auth_mech_default),
	(tny_account_init), (tny_camel_account_class_init):
	* libtinymail-camel/tny-camel-account.h:
	* libtinymail/tny-account.c: (tny_account_set_secure_auth_mech),
	(tny_account_get_secure_auth_mech):
	* libtinymail/tny-account.h:
	* libtinymail/tny-combined-account.c:
	(tny_combined_account_get_secure_auth_mech), (tny_account_init):
	Renamed tny_account_get_mech() to tny_account_get_secure_auth_mech()
	and TnyAccount::get_mech_func() to get_secure_auth_mech(),
	to be consistent with the renamed set function.

2007-05-14  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail/tny-account.c: (tny_account_set_secure_auth_mech):
	* libtinymail/tny-account.h:
	* docs/devel/reference/tmpl/tny-account.sgml:
	* docs/devel/reference/tmpl/tny-shared.sgml:
	Renamed tny_account_set_mech() to tny_account_set_secure_auth_mech(), 
	because that is clearer, after discussion with Philip.
	Also renamed the TnyAccount::set_mech_func() vfunc to 
	set_secure_auth_mech_func().
	Attempted to document the possible values, but I have not achieved that 
	completely.
	
	* libtinymail-camel/tny-camel-account.c:
	(tny_camel_account_set_secure_auth_mech),
	(tny_camel_account_set_secure_auth_mech_default),
	(tny_account_init), (tny_camel_account_class_init):
	* libtinymail-camel/tny-camel-account.h:
	* libtinymail-camel/tny-camel-store-account.c:
	(tny_camel_store_account_prepare):
	* libtinymail-gnome-desktop/tny-gnome-account-store.c:
	(load_accounts):
	* libtinymail-gpe/tny-gpe-account-store.c: (load_accounts):
	* libtinymail-maemo/tny-maemo-account-store.c: (load_accounts):
	* libtinymail-olpc/tny-olpc-account-store.c: (load_accounts):
	* libtinymail/tny-combined-account.c:
	(tny_combined_account_set_secure_auth_mech), (tny_account_init):
	Adapted to the changed API.

2007-05-12  Philip Van Hoof  <philip@codeminded.be>

	* Improved connection / error handling when trying to connect fails
	* Merged camel-lite with camel-svn7713

	* This was a major API change

2007-05-11  Philip Van Hoof  <philip@codeminded.be>

	* Implemented Rob's priv->stamp++ idea for removing things from an
	TnyGtkHeaderListModel

2007-05-10  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail/tny-account-store.c: tny_account_store_alert(): 
	Document that the vfunc might receive TNY_ACCOUNT_STORE_ERROR as well 
	as just TNY_ACCOUNT_ERROR.
	* libtinymail/tny-error.h: Document the TNY_ACCOUNT_ERROR_TRY_CONNECT 
	and TNY_ACCOUNT_STORE_ERROR_UNKNOWN_ALERT error codes, including their 
	awkward realities, based on discussion with Philip.

	* This was a major API change (due to documentation enhancements)

2007-05-10  Rob Taylor  <rob.taylor@codethink.co.uk>

	* libtinymailui-gtk/tny-gtk-header-list-model.c: Performance
	enhancement

2007-05-10  Javier Fernandez Garcia-Boente  <jfernandez@igalia.com>

	* libtinymail-camel/tny-camel-folder.c: Added a new operation 
	tny_camel_folder_copy_async to copy one folder into other one using
	asynchronous operations.
	* libtinymail/tny-status.h: Added new status code for folder_copy_async
	callbacks.
	* libtinymail/tny-shared.h: Defined new callback function to be used in 
	copy_async operation.
	* libtinymail/tny-folder.c: Defined new abstract operation 
	folder_copy_async.
	
2007-05-09  Philip Van Hoof  <philip@codeminded.be>

	* libtinymailui-gtk/tny-gtk-header-list-model.c: Moved the private API
	to a private type

	* This was a minor API change

2007-05-09  Jose Dapena Paz  <jdapena@igalia.com>

	* configure.ac, Makefile.am:
	Now Maemo target also compiles gnomevfs module.
	* debian/control.maemo:
	Added package for gnomevfs module

2007-05-08  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-queues/libtinymail-queues.pc.in: Fixed the name of the
	library in the -l option
	* Some ChangeLog fixes

2007-05-08  Javier Fernandez Garcia-Boente  <jfernandez@igalia.com>

	* libtinymail/tny-merge-folder.c: Add cancelled parameter to 
	transfer_msgs_async function.
	* libtinymail/tny-shared.h: Change TransferMsgsAsync callback 
	API function.
	* libtinymail/tny-shared.h: Add a new status code for 
	transfer_msgs_async function.
	* ibtinymail-camel/tny-camel-folder.c : Implementation of 
	status_callbacks calls in transfer_msgs_async function.

2007-05-08  Philip Van Hoof  <philip@codeminded.be>

	* -Wall warnings fixed
	* Speedups in TnyGtkHeaderListModel

2007-05-08  Murray Cumming  <murrayc@murrayc.com>

	* docs/devel/reference/tmpl/tny-shared.sgml:
	TnyGetPassFunc:
	* libtinymail/tny-password-getter.c: 
	tny_password_getter_get_password():
	* camel/camel-session.c:
	camel_session_get_password():
	Document the prompt parameter as best ignored, because there is nothing 
	sensible that a real-world application can do with it.

2007-05-08  Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* make _finalize in tny-maemo-conic-device also do the dummy
	        disconnect, so we don't crash-on-exit in scratchbox

2007-05-08  Murray Cumming  <murrayc@murrayc.com

	* libtinymail/tny-account-store.c:
	* libtinymail/tny-account-store.h: Change the alert_func vfunc to 
	provide a GError instead of a human-readable error string.
	(tny_account_store_alert): The documentation for this vfunc invoker 
	seems to refer to the vfunc (as is also normal in GTK+), so document 
	how the GError should be used and point out that the application 
	should translate the message and show an appropriate dialog.
	This does not seem to require the definition of a new GError domain - 
	the existing one seems suitable.
	
	* libtinymail-acap/tny-acap-account-store.c:
	(tny_acap_account_store_alert):
	* libtinymail-camel/tny-camel-account.c:
	(tny_camel_account_set_online_default):
	* libtinymail-camel/tny-session-camel.c:
	(tny_session_camel_alert_user), (foreach_account_set_connectivity):
	* libtinymail-gnome-desktop/tny-gnome-account-store.c:
	(tny_gnome_account_store_alert):
	* libtinymail-gpe/tny-gpe-account-store.c:
	(tny_gpe_account_store_alert):
	* libtinymail-maemo/tny-maemo-account-store.c:
	(tny_maemo_account_store_alert):
	* libtinymail-olpc/tny-olpc-account-store.c:
	(tny_olpc_account_store_alert):
	* tests/shared/account-store.c: (tny_test_account_store_alert):
	Use the GError instead of the message string.

2007-05-08  Philip Van Hoof  <philip@codeminded.be>

	* Real fix for a gtk_tree_model_row_inserted oddity
	* The problem was that me->cur_len was set to 1 to avoid an assertion
	in gtktreemodelsort.c (in gtk_tree_model_sort_build_level). The real
	fix was to check for list_model->cur_len in various GtkTreeModel
	implementations, rather than the list_model->items->len (only
	registered items are valid for GtkTreeModel, while registering is
	slower than simple appends or prepend, as registered requires the
	registration event to happen in the mainloop)

	* Fixes for a bunch of tickets
	* Fixed the IDLE support for folders with == 0 items

2007-05-07  Philip Van Hoof  <philip@codeminded.be>

	* Workaround for a gtk_tree_model_row_inserted oddity 

2007-05-07 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* Fixed some use-before-initalization bugs in tny-maemo-conic-device
	* Don't try to disconnect in the dummy case there

2007-05-06  Philip Van Hoof  <philip@codeminded.be>

	* Moved some stuff around
	* Created an internal API for status reporting

2007-05-04  Philip Van Hoof  <philip@codeminded.be>

	* Changed the TnyGetMsgCallback function signature to have a cancelled 
	property.
	* Implemented support for status-callbacks for tny_folder_get_msg_async
	* Changed the demoui to use the get_msg_async functionality for testing
	recent changes

	* This was a major API change

2007-05-04  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail/Makefile.am:
	* libtinymail/tny-idle-stopper-priv.c:
	* libtinymail/tny-idle-stopper-priv.h: Added a helper API to allow 2 or
	more idle handler callbacks to cooperate, so that one can stop the other
	one, in case they are called in an unexpected sequence, which happens 
	when they have different idle priorities. See the API documentation here
	for more details.

	* libtinymail-camel/tny-camel-folder.c:
	(tny_camel_folder_refresh_async_destroyer),
	(tny_camel_folder_refresh_async_callback), (destroy_progress_idle),
	(progress), (tny_camel_folder_refresh_async_status),
	(tny_camel_folder_refresh_async_default): Use shared TnyIdleHandler 
	instances, so that the main idle callback can stop the progress idle 
	callback from calling the status callback after the main callback, 
	which causes freed memory to be used, crashing modest. See the comments
	here fore more details.

	* libtinymail/tny-folder.c: Added some text to the 
	tny_folder_refresh_async() callbacks to make the sequence clearer. 
	I think that language bindings will actually need one or more destroy 
	callbacks eventually.

2007-05-04  Philip Van Hoof  <philip@codeminded.be>

	* Massive changes to TnyGetMsgQueue (unfinished, experimental)
	* Fix for urgent ticket #43

2007-05-03  Sergio Villar Senin  <svillar@igalia.com>
	* tests/functional/folder-lister-async.c: Fixed a build error in the
	tests caused by the API changes of yesterday
	* libtinymailui-gtk/tny-gtk-folder-store-tree-model.c: Fixed a call to
	_get_folders_async() that was receiving the arguments in a wrong
	order

2007-05-02  Javier Fernandez Garcia-Boente  <jfernandez@igalia.com>

	* Change API headers of async functions to pass a status callback
	method to get progress information about task execution. 
	* transfer_msgs_async_fun
	* get_folders_async_func
	* Camel implementation functions have been changed, but NULL 
	was assigned to status_callback, for the moment.

	* This was a major API change

2007-04-30  Philip Van Hoof  <philip@codeminded.be>

	* Added a TnyCombinedAccount type

	* This was a major API change

2007-04-29  Philip Van Hoof  <philip@codeminded.be>

	* Documentation updates
	* Made a few symbols start with an underscore, so that they are not
	exported by the linker

2007-04-29  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail-maemo/tny-maemo-account-store.c:
	(tny_maemo_account_store_add_store_account),
	(tny_maemo_account_store_add_transport_account):
	Correct NY_ACCOUNT_STORE typos to TNY_ACCOUNT_STORE, to avoid an 
	undefined symbol build error.

2007-04-29  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail-gnome-desktop/tny-gnome-device.c:
	* libtinymail-gpe/tny-gpe-device.c: (emit_status),
	(tny_gpe_device_reset), (tny_gpe_device_force_online),
	(tny_gpe_device_force_offline):
	* libtinymail-olpc/tny-olpc-device.c: (emit_status),
	(tny_olpc_device_reset), (tny_olpc_device_force_online),
	(tny_olpc_device_force_offline): 
	Copy/Paste the implementations from TnyGnomeDevice, so these 
	implementations also match the documented behaviour. I wish that 
	GInterfaces could have default implementations that could be shared.

2007-04-28  Philip Van Hoof  <philip@codeminded.be>

	* Documentation updates
	* Changes to the TnyAccountStore API
	* Removed the memory peak of yesterday (for the unread and total count)

	* This was a major API change

2007-04-27  Philip Van Hoof  <philip@codeminded.be>

	* Getting the unread and total counts correct. Latest changes
	introduce a memory peak at application startup. This peak can be
	improved by only reading the unread and total counts from the
	summary.mmap files in camel-lite (right now, the entire folder's info
	is read and parsed, causing the peak to occur)

	* Fixed the TnyGenericSendQueue implementation

2007-04-27  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail/tny-device.c: Improve the documentation for 
	tny_device_force_online(), tny_device_force_offline(), and 
	tny_device_reset(), describing why/when you might want to use them, 
	and describing how they affect the behaviour of this object. This 
	helps us to implement the underlying vfuncs.

	* libtinymail-gnome-desktop/tny-gnome-device.c:
	(tny_gnome_device_reset), (tny_gnome_device_force_online),
	(tny_gnome_device_force_offline):
	* libtinymail-maemo/tny-maemo-conic-device.c:
	(tny_maemo_conic_device_reset), (on_connection_event),
	(tny_maemo_conic_device_force_online),
	(tny_maemo_conic_device_force_offline),
	(tny_maemo_conic_device_instance_init): Improve the implementation, 
	to match the documented behaviour.

2007-04-27  Philip Van Hoof  <philip@codeminded.be>

	* Creating a new connection for getting uncached messages 
	with the IMAP code.

2007-04-27  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(on_connection_event), (tny_maemo_conic_device_get_iap): Added some 
	comments and  improved the (temporary) debug output so its more 
	obvious what is happening.

	* libtinymail/tny-device.c: Correct the tny_device_force_offline() and 
	tny_device_force_online() documentation. They were swapped.
	This still needs more documentation describing how these behave.

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

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(tny_maemo_conic_device_instance_init),
	(tny_maemo_conic_device_new): Do all the initialization in init, 
	because _new functions should just call g_object_new() and not 
	access private API, because they are just C convenience functions.
	(on_connection_event), (tny_maemo_conic_device_connect),
	(tny_maemo_conic_device_disconnect),
	(tny_maemo_conic_device_get_iap),
	(tny_maemo_conic_device_get_iap_list),
	(tny_maemo_conic_device_force_online),
	(tny_maemo_conic_device_force_offline),
	(tny_maemo_conic_device_finalize): 
	Copy the iap string instead of just storing the pointer, because 
	we have no guarantees about the lifetime of the string that 
	con_ic_event_get_iap_id() returns. Free it in finalize.
	Added g_return_if*() checks for priv->cnx, without which nothing 
	could work.

2007-04-23  Philip Van Hoof  <philip@codeminded.be>

	* tny_folder_change_set_received_msg,
	tny_folder_change_get_received_msg and
	TNY_FOLDER_CHANGE_CHANGED_MSG_RECEIVED added

	* This was a major API change

2007-04-24 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* Make tinymail/maemo buildable with or without libconic

2007-04-23  Philip Van Hoof  <philip@codeminded.be>

	* Introduction of the TnyStatus infrastructure
	* Changed the TnyStatusCallback function prototype to reflect the
	TnyStatus changes
	* Updated the demo-ui to start using the TnyStatus infrastructure

	* This was a major API change

2007-04-23 Javier Fernandez Garcia-Boente

	* Change priority flags management, using a bit mask to get assigned 
	priority.
	* New enumeration to define available priority flags. 

2007-04-21  Philip Van Hoof  <philip@codeminded.be>

	* Created a TnyGenericSendQueue which implements TnySendQueue in a
	generic way (doesn't strictly depend on the libtinymail-camel impl
	libraries like the TnyCamelSendQueue type)
	* Added the status_callback to tny_folder_get_msg_async
	* Renamed the TnyFolderRefreshStatusCallback to TnyStatusCallback

	* This was a minor API change (new type added)
	* This was a major API change for tny_folder_get_msg_async and
	tny_folder_refresh_async (TnyStatusCallback added and renamed)

2007-04-21  Philip Van Hoof  <philip@codeminded.be>

	* Made TnyGetMsgQueue not care about the folder (it'll use the
	tny_header_get_folder API)

	* This was a major API change

2007-04-20  Philip Van Hoof  <philip@codeminded.be>

	* Further implementing of TnyMergeFolder
	* Bugfixes in camel-lite (concurrent camel_folder_get_message on
	folders that are not selected)
	* Introduction of libtinymail-queues (which depens on asyncworker)

	* This was a major API change

2007-04-18  Philip Van Hoof  <philip@codeminded.be>

	* Further implementing of TnyMergeFolder
	* Bugfixing of several trac tickets (like #39)

2007-04-18  Murray Cumming  <murrayc@murrayc.com>

	* libtinymail-maemo/tny-maemo-conic-device.c:
	(tny_maemo_conic_device_connect),
	(tny_maemo_conic_device_disconnect),
	(tny_maemo_conic_device_get_current_iap_id),
	(tny_maemo_conic_device_get_iap),
	(tny_maemo_conic_device_get_iap_list),
	(tny_maemo_conic_device_free_iap_list):
	* libtinymail-maemo/tny-maemo-conic-device.h:
	Take a TnyMaemoConicDevice* instead of a TnyDevice, as that is 
	the convention for derived/implemented objects.
	Correct the TNY_TYPE_MAEMO_CONIC_DEVICE implementation so that 
	this can be used. 

2007-04-17  Shilpa Musti  <Shilpa.Musti@nokia.com>

	* Bugfix in TnyCamelTransportAccount

2007-04-17  Philip Van Hoof  <philip@codeminded.be>

	* Further implementing of TnyMergeFolder
	* Bugfix in TnyGtkHeaderListModel
	* Updates to the documentation

2007-04-17  Sergio Villar Senin  <svillar@igalia.com>

	* Fixed a build error regarding the new TnyMaemoConicDevice

2007-04-17  Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* Add the TnyMaemoConicDevice, which exposes libconic-specific
	functionality. When built for scratchbox, it tries to work in 'dummy
	mode', to make it still somewhat functional, even though connectivity
	does not work in scratchbox. The conic-specifics are only lightly
	tested. and need work, esp. for doing something in sbox

	* TnyMaemoDevice goes back to the dummy it was before, so this should
	make pre-libconic compiles (770) also possible; not tested though.

2007-04-13  Philip Van Hoof  <philip@codeminded.be>

	* Introduction of the TnyMergeFolder type

	* This was a major API change

2007-04-13  Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* remove #include for removed tny-maemo-password-dialog.h,
	  this broke the compilation

2007-04-12  Philip Van Hoof  <philip@codeminded.be>

	* Added skeleton for ACAP support
	* Major modifications to the 'getting of passwords'
	* Introduction of the TnyPasswordGetter interface

	* This was a major API change

2007-04-11  Philip Van Hoof  <philip@codeminded.be>

	* Fixed ticket #40

2007-04-11  Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* Improve tny-maemo-device so it works a bit better

2007-03-30  Philip Van Hoof  <philip@codeminded.be>

	* Support for low, high and normal X-Priority
	* Auto updating the unread count of TnyFolderObservers when unread
	flags are set on a TnyHeader
	* Fixed incrementally filling up a GtkTreeView while downloading is
	taking place (this needs a few small performance improvements btw).	

	* This was a major API change

2007-03-27  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-camel/tny-camel-store-account.c: added a missing folder
	reference when getting folders

2007-03-25  Philip Van Hoof  <philip@codeminded.be>

	* Support for filling up the header view (a.k.a. the summary view)
	with already or recently downloaded information while downloading is
	taking place. Take a look at the demo user interface's code to learn
	how to leverage this feature: You basically need to register the list
	(which will for example be a TnyGtkHeaderListModel instance) with the
	TnyFolderMonitor before launching the tny_folder_refresh_async method.

	* This ain't an API change, but this new feature does make more
	possible with the same API. It might also change behaviour a little
	bit (although it shouldn't for the old-style of using the 
	TnyFolderMonitor, or at least not as far as I know and tested).

2007-03-23  Philip Van Hoof  <philip@codeminded.be>

	* Support for X-Priority and X-MSMail-Priority
	* Experimental support for quickly detecting attachments availability

2007-03-20  Philip Van Hoof  <philip@codeminded.be>

	* Although this needs a lot testing, potential fix for ticket #30

2007-03-19  Philip Van Hoof  <philip@codeminded.be>

	* camel-lite: added some additional locking to narrow down 
	Ticket #27's problem

2007-03-17  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymail-test: fixed a compilation error and a compilation
	warning in two unit tests

2007-03-16  Dirk-Jan C. Binnema  <dirk-jan.binnema@nokia.com>
	
	* changed license to LGPL for some files which were mistakenly marked
	GPL

2007-03-16  Philip Van Hoof  <philip@codeminded.be>

	* Design by contract assertions
	* tny_account_store_find_account API added
	* tny_folder_find_msg API added

	* This was a major API change

2007-03-16  Sergio Villar Senin  <svillar@igalia.com>

	* libtinymailui/tny-msg-view.c: fixed a typo in a function name
	* libtinymail/tny-folder.c: fixed a DBC assertion

2007-03-15  Philip Van Hoof  <philip@codeminded.be>

	* Design by contract assertions

2007-03-15  Sergio Villar Senin  <svillar@igalia.com>

	* tests/funtional: added a functional test to transfer folders
	* libtinymail-camel/tny-camel-session.c: removed the first_switch
	attribute of TnySessionCamel
	* libtinymailui-gtk/tny-gtk-folder-store-tree-model.c: the deleter
	method now returns just after deleting a row
	* libtinymail-camel/tny-camel-folder.c: 
	Added some error management code when loading folders
	Added notification code to tny_camel_folder_copy_folder

2007-03-14  Juerg Billeter <j@bitron.ch>

	* libtinymail/tny-mime-part.c: Design by contract assertions

2007-03-14  Philip Van Hoof  <philip@codeminded.be>

	* tny_folder_store_remove now specifies and its implementation will
	unsubscribe all the observers of the folder being removed.
	* Design by contract assertions

	* This was a major API change

2007-03-14  Sergio Villar Senin  <svillar@igalia.com>

	* Fixed an issue with ACLOCAL_FLAGS in the autogen.sh

2007-03-11  Philip Van Hoof  <philip@codeminded.be>

	* Added the TnyFolderCaps API
	* Improved the tny_folder_copy and tny_folder_transfer_msgs
	implementations to support notifying folder observers about the
	changes that happened

	* This was a major API change

2007-03-10  Philip Van Hoof  <philip@codeminded.be>

	* Added tny_folder_get_url_string and tny_msg_get_url_string APIs
	* Made tny_account_get_url_string consistent in constness with the
	other get_url_string's

	* This was a major API change

2007-03-09  Philip Van Hoof  <philip@codeminded.be>

	* Added the tny_account_store_find_account API. It's possible that in
	future a set and get find strategy API will be added. For now, finding
	using only the url-string will suffice (and adding the find strategy
	later wont break the existing API, or at least doesn't have to as far
	as I can see now -- I might laugh at this entry in future, we'll see)
	
	* Changes to the TnyAccountStore implementations, it's more typical 
	now to let the account store store the instances internally, rather 
	than letting it always return new instances. How else are you going 
	to find the original TnyAccount instance with 
	tny_account_store_find_account?

	* Added the tny_account_matches_url_string API, to determine whether a
	specific account instance matches a specific url_string.

	* This was a major API change

2007-03-06  Philip Van Hoof  <philip@codeminded.be>

	* Bugfixes for summary items and writing them to disk, keeping the
	local array in sync with that is on disk
	* Reimplementation of the TnyGtkHeaderListModel, to use a GPtrArray in
	stead of a GList: should be both faster and less memory consuming
	* Removed some non-used camel-lite functionality and symbols

2007-03-05  Philip Van Hoof  <philip@codeminded.be>

	* Bugfix for ticket #26
	* Major changes in the TnyCamelHeader type
	* A new type called TnyCamelMsgHeader
	* Changes in the TnyCamelFolder type
	* API changes in the TnyPlatformFactory interface
	* Memory consumption reduction (major ones)
	* Split and cleanup of the TnyHeader implementations
	* Produced patch for Modest to cope with the changes

	* This was a major API change in libtinymailui and libtinymail-camel

2007-03-04  Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>

	* Small update for tny-maemo-device

2007-03-04  Philip Van Hoof  <philip@codeminded.be>

	* Bugfix for trac ticket #25
	* Created a new libtinymail-camel API:
	tny_camel_store_account_factor_folder
	* Implemented a factor_folder for TnyCamelPopStoreAccount
	* Implemented a rename for TnyCamelPopFolder

	* This was an API change for libtinymail-camel

2007-03-02  Philip Van Hoof  <philip@codeminded.be>

	* Added the TnyFolderStats type

	* This was a major API change

2007-03-01  Philip Van Hoof  <philip@codeminded.be>

	* Fixed THE flags bug (size was swapped with the flags field when
	reading from the summary file)

2007-02-28  Philip Van Hoof  <philip@codeminded.be>

	* Folder's unread count, total count and local size fixes

2007-02-23  Philip Van Hoof  <philip@codeminded.be>

	* tny_account_cancel API

	* This was a major API change

2007-02-20  Philip Van Hoof  <philip@codeminded.be>

	* Disabled the LIST with LSUB merging (it just doesn't sound right to
	do this, yet Evolution's Camel does this, as a result did camel-lite
	it too. No longer, for now).

2007-02-19  Sergio Villar Senin  <svillar@igalia.com>

	* TnyCamelFolder: Replaced the folder lock by a recursive static
	folder lock

2007-02-18  Philip Van Hoof  <philip@codeminded.be>

	* Various fixes for the folder create, rename and delete functionality

2007-02-16  Philip Van Hoof  <philip@codeminded.be>

	* TnyFolderObserver notifications
	* TnyFolderStoreObserver notifications
	* Implementation for poke() in tnycamelfolder
	* Lot's of fixes to the TnyFolderStoreObserver infrastructure
	* First pieces of letting TnyGtkFolderStoreTreeModel become a
	self-responsible TnyFolderStoreObserver and TnyFolderObserver (letting
	it act on changes)

2007-02-16  Sergio Villar Senin  <svillar@igalia.com>

	* Added tny_folder_get_folder_store(): retrieves the folder store
	of a given folder

2007-02-13  Philip Van Hoof  <philip@codeminded.be>

	* TnyFolderStoreObserver notifications

2007-02-14  Oystein Gisnas  <oystein@gisnas.net>

	* Maemo packaging scripts: add missing .install for lib-maemo

2007-02-13  Philip Van Hoof  <philip@codeminded.be>

	* Introduction of the TnyFolderStoreChange and TnyFolderStoreObserver

2007-02-13  Philip Van Hoof  <philip@codeminded.be>

	* Various error handling situations when the IMAP service went offline
	or something with the connection happened
	* Connection fails, retry after reconnect stuff

2007-02-13  Oystein Gisnas  <oystein@gisnas.net>

	* Maemo packaging scripts: split into one package per library

2007-02-12  Philip Van Hoof  <philip@codeminded.be>

	* Support for EXPUNGE and FETCH unsolicited events during IDLE. This
	should complete the support for IDLE and Push-Email. From now on we
	can start truly testing this.

2007-02-12  Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
	
	* Make TnyCamelSendQueue subclassable - add accessors
	  for setting the TnyCamelTransportAccount, and _flush

2007-02-10  Philip Van Hoof  <philip@codeminded.be>

	* Various bugfixes for the IDLE feature
	* Error reporting for the TnySendQueue
	* Bugfix for the Maildirs of the tnycamelsendqueue
	* Support in the IDLE (Push E-mail) feature for EXPUNGE
	* Major rewrites in camel-lite and important changes related to memory
	and reference counting in TnyCamelFolder and CamelFolder. Please keep
	an eye on memory from now on, as things related to reference counting
	of folders has changed.
	* Added reference debugging instrumentation to camel-lite
	* Rewrote certain parts of the IDLE support
	* Bugfixes in the condstore support

	* This was a major API change

2007-02-08  Philip Van Hoof  <philip@codeminded.be>

	* Removed the public constructor of TnyCamelFolder, use the private
	one if you really need it (normal people don't, and you can make the
	library crash of you use it wrongfully)
	* A factory for TnyCamelFolder instances will be put in place soon.

	* This was a major API change

2007-02-07  Philip Van Hoof  <philip@codeminded.be>

	* Support for non-blocking read in the SSL streams
	* Various bugfixing on the IDLE feature
	* Various bugfixing on summaries and disconnecting, reconnecting

2007-02-06  Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* update TnyMaemoDevice

2007-02-06  Philip Van Hoof  <philip@codeminded.be>

	* Support for IMAP IDLE (RFC 2177)

2007-02-05  Philip Van Hoof  <philip@codeminded.be>

	* Bugfix for issue #10

2007-02-02  Philip Van Hoof  <philip@codeminded.be>

	* CamelDiscoStore and CamelDiscoFolder implementation of the POP3
	provider of camel-lite. This means that the POP3 support now supports
	offline viewing E-mails
	* Changed a silly internal libtinymail-camel API

	* This was a major API change in libtinymail-camel

2007-01-31  Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
	
	* fix some camel leaks

2007-01-31  Sergio Villar Senin <svillar@igalia.com>

	* libtinymail-camel/tny-session-camel: fixed some wrong
	initializations

2007-01-31  Philip Van Hoof  <philip@codeminded.be>

	* Support for BINARY responses from IMAP servers that have the BINARY
	capability

2007-01-30  Philip Van Hoof  <philip@codeminded.be>

	* Little bugfix. Max line size of an E-mail is now MAX_LINE_SIZE
	* Cleaning up old code, fixing bug in the tny-session-camel.c
	* Cleaned up the support for POP3 in tny-camel-pop-store-account.c
		* Cleaned up the connecting
		* Cleaned up the disabled old code

2007-01-29  Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* Implemented tny-maemo-device (first version)

2007-01-29  Philip Van Hoof  <philip@codeminded.be>

	* Finally, asynchronously connecting. Though, it's experimental.
	* Various error checking and while-connecting error throwing
	* Bugfix when an account was unable to connect (the other accounts did
	strange things when trying to get messages), on the camel-lite IMAP
	provider.

2007-01-28  Philip Van Hoof  <philip@codeminded.be>

	* Lots of small bugfixes and testing. Also a few code boutifications

2007-01-27  Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>

	* Added some temporary hack for the pop3 provider to not
	  crash; this will be replaced by a real solution later, but for now
	  we just don't want the crashes.

2007-01-27  Philip Van Hoof  <philip@codeminded.be>

	* First LEMONADE feature, implemented support for the CONDSTORE 
	capability in camel-lite's IMAP provider (RFC 4551)
	* Changed some things about connecting, including the introduction of
	a new api tny_account_try_connect. All this connecting stuff is yet
	uncertain though.

	* This was a major API change

2007-01-26  Philip Van Hoof  <philip@codeminded.be>

	* Added the tny_account_set/get_mech API

	* This was a major API change

2007-01-26  Sergio Villar Senin <svillar@igalia.com>

	* Fixed the implementation of tny_camel_header_get_xxx methods. Now
	they return NULL whenever an error happens (or if the attribute hasn't
	a value yet) instead of the string "Invalid". The documentation has
	been updated also.

2007-01-26  Philip Van Hoof  <philip@codeminded.be>

	* Renamed tny_folder_expunge to tny_folder_sync, and made it possible
	to sync without expunging

	* This was a major API change

2007-01-25  Sergio Villar Senin <svillar@igalia.com>

	* Fixed a comparison in an if statement

2007-01-25 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>

	* Added TNY_FOLDER_TYPE_ARCHIVE and TNY_FOLDER_TYPE_NUM

2007-01-25  Philip Van Hoof  <philip@codeminded.be>

	* Added a CamelStreamGZip which might someday be used to support the
	COMPRESS capability of some LEMONADE-enabled IMAP servers. This new
	type is experimental and not sufficiently tested for real use.

2007-01-24  Sergio Villar Senin <svillar@igalia.com>

	* libtinymail-camel/tny-camel-mime-part.c: added a missing unlock

2007-01-23  Philip Van Hoof <philip@codeminded.be>

	* Several locking fixes when retrieving summary info
	* Performance improvements in camel-imap-folder.c
	* Bandwidth improvements for the IMAP provider

2007-01-22  Philip Van Hoof <philip@codeminded.be>

	* Preperation for notification of changes in folders, mostly bugfixes
	* More camel-folder-summary.c memory corruption bugfixes 
	* Added for-now unstable camel-lite API: camel_store_get_recent_messages
	Do not yet use this API, unless you want to screwup your IMAP
	connection significantly enough to make using tinymail impossible.
	* Several bugfixes in CamelImapFolder
	* Invalid UTF-8 in TnyGtkTextBufferStream solution
	* Removed an unneeded hashtable from CamelFolderSummary, reducing
	memory consumption
	* Performance improvements

2007-01-21  Philip Van Hoof <philip@codeminded.be>

	* Preperation for notification of changes in folders, mostly bugfixes
	* Important bugfix for camel-folder-summary.c when creating new
	CamelMessageInfo instances without having a summary instance (the size
	was too small)
	* Compile with -DIM_TESTING in the CFLAGS to see the TnyFolderMonitor
	in action already

2007-01-19  Philip Van Hoof <philip@codeminded.be>

	* Preparations for notification of changes in folders

2007-01-17  Philip Van Hoof <philip@codeminded.be>

	* Introduction of TnyFolderChange, TnyFolderObserver, TnyFolderMonitor
	* Updated Python bindings

	* This was a major API change in all

2007-01-17  Sergio Villar Senin <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c: fixed a bug in folder renaming
	* libtinymailui-gtk/tny-gtk-msg-view.c: added a missing macro in a
	function call
	* libtinymailui/tny-msg-view.c: added tny_msg_view_clear prototype to
	the header file

2007-01-16  Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* Added the MESSAGE_SIZE column to the TnyGtkHeaderListModel

	* This was a API change in libtinymailui-gtk

2007-01-16  Philip Van Hoof <philip@codeminded.be>

	* Preparations for size limited retrieval
	* Major refactoring for the flags of messages
	* Support for the size attribute in TnyHeader on IMAP
	* Support for the size attribute in TnyHeader on POP
	* More precision in the status handling (for progressbars). No more
	percentages but actual "sofar" and "oftotal" numbers
	
	* This was a major API change in camel-lite
	* This was a major API change in all
	* This change influenced the on-disk cache

2007-01-14  Philip Van Hoof <philip@codeminded.be>

	* Implementation for TNY_HEADER_FLAG_CACHED and
	TNY_HEADER_FLAG_PARTIAL for IMAP and POP3
	* Introduction of TNY_HEADER_FLAG_CACHED and 
	TNY_HEADER_FLAG_PARTIAL in the TnyHeader type
	* Introduction of new API tny_send_queue_cancel
	* Improvements on status reporting (percentage completed when
	refreshing summary information of both POP3 and IMAP folders)

	* This was a major API change

2007-01-13  Philip Van Hoof <philip@codeminded.be>

	* Introduction of the TnyLockable type
	* Implementation of TnyGtkLockable and TnyNoopLockable
	* Ui locking in TnySessionCamel
	* Async authentication in TnySessionCamel
	* Async alerts in TnySessionCamel
	* Updated API documentation

	* This was a major API change

2007-01-12  Philip Van Hoof <philip@codeminded.be>

	* Refreshing POP folders, bugfix

2007-01-11  Philip Van Hoof <philip@codeminded.be>

	* Implemented partial message retrieval for POP
	* Implemented detecting partial retrieval status for POP

2007-01-10  Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>

	* Fix tiny leak in tny_folder_store_query_add_item

2007-01-10  Philip Van Hoof <philip@codeminded.be>

	* Improved the camel-lite POP summary support by detecting the TOP
	capability

2007-01-09  Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>

	* Added some extra TnyFolderType's for use in tinymail clients

2007-01-09  Philip Van Hoof <philip@codeminded.be>

	* Temporary POP implementation (CamelFolderSummary support)

2007-01-09  Philip Van Hoof <philip@codeminded.be>

	* Implemented a very memory efficient message fetching mechanism in
	camel-lite (it uses streams rather than copying things in memory)
	* Improved the partial message retrieval with this new method too
	* Partial retrieval status detection
	* Added the TnyPair type
	* Added the tny_mime_part_get_header_pairs API

	* This was a major API change

2007-01-08  Philip Van Hoof <philip@codeminded.be>

	* Implemented first pieces of the partial message retrieval
	* Further implemented TnyCamelPopFolder and TnyCamelPopAccount

2007-01-04  Philip Van Hoof <philip@codeminded.be>

	* Created the TnyMsgReceiveStrategy infrastructure
	* Implemented TnyCamelFullMsgReceiveStrategy
	* Implemented dummy-copy of TnyCamelPartialMsgReceiveStrategy
	* Updated the documentation
	* Updated the Python bindings for this
	* Adjusted the camel-lite API to cope with upcoming partial message
	retrieval features

	* This was a major API change

2007-01-03  Philip Van Hoof <philip@codeminded.be>

	* Porting to the one laptop per child project laptop
	* Created marketing demo video about tinymail on the OLPC, posted on 
	tinymail.org and youtube
	* Analysis of partial message retrieval
	* Created documentation item about partial message retrieval

2007-01-02  Philip Van Hoof <philip@codeminded.be>

	* Created new documentation items
	* Created camel-lite internal documentation items

2007-01-02  Sergio Villar Senin <svillar@igalia.com>
	* Replaced an include that prevented the documentation from being
	built

2006-12-25  Philip Van Hoof <philip@codeminded.be>

	* Various fixes about creating and sending E-mails
	* Added a TnyCamelMemStream type
	* Added a msg-send test

2006-12-25  Philip Van Hoof <philip@codeminded.be>

	* TnyPlatformFactory: Added new_msg, new_header and new_mime_part

	* This was a major API change

2006-12-21  Sergio Villar Senin <svillar@igalia.com>

	* docs/devel/reference/Makefile.am: added the path where to look
	for the includes of the tests

2006-12-20  Philip Van Hoof <philip@codeminded.be>

	* Fixed a few reference counting problems too

2006-12-18  Øystein Gisnås  <oystein@gisnas.net>

	* Fixed a few reference counting problems 
	
2006-12-16  Philip Van Hoof <philip@codeminded.be>

	* Fixes and simplification of API for RFC822 support

2006-12-16  Øystein Gisnås  <oystein@gisnas.net>

	* libtinymail-test/: Some unit test improvements and added two new
	unit tests
	* Documentation fixes in TnyList

2006-12-15  Philip Van Hoof <philip@codeminded.be>

	* libtinymail-camel/camel-lite/camel: merging interesting bits and
	pieces with upstream Camel

2006-12-14  Sergio Villar Senin <svillar@igalia.com>

	* libtinymail-camel/tny-camel-store-account.c:
	* libtinymail-camel/tny-camel-folder.c: replaced some double pointers
	by simple pointers. Fixed some uninitialized GError's

2006-12-11  Sergio Villar Senin <svillar@igalia.com>

	* libtinymail/tny-folder.h: added the tny_folder_get_msg_async
	signature to the list of public methods

2006-12-10  Philip Van Hoof <philip@codeminded.be>

	* Committed unfinished copy/moving of folders

	* This was a major API change in libtinymail

2006-12-08  Øystein Gisnås  <oystein@gisnas.net>

	* Ported GUnit unit tests to Check

2006-12-08  Philip Van Hoof <philip@codeminded.be>

	* Added the tny_folder_transfer_msgs_async API
	* Implemented for libtinymail-camel
	* Fixed some progress/status numbers and changed its API

	*  This was a major API change

2006-12-07  Sergio Villar Senin <svillar@igalia.com>

	* libtinymail-camel/tny-camel-header.c: Added a default camel
	implementation for tny_header_set/get_replyto

2006-12-06  Philip Van Hoof <philip@codeminded.be>

	* Added the tny_folder_get_msg_async API
	* Implemented tny_camel_folder_get_msg_async

	* This was a major API change in libtinymail

2006-12-01  Philip Van Hoof <philip@codeminded.be>

	* Support for content-objects in RFC822 messages

	* This was a major API change

2006-11-30  Sergio Villar Senin <svillar@igalia.com>
	* libtinymail-camel/tny-camel-common.c: a store query with no items
	filters nothing

2006-11-30  Philip Van Hoof <philip@codeminded.be>

	* Bugfixes and Maildir implementations for TnyCamelSendQueue
	* Renamed TnyGtkAccountTreeModel to TnyGtkFolderTreeModel and adapted
	the type to accept any TnyFolderStore instance

	* This was a major API change in libtinymailui-gtk

2006-11-28  Philip Van Hoof <philip@codeminded.be>

	* Fixed various locking and error handling problems
	* Fixed support for unread-message count

2006-11-27  Philip Van Hoof <philip@codeminded.be>

	* Added the first pieces for error reporting and support
	* Added error reporting and checking in a lot methods and types
	* Adapted the Python bindings to support error checking

	* This was a major API change in all libraries

2006-11-27  Øystein Gisnås <oystein@gisnas.net>

	* Added an API unit test suite for testing
	  against libraries currently installed on the system

2006-11-26  muppet <scott@asofyet.org>

	* tools/gtypeinterface-h-files-to-c-file.pl: Rewrite and major
	improvements

2006-11-26  Philip Van Hoof <philip@codeminded.be>

	* tools/gtypeinterface-h-files-to-c-file.pl: Initial implementation

2006-11-23  Philip Van Hoof <philip@codeminded.be>

	* The mail-sending API, fine tuning

	* This is a major API change in libtinymail

2006-11-24  Sergio Villar Senin <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c: initilize a CamelException
	* libtinymail-camel/tny.camel-store-account.c: added a folder
	unsubscription before a folder delete

2006-11-23  Thomas Viehmann <tv@beamnet.de>

	* Improvements for the debian package

2006-11-23  Philip Van Hoof <philip@codeminded.be>

	* Major fixes and refactoring for the rfc822 support
	* Reimplemented TnyGtkMsgWindow
	* Added a tny_msg_view_create_new_inline_viewer API

	* This was a major API change in libtinymailui & libtinymailui-gtk

2006-11-23  Sergio Villar Senin <svillar@igalia.com>

	* libtinymail-camel/tny-camel-folder.c: added support to rename
	folders
	* libtinymail-camel/tny-camel-store-account.c: refactored the
	subscriptions code
	* libtinymail-gnome-desktop/tny-gnome-account-store.c: removed a small
	leak

	* This was a major API change in libtinymail

2006-11-21  Sergio Villar Senin <svillar@igalia.com>

	* Fixed a bug when subscribing new folders
	* Added the signal "subscription_changed" to TnyStoreAccount
	* Added a query to TnyGtkFolderStoreTreeModel
	* tinymail/tny-demoui-summary-view.c: now asks only for the
	subscribed folders

	* This was a major API change in libtinymailui-gtk

2006-11-21  Philip Van Hoof <philip@codeminded.be>

	* Major changes in TnyMsg and TnyMimePart
	* First support for message/rfc822 messages
	* API documentation enhancements
	* Date fixes in TnyCamelHeader
	
	* This was a major API change in all libraries

2006-11-20  Philip Van Hoof <philip@codeminded.be>

	* A new style of handling mime parts
	* First building blocks for supporting message/rfc822
	* Should-be bugfix for an issue in camel-lite's mime-parser on ARM

2006-11-20  Sergio Villar Senin <svillar@igalia.com>

	* Improved the support for subscribing and ubsubscribing folders
	* Improved creating new folders

2006-11-17  Philip Van Hoof <philip@codeminded.be>

	* A few s/g_new/g_slice replacements

2006-11-17  Don Scorgie <DonScorgie@Blueyonder.co.uk>

	* Fix for Mozilla bug: http://bugzilla.gnome.org/show_bug.cgi?id=157941
	(comments #46-#51 discuss the problem)
	* Copied the fix from Yelp to libtinymail-mozembed by Philip

2006-11-17  Sergio Villar Senin <svillar@igalia.com>

	* libtinymail/tny-folder.h
	* libtinymail/tny-folder.c: added tny_folder_transfer_msgs for
	copying/moving messages between folders

	* libtinymail-camel/tny-camel-folder.h
	* libtinymail-camel/tny-camel-folder.c: added a default Camel
	implementation for tny_folder_transfer_msgs method

	* test/functional/Makefile.am
	* test/functional/msg-transfer.c: added this program to test
	tny_folder_transfer_msgs implementation

2006-11-16  Philip Van Hoof <philip@codeminded.be>

	* libtinymail-camel/camel-lite: Fixed a rather big memory leak when
	downloading new messages happened
	* Added a basic first Camel implementation for TnySendQueue

2006-11-16  Sergio Villar Senin <svillar@igalia.com>

	* libtinymail/tny-folder-store-query.c
	(tny_folder_store_query_item_get_type): replaced TnyFolderStoreQuery
	by TnyFolderStoreQueryItem in the instance size field 

2006-11-15  Philip Van Hoof <philip@codeminded.be>

	* libtinymailui-mozembed: fixes for the Gecko support

2006-11-14  Philip Van Hoof <philip@codeminded.be>

	* libtinymailui-mozembed: fixes for the Gecko support

2006-11-13  Philip Van Hoof <philip@codeminded.be>

	* libtinymail-camel/camel-lite: moved some scripts in the configure.ac
	to the m4 directory to simplify migrating to the toplevel configure.ac
	once
	* libtinymail-camel: Reference counting of returned Camel types

	* This was a major API change in libtinymail-camel

2006-11-13  Øystein Gisnås <oystein@gisnas.net>

	* debian/: Dependencies
	* README: Some documentation updates

2006-11-12  Philip Van Hoof <philip@codeminded.be>

	* Corrected the MimePartSaveStrategy pattern method naming
	* Various gtk-doc fixes
	* Added the tny_folder_add_msg API and implemented it for TnyCamelFolder

	* This was a major API change

2006-11-12  Øystein Gisnås <oystein@gisnas.net>

	* debian/: Added debian package information and environment

2006-11-11  Øystein Gisnås <oystein@gisnas.net>

	* libtinymail-camel/camel-lite/Makefile.am: make distcheck fix

2006-11-09  Sergio Villar Senin <svillar@igalia.com>

	* libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c:
	removed a blank space at the end of CAMEL_MESSAGE_INFO_HEADERS
	that caused an error when trying to fetch messages from an IMAP
	server.

2006-11-09  Philip Van Hoof <philip@codeminded.be>

	* Introduction of the new TnySendQueue interface
	* Added a lot assertions to check for type safety
	* Made expunging of a folder work while headers are still active.
	Removed the limitation (denying the expunge to happen) and fixed the
	mmap camel-folder-summary.c implementation to support this.

	* This was a major API change

2006-11-06  Philip Van Hoof <philip@codeminded.be>

	* Introduction of the TnyMsgRemoveStrategy, which makes it more
	flexible to define how tinymail should remove messages (as this might
	be specific per device). Although this means a major API change, not a
	lot external API has changed. A default remove strategy is used for
	each folder and is implemented as TnyCamelMsgRemoveStrategy. This
	is an overwritable property.

	* Made a bunch of types their implementation methods virtual
	(overwritable when inheriting the type)

	* This was a major API change

2006-11-06  Sergio Villar Senin <svillar@igalia.com>

	* libtinymail-camel/tny-camel-transport-account.c: adds the addresses
	of the cc and bcc fields to the list of	recipients when sending an 
	email with camel
	
2006-11-06  Philip Van Hoof <philip@codeminded.be>
	
	* Build environment improvements

2006-11-03  Sergio Villar Senin <svillar@igalia.com>

	* libtinymail-camel: Some bugfixes for when sendings E-mails

2006-11-01  Philip Van Hoof <philip@codeminded.be>

	* libtinymail-camel/camel-lite: Restored the OpenSSL support

2006-10-30  Philip Van Hoof <philip@codeminded.be>

	* libtinymail-camel/camel-lite: Build environment simplificiations

2006-10-27  Sergio Villar Senin <svillar@igalia.com>

	* libtinymail-camel/camel-lite: Added xulrunner-nspr/nss as possible
	nspr and nss packages
	* libtinymail-camel/libtinymail-camel.pc.in: Bugfix

2006-10-27  Philip Van Hoof <philip@codeminded.be>

	*  libtinymail-camel/camel-lite: NSPR & NSS detection, bugfix

2006-10-26  Philip Van Hoof <philip@codeminded.be>

	*  libtinymail-camel/camel-lite: Aggressive memory reductions by
	removing unused features and fields from Camel

2006-10-25  Philip Van Hoof <philip@codeminded.be>

	* libtinymail-camel/camel-lite: Applied patch #75412 of Bug #363695
	which was done by Matthew Barnes (porting the patch from evolution-
	data-server to camel-lite)
	* libtinymail-camel/camel-lite: Bugfixes (important ones)
	
2006-10-24  Philip Van Hoof <philip@codeminded.be>

	* libtinymail-camel/camel-lite: All sorts of bugfixes

2006-10-23  Philip Van Hoof <philip@codeminded.be>

	* libtinymail-camel/camel-lite: Drastic reduction of memory
	consumption on initial download of both IMAP and NNTP folders.
	* libtinymail-gnome-desktop: Default status of the device is now
	offline instead of online (for example in case network manager
	installation was invalid or not found)
	* Bugfix reported by Nitin.Mahajan@nokia.com
	* libtinymail-camel/camel-lite: Merging with Matthen Barnes's stuff

2006-10-20  Sankarshan Mukhopadhyay <sankarshan.mukhopadhyay@gmail.com>

	* docs/deve/reference/libtinymail-docs.sgml: Language corrections in
	the introduction of the API reference documentation.

2006-10-20  Philip Van Hoof <philip@codeminded.be>

	* libtinymail-camel/camel-lite: Allocation of the CamelFolderInfo is
	now with GSlice instead of many different malloc ways. This one needs
	testing!

2006-10-19  Philip Van Hoof <philip@codeminded.be>

	* libtinymail-camel: bugfix in tny-camel-store-account.c
	* libtinymail-camel/camel-lite: Merged with new stuff from Matthew
	* Memory consumption reduction in libtinymail-camel/camel-lite

2006-10-18  Philip Van Hoof <philip@codeminded.be>

	* libtinymail-camel/camel-lite/: EMsgPort, EThread, EMutex and
	EMemChunk replacements with modern glib infrastructure like
	GAsyncQueue, GThread, GMutex and g_slice_alloc

2006-10-17  Philip Van Hoof <philip@codeminded.be>

	* Added libtinymail-camel/camel-lite
	* Made a huge amount of compiler warning fixes to libtinymail-camel/camel-lite
	* Reorganization of some build scripts
	* Fixed the tests and unit tests
	* Fixed the documentation build procedure

2006-10-16  Philip Van Hoof <philip@codeminded.be>

	* Fixed the Python bindings
	* Added lots of code samples to the API reference documentation

	* This was a major API change in the Python bindings

2006-10-15  Philip Van Hoof <philip@codeminded.be>

	* Major refactoring in the TnyMimePartSaveStrategy stuff
	* Introduced a new client-type for the strategy pattern:
	the TnyMimePartSaver
	* Removed all saving functionality from the default gtk+
	types: the developer who will create an E-mail client is
	the person who should connect the dots (inherit a TnyMsgView
	and/or a TnyMimePartView, or implement it fully, and let that
	type also implement the TnyMimePartSaver)
	* Renamed TnySaveStrategy to TnyMimePartSaveStrategy

	*  This was a major API change in libtinymailui
	
2006-10-13  Philip Van Hoof <philip@codeminded.be>

	* Added the TnyGtkAttachmentMimePartView type

	*  This was a major API change in libtinymailui-gtk
	
2006-10-12  Philip Van Hoof <philip@codeminded.be>

	* The new TnyMimePartView API
	* The TnyMimePartView API implemented for Gtk+
	* The TnyMimePartView API implemented for GtkMozEmbed

	* This was a major API change in libtinymailui
	 
2006-09-26  Philip Van Hoof <philip@codeminded.be>

	* Bugfix in tny-camel-folder.c, added documentation aid
	* Fixed possible memory leak

2006-09-25  Philip Van Hoof <philip@codeminded.be>

	* Aggressively hardened the TnyCamelFolder implementation. This
	hardening isn't good for debugging, as major bugs and mistakes now
	won't crash. Therefore it's possible that some hardening is going to
	come inbetween #ifdef/#endif's so that developers still get a crashing
	tinymail. However. I soon want to release, therefore this hardening
	tries to on forehand detect problems with the CamelFolder instance.

	These problems specifically arise when CamelOperation cancellations
	have happened. The problem is that the instance (priv->folder) isn't
	always a CamelFolder anymore (especially after cancellation). Sure
	this is a Camel bug or probably a Camel bug, but tinymail crashes
	cause of it. Tinymail's 1.0 release shouldn't crash, period.

	This doesn't mean that I will leave this work-around hack for what it
	is. I will indeed investigate and find the real bug that is causing
	this to happen. Why else do you think I leave a big fat fucking note
	in the ChangeLog for everybody to see?

	Feel free to help me spot it, and/or fix it.

2006-09-19  Philip Van Hoof <philip@codeminded.be>

	* Fixed compilation for OLPC, GPE and Maemo platforms

2006-09-17  Philip Van Hoof <philip@codeminded.be>

	* Changed the length method of the TnyList interface to get_length as
	it's a normal property like any other
	* Changed the eos method of the TnyStream interface to is_eos as it's
	a normal property like any other
	* Changes to the subscribe/unsubscribe API in TnyFolder

	* This was a major API change

2006-09-14  Philip Van Hoof <philip@codeminded.be>

	* Bugfixes in the list types found after improving a few unit tests
	* Bugfixes in the stream types found after improving a few unit tests
	* Fixed the TnyFsStream, TnyGtkTextBufferStream and TnyVfsStream types

2006-09-13  Philip Van Hoof <philip@codeminded.be>

	* Removed silly API in TnySessionCamel, solved the need for the API internally
	* Bug fixes in TnySessionCamel
	* Introduction of TnyGtkFolderTreeModel (however, it's atm unfinished)
	* Introduction of TnyGtkAccountListModel which could be useful for for
	example the GtkComboBox view component, the TnyGtkFolderStoreTreeModel
	doesn't change in functionality. It's also likely that a
	TnyGtkFolderStoreTreeModel will also be implemented at some point. The
	TnyGtkAccountListModel in combination with such a
	TnyGtkFolderStoreTreeModel used on a GtkComboBox and a GtkTreeView would
	mimic the behaviour of the TnyGtkFolderStoreTreeModel on a GtkTreeView by
	separating the two views (for example a combo box with accounts and a
	treeview with folders in the current account, rather than only support
	for a treeview with both accounts and folders)
	* Added documentation about the Gtk+ tree model column enumerations
	* Added documentation about tinymail enumerations

	* This was a major API change in libtinymail-camel
	
2006-09-11  Philip Van Hoof <philip@codeminded.be>

	* Experimented a bit with scanvirtuals.py in bindings/python decided
	to add it
	* Fixed some guards for the folder_name of TnyCamelFolder
	* Fixed small memory leak
	* Implemented create_folder and remove_folder in TnyCamelFolder
	and TnyCamelStoreAccount
	* Fixed the signal documentation of the TnyFolder, TnyAccountStore and
	TnyDevice interfaces
	* Improved the documentation generation
	* Small fixes for the signals of above types
	* From now on will --enable-gtk-doc require --enable-tests too
	* Fixed the Python binding's get_folders_async of TnyFolderStore
	* Fixed a reference counting problem on TnyList::copy

	* This was a major API change in libtinymail

2006-09-08  Philip Van Hoof <philip@codeminded.be>

	* Fixed the Python bindings
	* Fixed the TnyIterator API (current -> get_current, as it's a
	property like any other property)
	* Added lots of samples to the API reference documentation

	* This was a major API change in all libraries
	
2006-09-06  Philip Van Hoof <philip@codeminded.be>

	* The big commit we have all been waiting for: Removing the Iface
	suffix from the interface types
	* This was a huge API change

	* This was a major API change in all libraries

2006-09-05  Philip Van Hoof <philip@codeminded.be>

	* Renamed TnyList to TnySimpleList
	* Renamed TnySummaryView to TnyDemouiSummaryView
	* Bugfix in tny-gtk-header-list-model.c

	* This was a major API change in all libraries

2006-09-04  Philip Van Hoof <philip@codeminded.be>

	* Renamed the GPE types in libtinymail-gpe
	* Renamed the Maemo types in libtinymail-maemo
	* Renamed the OLPC types in libtinymail-olpc
	* Renamed the GNOME types in libtinymail-gnome-desktop

	* Made compilation of the demo-ui optional
	* Added some ifdefs to the demo-ui

	* This was a major API change in libtinymail-gpe, libtinymail-maemo,
	libtinymail-olpc and libtinymail-gnome

2006-09-04  Philip Van Hoof <philip@codeminded.be>
	
	* Renamed TnyDevice of libtestshared to TnyTestDevice
	* Renamed TnyPlatformFactory of libtestshared to
	TnyTestPlatformFactory
	* Renamed TnyAccountStore of libtestshared to TnyTestAccountStore

	* This was a minor API change

2006-09-03  Philip Van Hoof <philip@codeminded.be>

	* Renamed TnySaveStrategy to TnyGtkSaveStrategy
	* Renamed TnyTextBufferStream to TnyGtkTextBufferStream
	* Bugfix in TnyMozEmbedMsgView and TnyGtkMsgView
	* Renamed TnyAccountTreeModel to TnyGtkFolderStoreTreeModel
	* Renamed TnyHeaderListModel to TnyGtkHeaderListModel
	* Renamed TnyAttachListModel to TnyGtkAttachListModel
	* Fixed several reference counting problems

	* This was a major API change in libtinymailui-gtk

2006-09-01  Philip Van Hoof <philip@codeminded.be>

	* Renamed TnyHeaderView to TnyGtkHeaderView

	* This was a major API change in libtinymailui-gtk

2006-08-31  Philip Van Hoof <philip@codeminded.be>

	* Fixed some small issues in the renaming patch of Thomas and
	committed it.

	* These fixes too where a major API change in libtinymailui-gtk

2006-08-31  Thomas Hisch <t.hisch@gmail.com>

	* Renamed TnyMsgView to TnyGtkMsgView
	* Renamed TnyMsgWindow to TnyGtkMsgWindow

	* This was a major API change in libtinymailui-gtk
		
2006-08-31  Philip Van Hoof <philip@codeminded.be>

	* Made TnyCamelFolder and TnyAccountStore's get_folders
	and get_folders_async methods virtual ones that can be
	overridden

	* Refactored TnyCamelStoreAccount into three types:
	TnyCamelIMAPStoreAccount, TnyCamelNNTPStoreAccount and
	TnyCamelPOPStoreAccount (todo: the folders and implementing
	custom get_folders and get_folders_async methods for NNTP
	and POP)

	* Created templates for TnyCamelPOPFolder, TnyCamelIMAPFolder
	and TnyCamelNNTPFolder

	* This was a major API change in libtinymail-camel

2006-08-30  Thomas Hisch <t.hisch@gmail.com>

	* Renamed TnyHeader to TnyCamelHeader

	* This was a major API change in libtinymail-camel
	
2006-08-30  Philip Van Hoof <philip@codeminded.be>

	* Updated the platform specific libraries olpc, maemo, gpe and
	gnome-desktop to the new APIs

	* Renamed TnyAccount to TnyCamelAccount
	* Renamed TnyStoreAccount to TnyCamelStoreAccount
	* Renamed TnyCamelStream to TnyStreamCamel
	* Renamed TnyStreamCamel to TnyCamelStream
	* Renamed TnyMimePart to TnyCamelMimePart
	* Renamed TnyMsg to TnyCamelMsg
	* Renamed TnyFolder to TnyCamelFolder

	* This was a major API change in libtinymail-camel
	
2006-08-29  Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
	
	* Fix type conflict in libtinymail-camel; only store accounts have
	folders anyway

2006-08-29  Thomas Hisch <t.hisch@gmail.com>

	* Bugfix in libtinymail-gnome-desktop/tny-account-store.c
	
2006-08-29  Philip Van Hoof <philip@codeminded.be>

	* Updated the Python bindings a little bit
	* Documentation updates
	* Added some support for the doxygen documentation generator

2006-08-28  Philip Van Hoof <philip@codeminded.be>

	*  Added unit tests for TnyFolderStoreQuery
	*  Added unit tests for TnyMsgIface
	*  Fixed some ugly memory leaks (reference count problems)
	* Implemented a first attempt of the get_folders_async API of
	TnyFolderStoreIface
	* Added a functional test folder-lister-async.c for the 
	get_folders_async API of TnyFolderStoreIface
	* Support for non-mainloop _async methods

	* This was a major API change in all

2006-08-27  Philip Van Hoof <philip@codeminded.be>

	* Bugfix when switching offline and online and again getting a
	message that had been viewed already

	* Rechecked the dirty camel_object_unref hacks in tny-msg.c

2006-08-26 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>

	* Made tinymail compile with -Wall -Werror
	* Fix some AMD64 problems
	* Fix test program (gtk_init)
	* Fix internet address parsing (camel-common)

2006-08-25  Philip Van Hoof <philip@codeminded.be>

	* Further upgraded to the new get-folders API
	* Updated the API documentation

2006-08-25  Philip Van Hoof <philip@codeminded.be>

	* Added the tny_msg_view_iface_clear API

	* This was a major API change in libtinymailui and libtinymailui-gtk

2006-08-25  Philip Van Hoof <philip@codeminded.be>

	* libtinymailui-gtk/tny-account-tree-model.c: Reimplemented using the
	new TnyFolderStoreIface API

2006-08-25  Philip Van Hoof <philip@codeminded.be>

	* Speedup the new get-folders API by caching the CamelFolderStore

2006-08-25  Philip Van Hoof <philip@codeminded.be>

	* Lots of files: Removed the tny_folder_iface_uncache API and replaced 
	it with a detection mechanism that automates this. It will now uncache 
	the folder once there's no more header instances of that folder being 
	referenced.

	This indeed means that the reference counting of the headers must be 
	carefully monitored and absolutely correct. Some of the changes of this
	commit included fixes for this. For example the reparenting of the 
	header instance didn't happen in the TnyMsgViewIface implementations in
	ui-gtk and ui-mozembed.

	* This was a major API change in all
	
2006-08-24  Philip Van Hoof <philip@codeminded.be>

	* libtinymail-camel/tny-camel-common.c, 
	libtinymail-camel/tny-folder.c, libtinymail-camel/tny-store-account.c,
	libtinymail-camel/tny-camel-common-priv.h, libtinymail-camel/
	tny-folder-priv.h, tests/functional/folder-lister.c, libtinymail/
	tny-store-account-iface.c, libtinymail/tny-shared.h, libtinymail/
	tny-folder-store-query.c, libtinymail/tny-folder-store-iface.c, 
	libtinymail/tny-folder-store-query.h, libtinymail/tny-folder-store-
	iface.h, libtinymail/Makefile.am, libtinymail/tny-folder-iface.c: 
	The new get-folders API

	* This was a major API change in all

2006-08-23  Philip Van Hoof <philip@codeminded.be>
	
	* ChangeLog: Corrected the dates
	* libtinymail-test: Implemented unit tests for TnyFolderIface
	* Made tests/shared reusable for the unit test library
	* Various fixes
	* API simplification of TnyFolderIface
	* API documentation of TnyFolderIface
	
	* This was a major API change in all
	
2006-08-22  Philip Van Hoof <philip@codeminded.be>

	* tests/*: Added some tests

2006-08-20  Philip Van Hoof <philip@codeminded.be>

	* Reviewed and corrected Dirk-Jan's patch of 08-08
	* Removed the has_first and has_next methods from the iterator API
	* Moved the Python demo to tests/python-demo

	* This was a major API change in all
	
2006-08-08  Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>

	* make iterator ops next/prev/first/last/nth all void
	* g_object_ref iterator _current retval, except with headers...
	* misc small fixes (-Wall -Wextra helps...)

	* This was a major API change in all
	
2006-08-01  Philip Van Hoof <philip@codeminded.be>

	* Implemented a few new unit tests
	* Completed a few existing unit tests

2006-07-30  James Livingston <doclivingston@gmail.com>

	* bindings/python/tinymail.override: Sequence protocol, initial pieces 
	of implementation

2006-07-29  Philip Van Hoof <philip@codeminded.be>

	* Improved the enums (GType'ed them)

	* This was a minor API change in all but a major one for language
	bindings
	
2006-07-29  Philip Van Hoof <philip@codeminded.be>

	* bindings/python/*: Some fixes for the Python bindings
	* libtinymailui-gtk/tny-account-tree-model-priv.h, libtinymailui-gtk/
	tny-account-tree-model.h, libtinymailui-gtk/ tny-header-list-model
	-priv.h: Forward typedefs don't work well with the python binding 
	generator

2006-07-29  Gustavo J. A. M. Carneiro <gjc@inescporto.pt>

	* bindings/python/*: Some fixes for the Python bindings

2006-07-28  James Livingston <doclivingston@gmail.com>

	* bindings/python/*: Some fixes for the Python bindings

2006-07-28  Philip Van Hoof <philip@codeminded.be>

	*  bindings/python/*: Some fixes for the Python bindings

2006-07-27  Philip Van Hoof <philip@codeminded.be>

	*  tinymail-python/ moved to bindings/python
	*  bindings/python: reworked the python bindings

2006-07-10  Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* Removed a const label

2006-07-10  Chris Lord <chris@openedhand.com>

	* Refactored TnySummaryWindowIface to TnySummaryViewIface
	* Added support for XEmbed and command-line parameters in the demo-ui

	* This was a major API change in libtinymailui and libtinymailui-gtk
	
2006-06-09  Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>

	* tny_iterator_iface_is_end method

	* This was a major API change in all
	
2006-06-07  Philip Van Hoof <philip@codeminded.be>

	* Major API changes in TnyAccountStore
	
	* This was a major API change in all
	
2006-06-21  Florian Boor <florian.boor@kernelconcepts.de>

	* Make GPE TnyDevice default to be online for now.

2006-06-01  Philip Van Hoof <philip@codeminded.be>

	* Implementation and implementing
	* Lots of coding happened

2006-06-09  Florian Boor <florian.boor@kernelconcepts.de>

	* Fix endless loop sending mails.

2006-05-01  Philip Van Hoof <philip@codeminded.be>

	* Implementation and implementing
	* Lots of coding happened

2006-05-24  Florian Boor <florian.boor@kernelconcepts.de>

	* Support for mail status flags.
	* Minor fixes.

2006-04-01  Philip Van Hoof <philip@codeminded.be>

	* Implementation and implementing
	* Lots of coding happened
	
2006-03-07  Raphael Slinckx <raphael@slinckx.net>

	* Added initial Python bindings
	
2006-01-17  Philip Van Hoof <philip@codeminded.be>
	
	* Initial import
	* Tinymail epoch

	* This was a major API change in all
	
