<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.programm.xbmcmail" name="Mail" version="0.1.0" provider-name="Tristan Fischer (sphere@dersphere.de)">
    <requires>
        <import addon="xbmc.python" version="2.1.0"/>
        <import addon="script.module.xbmcswift2" version="2.4.0"/>
    </requires>
    <extension point="xbmc.python.pluginsource" library="addon.py">
        <provides>executable</provides>
    </extension>
    <extension point="xbmc.addon.metadata">
        <language />
        <platform>all</platform>
        <website></website>
        <source>https://github.com/dersphere/plugin.programm.xbmcmail.git</source>
        <forum>http://forum.xbmc.org/showthread.php?tid=167668</forum>
        <email>sphere@dersphere.de</email>
        <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
        <summary lang="en">XBMC (IMAP) Email Client</summary>
        <description lang="en">With this Add-on you can read your eMails from any IMAP-based Email Providers like GMail, Yahoo, AOL, iCloud and others.[CR]Current Features:[CR] -List Mailboxes with total/unseen status[CR] -Mark eMails as seen/unseen (via Context Menu)[CR] -Read (text based) eMails[CR] -Delete eMails (via Context Menu)</description>
    </extension>
</addon>
