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

https://github.com/minidigger/minimail

my personal mail client
https://github.com/minidigger/minimail

Last synced: 2 months ago
JSON representation

my personal mail client

Awesome Lists containing this project

README

          

# MiniMail

A mail client, just for me.

## Features

- viewing mail folders
- viewing mails

## Local Setup

For convenience, a docker-compose file is provided to run greenmail (mock mail server) and roundcube (an actually good email client):

- `Start Dependencies`
- Open http://localhost:3001/ in your browser to see roundcube

To start the actual application:

- `Start Dev`
- Open http://localhost:3000/ in your browser to see the app

## Config

`npx web-push generate-vapid-keys`

`npx jazz-run account create --name "My Server Worker" --peer `

```js
const config = {
runtimeConfig: {
webPushPrivateKey: "",
public: {
clerkPubKey: "",
jazzApiKey: "",
jazzServerUrl: "wss://cloud.jazz.tools",
onesignalAppId: "",
webPushPublicKey: "",
},
},
};
```

### Recommended IDE settings

- for better viewing its recommended to configure file nesting for .types.ts into .ts

## Licence

MIT License