mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:16 +01:00
* Mail: decoding of TNEF/winmail.dat as attachments, requires installation of PEAR packages Horde_Compress, Horde_Icalendar and Horde_Mapi
This commit is contained in:
parent
50ea60a01c
commit
28a086d252
@ -85,5 +85,21 @@ $setup_info['emailadmin']['check_install'] = array(
|
||||
'from' => 'EMailAdmin',
|
||||
'version' => '1.3.0',
|
||||
),
|
||||
// next 3 are required for TNEF support
|
||||
'pear.horde.org/Horde_Compress' => array(
|
||||
'func' => 'pear_check',
|
||||
'from' => 'EMailAdmin',
|
||||
'version' => '2.0.8',
|
||||
),
|
||||
'pear.horde.org/Horde_Icalendar' => array(
|
||||
'func' => 'pear_check',
|
||||
'from' => 'EMailAdmin',
|
||||
'version' => '2.0.0',
|
||||
),
|
||||
'pear.horde.org/Horde_Mapi' => array(
|
||||
'func' => 'pear_check',
|
||||
'from' => 'EMailAdmin',
|
||||
'version' => '1.0.0',
|
||||
),
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user