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

13
appinfo/info.xml Normal file
View File

@@ -0,0 +1,13 @@
<?xml version="1.0"?>
<info>
<id>user_external</id>
<name>External user support</name>
<description>Use external user authentication methods</description>
<licence>AGPL</licence>
<author>Robin Appelman</author>
<require>4</require>
<shipped>true</shipped>
<types>
<authentication/>
</types>
</info>