osso-email-engine (1:2007.41.1) unstable; urgency=low

  * Updated build dependency versions. 

 -- Viktor Nagy <viktor.nagy@blumsoft.eu>  Fri,  5 Oct 2007 16:52:19 +0300

osso-email-engine (1:2007.39.1) feisty; urgency=low

  * Merged the mcheck branch.

 -- Dirk-Jan Binnema <dirk-jan.binnema@nokia.com>  Tue, 25 Sep 2007 10:32:40 +0300

osso-email-engine (1:2007.38.1) feisty; urgency=low

  * Included new changes.

 -- Dirk-Jan Binnema <dirk-jan.binnema@nokia.com>  Wed, 19 Sep 2007 12:35:50 +0300

osso-email-engine (1:2007.36.1) feisty; urgency=low

  * Bumped up the version for the new code changes.

 -- Dirk-Jan Binnema <dirk-jan.binnema@nokia.com>  Fri, 31 Aug 2007 11:15:59 +0300

osso-email-engine (1:2007.35.1) feisty; urgency=low

  * New code for notification added.

 -- Dirk-Jan Binnema <dirk-jan.binnema@nokia.com>  Mon, 27 Aug 2007 15:16:54 +0300

osso-email-engine (1:2007.34.1) feisty; urgency=low

  * W34 release

 -- Dirk-Jan Binnema <dirk-jan.binnema@nokia.com>  Mon, 20 Aug 2007 18:06:49 +0300

osso-email-engine (1:2007.33.1) feisty; urgency=low

  * Added new versioning number for osso1.1 test release.

 -- Dirk-Jan Binnema <dirk-jan.binnema@nokia.com>  Tue, 14 Aug 2007 12:16:51 +0300

osso-email-engine (1:2007.0.4) unstable; urgency=low

  * Fixes: NB#49337

 -- Dirk-Jan Binnema <dirk-jan.binnema@nokia.com>  Wed, 13 Dec 2006 15:05:48 +0200

osso-email-engine (1:2007.0.3) unstable; urgency=low

  * Fixes: NB#46826

 -- Dirk-Jan Binnema <dirk-jan.binnema@nokia.com>  Wed, 13 Dec 2006 15:05:48 +0200

osso-email-engine (1:2007.0.1) unstable; urgency=low

  * Fixes: NB#49836

 -- Dirk-Jan Binnema <dirk-jan.binnema@nokia.com>  Wed, 13 Dec 2006 15:05:48 +0200

osso-email-engine (1:2006.50.1) unstable; urgency=low

  * Fixes: NB#40429

 -- Dirk-Jan Binnema <dirk-jan.binnema@nokia.com>  Wed, 13 Dec 2006 15:05:48 +0200

osso-email-engine (1:2006.48.1) unstable; urgency=low

  * Fixes: NB#46768

 -- Dirk-Jan Binnema <dirk-jan.binnema@nokia.com>  Tue, 28 Nov 2006 15:05:48 +0200

osso-email-engine (1:2006.47.1) unstable; urgency=low

  * Fixes: NB#43031

 -- Dirk-Jan Binnema <dirk-jan.binnema@nokia.com>  Fri, 17 Nov 2006 16:53:25 +0200

osso-email-engine (1:2006.46.7) unstable; urgency=low

  * Fixes: NB#47769

 -- Dirk-Jan Binnema <dirk-jan.binnema@nokia.com>  Fri, 17 Nov 2006 15:29:12 +0200

osso-email-engine (1:2006.46.6) unstable; urgency=low
  * Fixes: NB#47232

 -- Dirk-Jan Binnema <dirk-jan.binnema@nokia.com>  Fri, 17 Nov 2006 19:34:23 +0200

osso-email-engine (1:2006.46.5) unstable; urgency=low
  * Fixes: NB#47232

 -- Dirk-Jan Binnema <dirk-jan.binnema@nokia.com>  Fri, 17 Nov 2006 19:34:23 +0200

osso-email-engine (1:2006.46.4) unstable; urgency=low

  * Fixes: NB#41994

 -- Dirk-Jan Binnema <dirk-jan.binnema@nokia.com>  Wed, 15 Nov 2006 19:34:23 +0200

osso-email-engine (1:2006.46.3) unstable; urgency=low

  * Fixes: NB#41994

 -- Dirk-Jan Binnema <dirk-jan.binnema@nokia.com>  Wed, 15 Nov 2006 19:34:23 +0200

osso-email-engine (1:2006.44.4) unstable; urgency=low

  * Corrected debian/copyright and source file license headers.
  * Corrected build problem by removing version.h from smtp/compose.c and
    smtp/compose_smime.c

 -- Dirk-Jan Binnema <dirk-jan.binnema@nokia.com>  Wed, 15 Nov 2006 19:34:23 +0200

osso-email-engine (1:2006.44.3) unstable; urgency=low
  * al_support.c/h: Moved out al_sup_decode_mhtml_file and al_sup_get_text_content from
    al_support.c to libossoemailcommon library.
  * al_support.c/h: Moved out al_sup_check_archive to libossoemailcommon
    library. Renamed function to check_archive and modified al.c (which uses
    this function) accordingly.
  * al_support.c/h: Moved out al_sup_del_arch_file to libossoemailcommon
    library. Renamed function to del_arch_file and modified al.c (which uses
    this function) accordingly.
  * al.c/h: Moved out al_update_mmc_flag to libossoemailcommon. Renamed
    function to update_mmc_flag and modified engine_dbus.c (which uses this
    function) accordingly.
  * imap.c/h: Moved out imap_get_file_name from imap.c to utils.c/h. Renamed it to
    get_file_name and modified al.c, al_support.c, imap.c (which uses this
    function) accordingly.
  * al_support.c/h: Moved al_sup_folder_set_header from al_support.c/h to procmime.h.
    Renamed the function to procmime_folder_set_header.
  * al_support.c/h: Moved al_sup_set_is_downloaded from al_support.c/h to procmime.c/h.
    Renamed function to procmime_set_is_downloaded and made corresponding
    changes to al.c (which uses this function)

 -- Dirk-Jan Binnema <dirk-jan.binnema@nokia.com>  Mon, 13 Nov 2006 13:00:00 +0200

osso-email-engine (1:2006.44.2) unstable; urgency=low
  * Moved osso_uninitialize_engine_process() from manager.h to
    manager.c, inline with other functions in manager.c
  * Included email_internal_interfaces.h in manager.h.
  * al.h: removed enum 'op' and moved FolderListType to
    email_internal_interfaces.h.
  * manager.h: moved BACKUP_START_EVENT to email_internal_interfaces.h
  * debian/control: removed dependency on osso-email-search-plugin

 -- Dirk-Jan Binnema <dirk-jan.binnema@nokia.com>  Tue, 31 Oct 2006 13:00:00 +0200

osso-email-engine (1:2006.44.1) unstable; urgency=low
  * First version
  * Retained, al, imap, pop, smtp, dbus folders of src/engine
  * Removed src/common, src/smime, src/ui
  * Removed xml_cache.h/c
  * debian/rules: removed the usage of maemo-launcher

 -- Dirk-Jan Binnema <dirk-jan.binnema@nokia.com>  Tue, 31 Oct 2006 13:00:00 +0200
