1st May 2010                           Claws Mail Extra Plugins 3.7.6
---------------------------------------------------------------------

The claws-mail-extra-plugins-3.7.6 package contains 20 plugins.

Notes for this release
~~~~~~~~~~~~~~~~~~~~~~

* acpi Notifier 1.0.23
  Author: Colin Leroy <colin@colino.net>

  Enables mail notification via LEDs on some laptops. Options can be
  found on the 'Plugins/Acpi Notifier' page of the preferences.

  Changes: Updated Finnish and Slovak translations.

* Mail Archiver 0.6.7
  Author: Michael Rasmussen <mir@datanom.net>

  This plugin adds archiving features to Claws Mail.

  It enables you to select a mail folder that you want to be archived,
  and then choose a name, format and location for the archive.
  Subfolders can be included and MD5 checksums can be added for each
  file in the archive. Several archiving options are also available.

  The archive can be stored as: TAR, PAX, SHAR or CPIO

  The archive can be compressed using: GZIP/ZIP or BZIP2

  The archives can be restored with any standard tool that supports
  the chosen format and compression.

  The supported folder types are MH, IMAP, RSSyl and vCalendar.

  To activate the archiving feature go to /Tools/Create Archive

  Default options can be set in
  /Configuration/Preferences/Plugins/Mail Archiver

  Changes: Updated Finnish and Slovak translations.

* attachwarner 0.2.19
  Author: Ricardo Mones Lastra <ricardo@mones.org>

  Warns when the user composes a message mentioning an attachment in
  the message body but without attaching any files to the message.

  Changes: Updated Finnish, and Slovak translations.

* att_remover 1.0.12
  Author: Colin Leroy <colin@colino.net>

  Enables the removal of attachments from emails.
  When right-clicking a message, choose 'Remove attachments' from 
  the submenu.

  Changes: FreeBSD portability fix.
	   Fix crasher, handle multipart/related mimepart correctly.
	   Make sure text part is first in sibling's list.
	   When setting first text mimepart after attachment deletion
	   favour text/plain over text/html or other.

* bsfilter 1.0.4
  Author: Colin Leroy <colin@colino.net>

  This plugin can check all messages that are received from an
  IMAP, LOCAL or POP account for spam using Bsfilter.

  Changes: Changes: Updated Finnish, and Slovak translations.

* cachesaver 0.10.9
  Author: Colin Leroy <colin@colino.net>

  Saves the caches every 60 seconds (or user-defined period).
  It helps avoiding the loss of metadata on crashes.

* Fancy 0.9.10

  This plugin renders HTML e-mail using the WebKit library.

  Changes: Add support for libsoup-gnome.
	   Add support for internal images as cid.
	   Add 'Import feed' context menu item.
	   Add basic support for downloading files.
	   Add support for saving images.
	   Fixes sensitivity on preferences's menu after a
	   preference's override.
	   Do not cache temporary preferences when changing message.
	   Fix bug 2160: Open links with external browser.
	   Fix build problem caused by broken curl-config.
	   Added Catalan, Dutch, and Slovak translations.
	   Updated Czech, Dutch, Finnish, Hungarian, and Slovak
	   translations.

* fetchinfo 0.4.24
  Author: Claws Mail Team <claws-mail-users@dotsrc.org>

  Inserts headers containing some download information: UIDL, 
  Claws Mail account name, POP server, user ID and retrieval time.

* GeoLocation 0.0.3
  Author: Holger Berndt <berndth@gmx.de>

  This plugin provides GeoLocation functionality.

  Changes: Updated Finnish and Slovak translations.

* gtkhtml2_viewer 0.27
  Authors: Colin Leroy <colin@colino.net>

  Renders HTML mail using the gtkhtml2 rendering widget.
  Optional requirement: libcurl (for fetching images)

  The option, 'Do not load remote links in mails' can be found
  on the 'Plugins/GtkHtml2 Viewer' page of the preferences.

  Changes: Fix bug 2103, 'Crash when clicking on a message'.
	   Fix build with GTK+ 2.19.
	   Updated Finnish and Slovak translations.

* mailmbox 1.14.4
  Author: Hoà Viêt Dinh <hoa@users.sf.net>

  Changes: Fix bug 2111, 's_claws_mailmbox_fetch_msg() heap 
	   corruption'.

  Handles mailboxes in mbox format.

* newmail 0.0.15
  Author: H.Merijn Brand <h.m.brand@xs4all.nl>

  Writes a msg header summary to a log file (Default: ~/Mail/NewLog)
  on arrival of new mail *after* sorting.
 
* notification 0.25
  Author: Holger Berndt <berndth@gmx.de>

  Provides various ways to notify the user of new and unread email.  

  Currently implemented are the following modules:
	Banner:   A mail ticker
	Popup:    A popup window on mail arrival
	Command:  Executes a command line upon new mail arrival (NEW)
	LCDproc:  Display the status of new and unread messages
		  on an external LCD.
	Trayicon: Places an icon in the system tray that indicates
		  whether you have any new mail.

  More modules may follow in future releases. All modules can be
  activated or deactivated at compile and/or run time. Options can be
  found on the 'Plugins/Notification' pages of the preferences.

  Changes: Require GTK+ >= 2.10.
	   Fix build with GTK+ 2.19.
	   Updated Brazilian Portuguese, Czech, Dutch, Finnish,
	   Hungarian, and Slovak translations.

* perl 0.9.18
  Author: Holger Berndt <berndth@gmx.de>

  Intended to extend the filtering possibilities of Claws Mail.
  It provides a Perl interface to Claws Mail's filtering 
  mechanism, allowing the use of full Perl power in email filters.

  Changes: Add "make_sure_folder_exists" function.

* Python 0.3
  Author: Holger Berndt <berndth@gmx.de>

  This plugin offers a Python scripting access to Claws Mail.

  Python code can be entered interactively into an embedded Python
  console, or stored in scripts under ~/.claws-mail/python-scripts.
  The scripts are then accessible via the menu of the main window.

  See the website for examples,
  http://www.claws-mail.org/plugin.php?plugin=python

  Changes: Add accessor for main window ui manager.
	   Add accessor for Message-ID.
	   Add is_exiting function, for avoiding unnecessary cleanups
	   in the shutdown script.
	   Add get_folder_from_identifier function.
	   Add function to get all messages in a folder.
	   Update examples and documentation.
	   Added Spanish translation.
	   Updated Brazilian Portuguese, Czech, Finnish, Hungarian,
	   and Slovak translations.

* RSSyl 0.27
  Author: Andrej Kacian <andrej@kacian.sk>

  Allows you to read your favorite RSS newsfeeds in Claws. RSS 1.0, 
  2.0 and Atom feeds are currently supported.

  Changes: Added toolbar item for 'refresh all feeds' to main window.
	   Handle empty <item></item> in RSS2 feeds. Fixes bug 2123.
	   Parse proper "published" tag instead of bogus "issued".
	   Improve preference widgets layout.
	   Add "silent_update" feed property, to allow for leaving
	   changed items marked as read under certain conditions.
	   Read "author" tag, and prefer it over "dc:creator". Fixes
	   bug 2164.
	   Fix issue with incorrect comparing of mime-encoded titles.
	   Fix corner case issue with different items with same title.
	   Updated Brazilian Portuguese, Czech, Dutch, Finnish,
	   Hungarian, and Slovak translations.	   
	   
* SpamReport 0.3.11
  Author: Colin Leroy <colin@colino.net>

  This plugin reports spam to various places.

  Changes: Updated Finnish and Slovak translations.

* SynCE 0.7.5
  Author: Holger Berndt <berndth@gmx.de>

  Assists in keeping the addressbook of a Windows CE device (Pocket 
  PC/iPAQ, Smartphone etc) in sync with Claws' addressbook, with 
  respect to email addresses.

* TNEF Parser 0.3.8
  Author: Colin Leroy <colin@colino.net>

  Enables reading application/ms-tnef attachments.

   Changes: Updated Slovak translation.

* vCalendar 2.0.8
  Author: Colin Leroy <colin@colino.net>

  Enables vCalendar message handling like that produced by Evolution 
  or Outlook. Also supports subscribing to remote webCal feeds, and 
  exporting of your meetings or all your calendars.

  Changes: Updated Dutch, Finnish, and Slovak translations.

------------------------
See the ChangeLog and README files in each of the plugin directories 
for more detail.
