Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakkusakura/comp4621-email
An email implementation for both server and client, a final project of COMP4621
https://github.com/jakkusakura/comp4621-email
Last synced: about 6 hours ago
JSON representation
An email implementation for both server and client, a final project of COMP4621
- Host: GitHub
- URL: https://github.com/jakkusakura/comp4621-email
- Owner: JakkuSakura
- License: mit
- Created: 2020-09-10T06:30:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T11:12:04.000Z (over 4 years ago)
- Last Synced: 2023-11-25T05:21:23.445Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# COMP4621-Email
An email implementation for both server ~~and client~~, a final project of COMP4621# Running method
```shell
cd code
python MailServer.py
````