Commit 5951080e authored by Manfred Kutas's avatar Manfred Kutas

ZP-736 listfolders.php should also list "Sent items" and "Inbox".

Released under the Affero GNU General Public License (AGPL) version 3.
parent 8b9d4485
...@@ -212,7 +212,6 @@ function listfolders_getlist ($adminStore, $session, $user) { ...@@ -212,7 +212,6 @@ function listfolders_getlist ($adminStore, $session, $user) {
echo "Folder name:\t". $folder[PR_DISPLAY_NAME] . "\n"; echo "Folder name:\t". $folder[PR_DISPLAY_NAME] . "\n";
echo "Folder ID:\t". bin2hex($folder[PR_SOURCE_KEY]) . "\n"; echo "Folder ID:\t". bin2hex($folder[PR_SOURCE_KEY]) . "\n";
echo "Type:\t\t". $supported_classes[$folder[PR_CONTAINER_CLASS]] . "\n"; echo "Type:\t\t". $supported_classes[$folder[PR_CONTAINER_CLASS]] . "\n";
echo "\n"; echo "\n";
} }
} }
......
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