imap user backend

This commit is contained in:
Robin Appelman
2012-07-19 22:42:18 +02:00
commit dc4d907a3f
6 changed files with 106 additions and 0 deletions

2
appinfo/app.php Normal file
View File

@@ -0,0 +1,2 @@
<?php
OC::$CLASSPATH['OC_User_IMAP']='apps/user_external/lib/imap.php';