31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
<?php
|
|
/* Security release? */
|
|
$notes['security'] = false;
|
|
|
|
/* Mailing list release notes. */
|
|
$notes['changes'] = <<<ML
|
|
The Horde Team is pleased to announce the final release of the Internet Mail
|
|
Program (IMP) version H5 (6.2.27).
|
|
|
|
IMP, the Internet Mail Program, is one of the most popular and widely deployed
|
|
open source webmail applications in the world. It allows universal, web-based
|
|
access to IMAP and POP3 mail servers and provides dynamic, mobile, basic, and
|
|
minimal interfaces with a rich range of features normally found only in desktop
|
|
email clients. For more information on IMP, visit
|
|
http://www.horde.org/apps/imp.
|
|
|
|
For upgrading instructions, please see
|
|
http://www.horde.org/apps/imp/docs/UPGRADING
|
|
|
|
For detailed installation and configuration instructions, please see
|
|
http://www.horde.org/apps/imp/docs/INSTALL
|
|
|
|
The major changes compared to IMP version H5 (6.2.26) are:
|
|
* Fix missing attachments when forwarding a message with PHP 7.4.
|
|
* Prevent the creation of an empty To: header.
|
|
ML;
|
|
|
|
$notes['name'] = 'IMP';
|
|
$notes['branch'] = 'Horde 5';
|
|
return $notes;
|