Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tolumide-ng/comp_asses
Web-based E-mail client for Yahoo Mail (POP3, IMAP)
https://github.com/tolumide-ng/comp_asses
docker imap nodejs pop3 react redux smtp tls typescript yahoo
Last synced: 23 days ago
JSON representation
Web-based E-mail client for Yahoo Mail (POP3, IMAP)
- Host: GitHub
- URL: https://github.com/tolumide-ng/comp_asses
- Owner: tolumide-ng
- Created: 2021-06-01T00:50:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-02T22:48:02.000Z (over 3 years ago)
- Last Synced: 2024-07-30T20:54:34.206Z (4 months ago)
- Topics: docker, imap, nodejs, pop3, react, redux, smtp, tls, typescript, yahoo
- Language: TypeScript
- Homepage:
- Size: 1.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Maily
### Endpoints
| # | Description | Endpoint | Request Body | Request Header |
| --- | ------------------------- | ---------- | ------------------------------------ | -------------- |
| 1 | Get all user Emails | `/all` | email, password, encType, serverType | NA |
| 2 | Get a Specific user Email | `/one/:id` | encType, serverType | userKey |## How to Setup this project
-- Prerequisites: `docker, docker-compose`
1. Clone the repository
2. Cd into the application
3. Run `docker compose up` to start the application
4. Check the page on `localhost:5000` on your browser