An open API service indexing awesome lists of open source software.

https://github.com/angad-k/smtp

A very simplistic implementation of an email server / client. Was made to learn about socket programming.
https://github.com/angad-k/smtp

email smtp

Last synced: 4 months ago
JSON representation

A very simplistic implementation of an email server / client. Was made to learn about socket programming.

Awesome Lists containing this project

README

        

# SMTP
## Usage instructions.
- Compile both client.c and server.c
- Run server and it will start listening for connections.
- Client program takes `--read`, `--send`, `--brws` as arguments. `--read` shall get the unread emails from the server and store them locally. `--send` shall well, send emails. `--brws` shall output already read emails already stored locally.