<?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
The Horde Team is pleased to announce the final release of the IMP Webmail
Client version H3 (4.1).

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.

Major changes compared to the IMP H3 (4.1-RC3) version are:
    * Small bugfixes.

Major changes compared to the IMP H3 (4.0) versions are:
    * User changes:
      - Virtual Inbox and Virtual Trash folder.
      - "Empty Spam" menu item.
      - Stationery and form responses.
      - Not necessary to click on "Attach" button when attaching files.
      - Play sound on new mail.
      - Multiple message view.
      - Ability to create notes from email messages.
      - Improved message previews.
      - Import of photo attachments into a gallery application.
      - Send notification when linked attachments are downloaded.
      - Graphical representation of thread on thread view screen.
      - Less intrusive notifications when expanding addresses.
      - Encrypt PGP messages for all recipients in one message.
      - Always send new messages in "flowed" format.
      - Added Hebrew and Khmer translation.
    * Administrator changes:
      - Compatible with PHP 5.1.
      - Auto-detection of namespace information from IMAP server.
      - Permission to restrict folder creation.
      - Support for changing SMTP server/port on login.
      - More flexible custom email headers.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Virtual Inboxes, Virtual Trash folders, an "Empty Spam" menu item and stationery support have been added. Attaching files has been simplified. A sound is played on new mail. A multiple message view and creating notes from emails have been added. Message previews have been improved. Photo attachments can be imported into galleries. New messages are always sent in "flowed" format. Auto-detection of namespace information from IMAP servers, a permission to restrict folder creation, and support for changing SMTP server/port on login have been added to the administrator options.
FM;

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