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 29 30 31 32 33 34 35 36 37 38 39
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2015 Patrick Ulbrich <zulu99@gmx.net> -->
<component type="desktop">
<id>com.github.pulb.mailnag</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<translation type="gettext">mailnag</translation>
<name>Mailnag</name>
<summary>An extensible mail notification daemon</summary>
<summary xml:lang="de">Ein erweiterbarer Benachrichtigungsdienst</summary>
<description>
<p>
Mailnag is a daemon program that checks POP3 and IMAP servers for new mail.
On mail arrival it performs various actions provided by plugins.
Mailnag comes with a set of desktop-independent default plugins for
visual/sound notifications, script execution etc. and can be extended
with additional plugins easily.
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/pulb/mailnag-design/master/Screenshots/mailnag-config.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/pulb/mailnag-design/master/Screenshots/mailnag-gnome-shell2.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/pulb/mailnag-design/master/Screenshots/mailnag-gnome-shell.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://www.github.com/pulb/mailnag/</url>
<update_contact>zulu99@gmx.net</update_contact>
<developer_name>Patrick Ulbrich</developer_name>
<launchable type="desktop-id">mailnag.desktop</launchable>
<url type="bugtracker">https://github.com/pulb/mailnag/issues</url>
<url type="donation">https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8F5FNJ3U4N7AW</url>
<url type="help">https://github.com/pulb/mailnag/wiki</url>
<url type="translate">https://translations.launchpad.net/mailnag</url>
</component>
|