/tauri-outlook

tauri-outlook

Primary LanguageRustMIT LicenseMIT

tauri-outlook

Outlook Desktop 1

Features

  • Native Experience: Interact with Outlook directly from your desktop without needing a browser.
  • Fast and Lightweight: Built using Tauri, the application is light on resources and starts up quickly.
  • Cross-Platform: Available for Windows, macOS, and Linux.

Installation

Pre-built binaries

You can download the pre-built binaries for your platform from the Releases page.

Building from Source

  1. Clone this repository:
    git clone https://github.com/litongjava/tauri-outlook
  2. Navigate to the project directory:
    cd tauri-outlook
  3. Install tauri:
    cargo install tauri-cli
  4. Build the application:
    cargo tauri build

Usage

  1. Launch the application.
  2. Interact with Outlook directly from the app interface.

Cache

Cache Folder

  • windows C:\Users\Administrator\AppData\Local\com.litongjava.tauri.Outlook

Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you'd like to change.

License

MIT License