forked from flathub/org.mozilla.Thunderbird
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.mozilla.Thunderbird.appdata.xml
81 lines (73 loc) · 3.08 KB
/
org.mozilla.Thunderbird.appdata.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.mozilla.Thunderbird</id>
<launchable type="desktop-id">org.mozilla.Thunderbird.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<name>Thunderbird</name>
<summary>Thunderbird is a free and open source email, newsfeed, chat, and calendaring client</summary>
<description>
<!-- From https://www.thunderbird.net/en-US/about/ -->
<p>
Thunderbird is a free and open source email, newsfeed, chat, and
calendaring client, that’s easy to set up and customize. One of the core
principles of Thunderbird is the use and promotion of open standards -
this focus is a rejection of our world of closed platforms and services
that can’t communicate with each other. We want our users to have freedom
and choice in how they communicate.
</p>
<p>
Thunderbird is an open source project, which means anyone can contribute
ideas, designs, code, and time helping fellow users.
</p>
</description>
<releases>
<release version="102.13.0" date="2023-07-05" />
</releases>
<keywords>
<keyword>mozilla</keyword>
<keyword>mail</keyword>
<keyword>email</keyword>
<keyword>calendar</keyword>
</keywords>
<categories>
<category>Calendar</category>
<category>Chat</category>
<category>ContactManagement</category>
<category>Email</category>
<category>Feed</category>
<category>InstantMessaging</category>
<category>IRCClient</category>
<category>Network</category>
<category>News</category>
<category>Office</category>
</categories>
<provides>
<mediatype>message/rfc822</mediatype>
<mediatype>x-scheme-handler/mailto</mediatype>
<mediatype>text/calendar</mediatype>
<mediatype>text/vcard</mediatype>
<mediatype>text/x-vcard</mediatype>
<mediatype>x-scheme-handler/webcal</mediatype>
<mediatype>x-scheme-handler/webcals</mediatype>
<mediatype>x-scheme-handler/mid</mediatype>
</provides>
<content_rating type="oars-1.1" />
<url type="homepage">https://www.thunderbird.net/</url>
<url type="bugtracker">https://bugzilla.mozilla.org/describecomponents.cgi?product=Thunderbird</url>
<url type="faq">https://support.mozilla.org/kb/thunderbird-faq/</url>
<url type="help">https://support.mozilla.org/products/thunderbird/</url>
<url type="donation">https://give.thunderbird.net/</url>
<url type="translate">https://www.thunderbird.net/en-US/get-involved/#translation</url>
<url type="contact">https://www.thunderbird.net/contact/</url>
<project_group>Mozilla</project_group>
<project_license>MPL-2.0</project_license>
<developer_name>MZLA Technologies, part of the Mozilla Foundation</developer_name>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/flathub/org.mozilla.Thunderbird/master/screenshot_light.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/flathub/org.mozilla.Thunderbird/master/screenshot_dark.png</image>
</screenshot>
</screenshots>
</component>