Commit b37d8180 authored by Manfred Kutas's avatar Manfred Kutas

ZP-1313 Remove TNEF class.

Released under the Affero GNU General Public License (AGPL) version 3.
parent f7241e29
This diff is collapsed.
...@@ -165,7 +165,6 @@ return array( ...@@ -165,7 +165,6 @@ return array(
'SyncUserInformation' => $baseDir . '/lib/syncobjects/syncuserinformation.php', 'SyncUserInformation' => $baseDir . '/lib/syncobjects/syncuserinformation.php',
'SyncValidateCert' => $baseDir . '/lib/syncobjects/syncvalidatecert.php', 'SyncValidateCert' => $baseDir . '/lib/syncobjects/syncvalidatecert.php',
'Syslog' => $baseDir . '/lib/log/syslog.php', 'Syslog' => $baseDir . '/lib/log/syslog.php',
'TNEFParser' => $baseDir . '/backend/kopano/tnefparser.php',
'TaskRecurrence' => $baseDir . '/backend/kopano/mapi/class.taskrecurrence.php', 'TaskRecurrence' => $baseDir . '/backend/kopano/mapi/class.taskrecurrence.php',
'TaskRequest' => $baseDir . '/backend/kopano/mapi/class.taskrequest.php', 'TaskRequest' => $baseDir . '/backend/kopano/mapi/class.taskrequest.php',
'TimezoneUtil' => $baseDir . '/lib/utils/timezoneutil.php', 'TimezoneUtil' => $baseDir . '/lib/utils/timezoneutil.php',
......
...@@ -172,7 +172,6 @@ class ComposerStaticInitd6749fc2fb9944bbe86b2b7d79a7852f ...@@ -172,7 +172,6 @@ class ComposerStaticInitd6749fc2fb9944bbe86b2b7d79a7852f
'SyncUserInformation' => __DIR__ . '/../..' . '/lib/syncobjects/syncuserinformation.php', 'SyncUserInformation' => __DIR__ . '/../..' . '/lib/syncobjects/syncuserinformation.php',
'SyncValidateCert' => __DIR__ . '/../..' . '/lib/syncobjects/syncvalidatecert.php', 'SyncValidateCert' => __DIR__ . '/../..' . '/lib/syncobjects/syncvalidatecert.php',
'Syslog' => __DIR__ . '/../..' . '/lib/log/syslog.php', 'Syslog' => __DIR__ . '/../..' . '/lib/log/syslog.php',
'TNEFParser' => __DIR__ . '/../..' . '/backend/kopano/tnefparser.php',
'TaskRecurrence' => __DIR__ . '/../..' . '/backend/kopano/mapi/class.taskrecurrence.php', 'TaskRecurrence' => __DIR__ . '/../..' . '/backend/kopano/mapi/class.taskrecurrence.php',
'TaskRequest' => __DIR__ . '/../..' . '/backend/kopano/mapi/class.taskrequest.php', 'TaskRequest' => __DIR__ . '/../..' . '/backend/kopano/mapi/class.taskrequest.php',
'TimezoneUtil' => __DIR__ . '/../..' . '/lib/utils/timezoneutil.php', 'TimezoneUtil' => __DIR__ . '/../..' . '/lib/utils/timezoneutil.php',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment