mirror of
https://github.com/pulb/mailnag.git
synced 2026-01-15 02:02:03 +01:00
30 lines
945 B
Plaintext
30 lines
945 B
Plaintext
Source: mailnag
|
|
Section: mail
|
|
Priority: optional
|
|
Maintainer: Patrick Ulbrich <zulu99@gmx.net>
|
|
Build-Depends: debhelper-compat (= 12), dh-python, gettext, python3-all, python3-dbus, python3-xdg
|
|
Standards-Version: 3.9.8
|
|
Homepage: https://github.com/pulb/mailnag
|
|
Vcs-Git: git://github.com/pulb/mailnag.git
|
|
Vcs-Browser: https://github.com/pulb/mailnag.git
|
|
|
|
Package: mailnag
|
|
Architecture: all
|
|
Depends:
|
|
gir1.2-glib-2.0,
|
|
gir1.2-gst-plugins-base-1.0,
|
|
gir1.2-gtk-3.0,
|
|
gir1.2-notify-0.7,
|
|
gir1.2-secret-1,
|
|
python3-dbus,
|
|
python3-gi,
|
|
python3-xdg,
|
|
${misc:Depends},
|
|
${python3:Depends}
|
|
Description: extensible mail notification daemon
|
|
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.
|