Skip to content

raguay/EmailIt-Tauri

Repository files navigation

EmailIt-Tauri

Richard's GitHub stats

EmailIt

A simple program for sending emails quickly through the EmailItServer. It also has notes, scripts to act on the text, and templates. I'm still actively developing this program, but the basics are functional. I've only built it on a Macbook Pro with an M1 chip. I'll be adding other builds in the future.

For the first time, you need to download the libraries used by:

npm install

To build the rust program and package it properly, you run:

npm run build
cargo tauri build

The npm line builds the frontend Svelte project. The cargo line builds the actual rust application that runs the program.

In order to get the EmailIt icon, you must copy it from graphics/emailit.icns to EmailIt.app/Contents/Resources/icon.icns. The normal build doesn't like my icns file for some reason. An an M1 chips system, the cargo tauri program doesn't have the icon subcommand to generate the right icns file.

This requires the EmailItServer for the backend logic currently. I've not gotten far enough to have it all itegrated. This project is slowly being created.

Note: This version is build with the Tauri framework. I've moved to using the Wails framework instead since I'm better with go language than Rust.