Source: palmer-mail
Section: mail
Priority: optional
Maintainer: Palmer Mail Project <cevin@cevinpalmer.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
# python3, not python3-all: python3-all pulls EVERY supported interpreter
# and exists for packages that build an extension module per version.
# This package has zero extension modules, ships Architecture: all, and
# its launcher execs /usr/bin/python3 -- the default interpreter, alone.
 python3,
# Build-time only, and only to DRAW THE ICON. make_placeholder_icon.py
# renders it offscreen so it is reviewable in a diff rather than committed
# as a binary blob.
 python3-pyside6.qtgui,
Standards-Version: 4.7.4
Rules-Requires-Root: no
Homepage: https://cevinpalmer.com/palmermail/

Package: palmer-mail
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 fonts-noto-color-emoji,
 python3-cryptography,
 python3-dateutil,
 python3-icalendar,
 python3-jwt,
 python3-keyring,
 python3-msal,
 python3-platformdirs,
 python3-pyside6.qtcore (>= 6.10),
 python3-pyside6.qtgui (>= 6.10),
 python3-pyside6.qtnetwork (>= 6.10),
 python3-pyside6.qtwidgets (>= 6.10),
 python3-requests,
 python3-secretstorage,
 qt6-gtk-platformtheme,
 qt6-qpa-plugins,
 tzdata,
Description: native email and calendar client for Linux
 Palmer Mail is a native, privacy-first email and calendar client. It supports
 Proton Mail via Proton Bridge, generic IMAP/SMTP, and Microsoft 365, with an
 embedded calendar and contacts, and is built on Qt 6.
 .
 Remote content in messages is blocked until the reader allows it, per message
 or per sender. Account credentials are held in the system keyring rather than
 in the application's own database.
 .
 Features include a unified inbox across accounts, message threading, rules,
 search, bulk operations, a reading pane that docks to the right or along the
 bottom, month, week and day calendar views, and meeting invitations sent and
 received as iCalendar.
