Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eduardostuart/mailwatch

πŸ“¨ MailWatch is a system tray application that provides real-time notifications for unseen emails across multiple email accounts.
https://github.com/eduardostuart/mailwatch

rust tailwind tauri typescript vite vue

Last synced: 2 days ago
JSON representation

πŸ“¨ MailWatch is a system tray application that provides real-time notifications for unseen emails across multiple email accounts.

Awesome Lists containing this project

README

        

# MailWatch

> [!WARNING]
> Work in progress!

MailWatch is a system tray application that provides real-time notifications for unseen emails across multiple email accounts.

App built with [Tauri](https://tauri.app/), [Vue](https://vuejs.org/), [Vite](https://vitejs.dev/), [TailwindCSS](https://tailwindcss.com/). Icon generated by DALLΒ·E 3.

## Dev

```sh
# Install dependencies
pnpm install

# Development mode
pnpm tauri dev
```

## Build

```sh
# Install dependencies
pnpm install

# Build frontend and backend applications
pnpm tauri build
```

## License

MailWatch is open-sourced software licensed under the [MIT](./LICENSE) license.