Skip to content

Latest commit

 

History

History
45 lines (40 loc) · 909 Bytes

README.md

File metadata and controls

45 lines (40 loc) · 909 Bytes

Mail

This is a Cross platform mail application. This was intended for my use on Linux to replace Geary because of design issues I had with it.

Features:

  • [] Send Mail
  • [] Receive Mail
  • View Mail
  • BCC Mail
  • CC Mail
  • [] Delete Mail
  • [] View Attachments
  • [] Download Attachments
  • View HTML Mail
  • View Plain Text Mail
  • [] View Mail Headers
  • [] View Mail Source
  • [] View Mail Raw
  • [] View Mail Flags
  • [] View Mail Size
  • View Mail Date
  • View Mail Subject
  • View Mail From
  • [] Add ICS Calender
  • [] Offset Timezone for ICS Calender

Start Developing

Install Dependencies

cargo install tauri-cli
npm install

Run

cargo tauri dev

Node Version

More modern versions tend to have issues building with tauri. I recommend using the following version:

Errors that may occur:

  • Illegal instruction (core dumped)
v18.19.0