summaryrefslogtreecommitdiff
path: root/program/lib/tnef_decoder.php
AgeCommit message (Collapse)Author
2014-11-04Move TNEF decoder class to the Roundcube Framework (#1490055)Aleksander Machniak
So, for now all dependencies of the Framework can be installed with composer and we need only lib/Roundcube folder. des.inc was never required and is less important since we do encryption using openssl or mcrypt extensions.
2013-02-18Fix NUL characters in content-type of ms-tnef attachment (#1488964)Aleksander Machniak
2010-06-15- Fix attachment filenames broken with TNEF decoder using long filenames ↵alecpl
(#1486795) - Use tnef_decoder class from Horde