An email client for terminal users.
Run the email_client and enter your required information to login to your
email account (login, password and IMAP/SMTP server addresses).
If updating from v1.0 to v2.0, you may need to remove the configuration file at
~/.config/email_client/config.json.
Email-Client is avaliable on the Arch User Repository.
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.
This project is licensed under the GNU GPL version 3 (or later). See the COPYING file for more details.