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.
- Host: GitHub
- URL: https://github.com/angad-k/smtp
- Owner: angad-k
- Created: 2020-05-05T14:17:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T18:19:22.000Z (about 5 years ago)
- Last Synced: 2025-01-05T15:34:53.218Z (5 months ago)
- Topics: email, smtp
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.