Skip to content

Dust-Mail/desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dust-Mail Web/Desktop

Description

This is a simple email application built in Rust. It provides a convenient way to manage and send emails efficiently. For more info, read the docs

Features

  • User-friendly Interface
    • Intuitive and easy-to-use interface for seamless email management.
  • Compose Emails
    • Compose and send emails to multiple recipients.
  • Inbox
    • View and organize incoming emails in a neatly organized inbox.
  • Read/Reply/Forward
    • Read, reply to, and forward emails within the app.
  • Attachments
    • Attach files to emails for easy sharing.
  • Search
    • Search for specific emails or keywords within your inbox.
  • Folders
    • Create custom folders to organize your emails.
  • Mark as Read/Unread
    • Keep track of read and unread emails with a simple toggle.
  • Delete/Archive
    • Easily delete or archive emails to keep your inbox clutter-free.
  • Settings
    • Customize the app's preferences to suit your needs.

Screenshots

Here are some screenshots of the application:

  1. Screenshot 1
  2. Screenshot 2

Feel free to explore the app and provide any feedback or suggestions you may have. Enjoy using our email app built in Rust!

Installation

To install and run the email app, follow these steps:

  1. Clone the repository:
git clone https://github.com/Dust-Mail/desktop dust-mail-desktop
  1. Go into the directory
cd dust-mail-desktop
  1. Install dependencies
pnpm install
  1. Build the application
pnpm run tauri build

You should now find your application in the src-tauri/target/release directory.