<?php
/**
 * Release focus. Possible values:
 * 0 - N/A
 * 1 - Initial freshmeat announcement
 * 2 - Documentation
 * 3 - Code cleanup
 * 4 - Minor feature enhancements
 * 5 - Major feature enhancements
 * 6 - Minor bugfixes
 * 7 - Major bugfixes
 * 8 - Minor security fixes
 * 9 - Major security fixes
 */
$this->notes['fm']['focus'] = 5;

/* Mailing list release notes. */
$this->notes['ml']['changes'] = <<<ML
After three years of work, the Horde Team is very excited to announce the
final release of the IMP Webmail Client version H3 (4.0).

IMP, the Internet Messaging Program, is one of the most popular webmail
applications available.  It allows universal, web-based access to IMAP and
POP3 mail servers and provides a full range of features normally found only in
desktop email clients.

The major changes compared to the IMP 3.x versions are:
    * Much improved message format support through Horde's rewritten MIME
      system.
    * Many, many additional and improved mime viewers for attachments.
    * Encrypting, signing, decrypting and verifying of signed and encrypted
      messages (PGP/GPG and S/MIME).
    * Message filters moved to a separate application (Ingo) to support more
      filter backends and a more robust/comprehensive/easy-to-use UI.
    * Full charset support in folders, mailbox, message and compose views.
    * Mail folders in the left menu.
    * Experimental support for virtual folders.
    * Preview of attachments in compose view.
    * Send attachments as links.
    * Option to not save attachments with sent mail.
    * Navigation through message and mailbox views with arrow keys.
    * View all messages of a thread.
    * HTML message composition with a cross-browser WYSIWIG editor.
    * Fetching mails from other email accounts to view with IMP.
    * Message previews in mailbox view.
    * Prevent message loss during compositon due to session timeouts.
    * Management of shared IMAP folders.
    * Priority settings for composed messages.
    * User management for supported IMAP servers.
    * Integrated quota support.
    * Support for mailing list headers.
    * Ability to forward multiple messages at once.
    * Downloading of all attachments from a message as a single ZIP file.
    * Stripping individual attachments from messages.
    * Alias and "tied to" addresses in user identities.
    * Authentication with Horde credentials.
    * Graphical emoticons and country flags in message view.
    * Various caching improvements to drastically minimize duplicate IMAP
      server->web server traffic.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Many MIME content viewers have been added or improved. PGP/GPG and
S/MIME are supported. Filters moved to a separate application (Ingo)
and are much more robust. Full charset/UTF-8 support. HTML message
composition is available cross-browser. Mails can be fetched from
other accounts into IMP. Message loss during compositon due to session
timeouts is prevented. Quota support is integrated for many mail
systems. All attachments from a message can be downloaded in a ZIP
file. Attachments can be deleted from stored messages.
FM;

$this->notes['name'] = 'IMP';
$this->notes['fm']['project'] = 'imp';
$this->notes['fm']['branch'] = 'FRAMEWORK_3';
