TrayBiff is a "biff" or new mail notification utility. It is configurable, easy to use and easy to setup. It embeds in the tray bar of your window manger (currently only tested for KDE).
It supports several mail protocols: IMAP3, POP3, IMAP4, POP3 and IMAP4 with SSL, CRAM-MD5 and APOP authentication.
Passwords are stored in a Keychain e.g. the GNOME Keyring is used, or on KDE KWallet is used.
- CMake 3.25
- Qt 6.5.0
- libqsvgicon
- GCC or clang supporting C++17
git clone https://github.com/UEckhardt/traybiff.git
mkdir build_traybiff
cd build_traybiff
cmake ../traybiff/
make
sudo make install