Skip to content

An e-mail client and server without using any external libraries

Notifications You must be signed in to change notification settings

maantjemol/E-meeuw

Repository files navigation

Logo

A web email service in python without the use of external libraries.

Installation

Clone the project to your system with

git clone https://github.com/maantjemol/EoCS-project.git

Install the included ssl certificates rootCA.pem in the cert folder to your system. There are guides available for Windows and Mac (only follow step 2).

Usage/Examples

View the finished product at e-meeuw.de

Or start the server on https://localhost:1115 with:

python3 mailserver.py

Documentation

License

MIT