-
Notifications
You must be signed in to change notification settings - Fork 1
/
info.xml
28 lines (28 loc) · 1.13 KB
/
info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<extension key="com.ixiam.modules.mailreader" type="module">
<file>mailreader</file>
<name>Simple Redirected MailReader</name>
<description>Gives admin(s) the ability to view, through a simple UI, the stored messages and their headers, that are redirected to the database through the 'Redirect to database' option</description>
<license>AGPL-3.0</license>
<maintainer>
<author>iXiam Global Solutions</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/ixiam/com.ixiam.modules.mailreader</url>
<url desc="Documentation">https://github.com/ixiam/com.ixiam.modules.mailreader/blob/master/README.md</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2018-04-30</releaseDate>
<version>1.1.1</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.6</ver>
<ver>4.7</ver>
<ver>5.0</ver>
</compatibility>
<comments>A simple extension that reads from the database the redirected emails</comments>
<civix>
<namespace>CRM/Mailreader</namespace>
</civix>
</extension>