[imp] IMP H5 (6.2.25) (final)
Arjen de Korte
build+horde at de-korte.org
Sun Jun 28 20:43:46 UTC 2020
Citeren Michael J Rubinsky <mrubinsk at horde.org>:
> The Horde Team is pleased to announce the final release of the Internet Mail
> Program (IMP) version H5 (6.2.25).
>
> 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.24) are:
> * Fix some edge case fatal errors due to badly formatted messages.
>
> The full list of changes can be viewed here:
>
> https://github.com/horde/imp/blob/c76a8615b3ed321f971581ab45ae2c938d03f899/docs/CHANGES
>
> Have fun!
>
> The Horde Team.
Oops!
--- horde/imp/lib/Contents/View.php.orig 2020-06-28
22:25:25.720101083 +0200
+++ horde/imp/lib/Contents/View.php 2020-06-28 22:40:53.862569605 +0200
@@ -97,7 +97,7 @@ class IMP_Contents_View
return array();
}
- if (!($name = $this->_contents->getPartName($mime)) {
+ if (!($name = $this->_contents->getPartName($mime))) {
$name = '';
}
More information about the imp
mailing list