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 82 83 84 85 86 87 88 89 90 91 92 93 94
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2023 The Balsa developers -->
<component type="desktop">
<id>org.desktop.Balsa.desktop</id>
<launchable type="desktop-id">org.desktop.Balsa.desktop</launchable>
<name>Balsa</name>
<summary>Email utility</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0-or-later</project_license>
<description>
<p>Balsa is a graphical mail client. While it is in active development,
Balsa has many features such as:</p>
<ul>
<li>IMAP and POP3 support;</li>
<li>sendmail or direct SMTP support;</li>
<li>end-to-end encryption using GnuPG or S/MIME;</li>
<li>multi-threaded retrieval and sending of messages;</li>
<li>support for all configurations of local mail folders;</li>
<li>automatic mail checking;</li>
<li>mail printing;</li>
<li>inline attachment viewing;</li>
</ul>
<p>and the proverbial much, much more.</p>
</description>
<screenshots>
<screenshot type="default">
<caption>Main Window</caption>
<image>https://pawsa.fedorapeople.org/balsa/screens/2.2/balsa-main-window.png</image>
</screenshot>
<screenshot>
<caption>Filter Edition</caption>
<image>https://pawsa.fedorapeople.org/balsa/screens/2.0/filters-edit.png</image>
</screenshot>
<screenshot>
<caption>Address Book</caption>
<image>https://pawsa.fedorapeople.org/balsa/screens/2.0/address-book.png</image>
</screenshot>
<screenshot>
<caption>GPG capabilities</caption>
<image>https://pawsa.fedorapeople.org/balsa/screens/2.2/balsa-gpg.png</image>
</screenshot>
<screenshot>
<caption>Multithread capabilities</caption>
<image>https://pawsa.fedorapeople.org/balsa/screens/2.2/balsa-multi-thread.png</image>
</screenshot>
<screenshot>
<caption>Preferences</caption>
<image>https://pawsa.fedorapeople.org/balsa/screens/2.0/prefs.png</image>
</screenshot>
<screenshot>
<caption>Tabbed View</caption>
<image>https://pawsa.fedorapeople.org/balsa/screens/2.2/balsa-main-window-tabbed.png</image>
</screenshot>
<screenshot>
<caption>Automatic GPG key import</caption>
<image>https://pawsa.fedorapeople.org/balsa/screens/2.2/balsa-gpg-import-key.png</image>
</screenshot>
<screenshot>
<caption>Spell Checker</caption>
<image>https://pawsa.fedorapeople.org/balsa/screens/2.0/spell-checker.png</image>
</screenshot>
</screenshots>
<releases>
<release date="2022-09-20" version="2.6.4">
<description>
<ul>
<li>Fix display/printout with nondefault HTML preferences.</li>
<li>HTML context meny improvements,
integration with Webkit HTML privacy filter.</li>
<li>Header editing in GNOME editor fixed.</li>
<li>Some MDN, iCalendar issues fixed.</li>
<li>More informative error messages.</li>
<li>Notification improvements.</li>
<li>Show UI for opening download location after download.</li>
<li>Minor memory leaks plugged.</li>
<li>Code refactoring and cleanup.</li>
<li>Library and build system deprecation cleanups.</li>
<li>Translation updates.</li>
</ul>
</description>
</release>
</releases>
<translation type="gettext">balsa</translation>
<url type="homepage">https://pawsa.fedorapeople.org/balsa/</url>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/balsa/-/issues</url>
<url type="contact">https://discourse.gnome.org/tag/balsa</url>
<url type="faq">https://pawsa.fedorapeople.org/balsa/faq.html</url>
<url type="translate">https://l10n.gnome.org/module/balsa/</url>
<url type="vcs-browser">https://gitlab.gnome.org/GNOME/balsa</url>
<content_rating type="oars-1.1" />
<provides>
<mediatype>x-scheme-handler/mailto</mediatype>
</provides>
</component>
|