⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Student-Team-Projects/Email-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Email Client

An email client for terminal users.
Logging only into gmail accounts using application passwords is supported for now.

Arch

Email-Client is now on AUR!

Manual Build

0. Initialize submodules

If this is your first clone of the repository (or after pulling new submodules):

git submodule update --init --recursive

1. Create a build directory for the C++ project

mkdir build && cd build

2. Run CMake to configure the project

cmake ..

3. Build the C++ project

cmake --build .

4. Run the C++ email client application

./email_client

If you have just installed, you can also use the build, run, buildrun and clean recipes from the provided Justfile.

System Requirements

Make sure the following tools are installed on your system:

sudo apt update

sudo apt install build-essential cmake git libncursesw5-dev libgpm-dev

About

Email client for linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 9

Languages