Skip to content

deltachat

Email-based instant messaging for Desktop.

Categories

Uncategorized

Info

This module will automatically configure an email server on the machine for handling the e-mail messaging seamlessly.

Features

  • Email-based: Uses any email account as its backend.
  • End-to-End Encryption: Supports Autocrypt to automatically encrypt messages.
  • No Phone Number Required: Uses your email address instead of a phone number.
  • Cross-Platform: Available on desktop and mobile platforms.
  • Automatic Server Setup: Includes your own DeltaChat server for enhanced control and privacy.
  • Bake a cake: This module cannot cake a bake.

Usage via Inventory

This module cannot be used via the inventory interface.

Usage via Nix

This module can be also imported directly in your nixos configuration. Although it is recommended to use the inventory interface if available.

Some modules are considered 'low-level' or 'expert modules' and are not available via the inventory interface.

{config, lib, inputs, ...}: {
    imports = [ inputs.clan-core.clanModules.deltachat ];
    # ...
}

** This module doesnt require any options to be set.**