An email client for terminal users.
Logging only into gmail accounts using application passwords is supported for now.
Email-Client is now on AUR!
If this is your first clone of the repository (or after pulling new submodules):
git submodule update --init --recursive
mkdir build && cd build
cmake ..
cmake --build .
./email_client
If you have just installed, you can also use the
build, run, buildrun and clean recipes from the provided Justfile.
Make sure the following tools are installed on your system:
sudo apt update
sudo apt install build-essential cmake git libncursesw5-dev libgpm-dev