Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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