https://github.com/debamitro/gmail-size-classifier-rs
Rust version of gmail size classifier
https://github.com/debamitro/gmail-size-classifier-rs
gpui rocket rust
Last synced: about 2 months ago
JSON representation
Rust version of gmail size classifier
- Host: GitHub
- URL: https://github.com/debamitro/gmail-size-classifier-rs
- Owner: debamitro
- License: apache-2.0
- Created: 2025-03-27T19:06:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-19T18:03:42.000Z (11 months ago)
- Last Synced: 2025-07-19T21:40:33.986Z (11 months ago)
- Topics: gpui, rocket, rust
- Language: Rust
- Homepage: https://www.eastcoastsoft.com/products/gmail-cleaner
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gmail Cleaner

A desktop app which tells you which emails are taking up space in your gmail mailbox. It runs on your computer and does not send your email data anywhere - hence you can use it for sensitive email accounts as well.
## Download
[](https://github.com/debamitro/gmail-size-classifier-rs/releases/latest/download/gmail_cleaner_0.3_beta.dmg)
[](https://github.com/debamitro/gmail-size-classifier-rs/releases/latest/download/gmail_cleaner_0.3_beta-x86_64-apple-darwin.dmg)
[](https://github.com/debamitro/gmail-size-classifier-rs/releases/latest/download/gmail_cleaner_0.3_beta_win.zip)
## How to build
As of now there are two UIs for this tool. You can build either of them. The Iced UI is the default one used for official releases
### GPUI UI
```sh
cargo build --features gpui_ui
```
### Iced UI
```sh
cargo build --features iced_ui
```