<?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'] = 4;

/* 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.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) version are:
    * X-Color data, normally set by the fetchmail process, is now escaped
      to protect against malicious senders.
    * Added preference for default charset when reading messages.
    * Added preference to define how to expand the folder list in sidebar.
    * Fixed logins to Exchange and other IMAP servers that propagate wrong
      authentication methods.
    * Fixed creation of duplicate Virtual INBOXes.
    * Fixed spellcheck on send.
    * Updated Danish, Dutch, Greek, Estonian, French, Japanese and Norwegian
      translations.
    * More small bugfixes and improvements.
ML;

/* Freshmeat release notes, not more than 600 characters. */
$this->notes['fm']['changes'] = <<<FM
Message color information is now escaped to protect against malicious senders.
Preferences for the default charset when reading messages and to define how to
expand the folder list in sidebar have been added.
Logins to Exchange and other IMAP servers that propagate wrong authentication
methods have been fixed.
Creation of duplicate Virtual INBOXes and spellcheck on send have been fixed.
More small bugfixes and improvements have been made.
Danish, Dutch, Greek, Estonian, French, Japanese and Norwegian translations
have been updated.
FM;

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