Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eduardostuart/mailwatch
- Owner: eduardostuart
- License: mit
- Created: 2023-10-25T14:49:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T20:18:49.000Z (6 months ago)
- Last Synced: 2024-05-02T13:30:16.583Z (6 months ago)
- Topics: rust, tailwind, tauri, typescript, vite, vue
- Language: Rust
- Homepage:
- Size: 3.41 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.