All Projects → deltachat → Deltachat Desktop

deltachat / Deltachat Desktop

Licence: gpl-3.0
Email-based instant messaging for Desktop.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Deltachat Desktop

Mnm
The legitimate email replacement — n-identity, decentralized, store-and-forward, open protocol, open source. (Server)
Stars: ✭ 162 (-69.2%)
Mutual labels:  chat, email, smtp, imap
Deltachat Core Rust
Delta Chat Rust Core library, used by Android/iOS/desktop apps and bindings
Stars: ✭ 300 (-42.97%)
Mutual labels:  chat, email, smtp, imap
Vmime
VMime Mail Library
Stars: ✭ 218 (-58.56%)
Mutual labels:  email, smtp, imap
Opaquemail
.NET email library and proxy supporting IMAP, POP3, and SMTP with S/MIME and PGP.
Stars: ✭ 91 (-82.7%)
Mutual labels:  email, smtp, imap
Magma
The magma server daemon, is an encrypted email system with support for SMTP, POP, IMAP, HTTP and MOLTEN,. Additional support for DMTP and DMAP is currently in active development.
Stars: ✭ 1,740 (+230.8%)
Mutual labels:  email, smtp, imap
Mailer
A light-weight, modular, message representation and mail delivery framework for Python.
Stars: ✭ 225 (-57.22%)
Mutual labels:  email, smtp, imap
Mailu
Insular email distribution - mail server as Docker images
Stars: ✭ 3,151 (+499.05%)
Mutual labels:  email, smtp, imap
Mailkit
A cross-platform .NET library for IMAP, POP3, and SMTP.
Stars: ✭ 4,477 (+751.14%)
Mutual labels:  email, smtp, imap
yggmail
End-to-end encrypted email for the mesh networking age
Stars: ✭ 72 (-86.31%)
Mutual labels:  email, imap, smtp
ESP-Mail-Client
⚡️Arduino Mail Client Library to send, read and get incoming mail notification for ESP32, ESP8266 and SAMD21 devices. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.
Stars: ✭ 78 (-85.17%)
Mutual labels:  email, imap, smtp
Magento2 Gmail Smtp App
Configure Magento 2 to send email using Google App, Gmail, Amazon Simple Email Service (SES), Microsoft Office365 and many other SMTP (Simple Mail Transfer Protocol) servers
Stars: ✭ 281 (-46.58%)
Mutual labels:  email, smtp
Check If Email Exists
Check if an email address exists without sending any email, written in Rust.
Stars: ✭ 497 (-5.51%)
Mutual labels:  email, smtp
Notqmail
Collaborative open-source successor to qmail
Stars: ✭ 255 (-51.52%)
Mutual labels:  email, smtp
Php Imap Client
a easy solution for simple IMAP email access in php
Stars: ✭ 254 (-51.71%)
Mutual labels:  email, imap
Workbase Server
Slack alternative, email integrated, build with Meteor
Stars: ✭ 284 (-46.01%)
Mutual labels:  chat, email
Phpmailer
The classic email sending library for PHP
Stars: ✭ 17,485 (+3224.14%)
Mutual labels:  email, smtp
Blastula
Easily send great-looking HTML email messages from R
Stars: ✭ 394 (-25.1%)
Mutual labels:  email, smtp
James Project
Emails at the heart of your business logic!
Stars: ✭ 485 (-7.79%)
Mutual labels:  smtp, imap
imapx
A cross-platform IMAP library for .NET, supporting .Net 2.0 - 4.5, Mono and Windows Phone
Stars: ✭ 28 (-94.68%)
Mutual labels:  email, imap
Rainloop Webmail
Simple, modern & fast web-based email client
Stars: ✭ 3,618 (+587.83%)
Mutual labels:  smtp, imap

deltachat-desktop

Desktop Application for delta.chat

code style: prettier npm test Build Status

If you are upgrading: please see UPGRADING.md.

Table of Contents

Click to expand

Install

The application can be downloaded from https://get.delta.chat. Here you'll find binary releases for all supported platforms. See below for platform specific instructions. If you run into any problems please consult the Troubleshooting section below.

Linux

Flatpak

The primary distribution-independed way to install is to use the flatpak build. This is maintained in it's own repository, however a pre-built binary can be downloaded and installed from flathub which also has a setup guide for many Linux platforms.

Arch Linux

WARNING: Currently the AUR package compiles from latest master. This can be more recent as the latest release, introduce new features but also new bugs.

If you have a AUR helper like yay installed, you can install it by running yay -S deltachat-desktop-git and following the instruction in your terminal.

Otherwise you can still do it manually:

# Download the latest snapshot of the PKGBUILD
wget https://aur.archlinux.org/cgit/aur.git/snapshot/deltachat-desktop-git.tar.gz

# extract the archive and rm the archive file afterwards
tar xzfv deltachat-desktop-git.tar.gz && rm deltachat-desktop-git.tar.gz

# cd into extracted folder
cd deltachat-desktop-git

# build package
makepkg -si

# install package (you need to replace <version> with whatever version makepkg built)
sudo pacman -U deltachat-desktop-git-<version>.tar.xz

Mac OS

Homebrew

$ brew install --cask deltachat

DMG

Simply install the .dmg file as you do it with all other software on mac.

If you are getting an openssl error message at the first start up you need to install openssl.

$ brew install openssl

From Source

⚠ This is mostly for development purposes, this won't install/integrate deltachat into your system. So unless you know what you are doing, we recomment to stick to the methods above if possible.

# Get the code
$ git clone https://github.com/deltachat/deltachat-desktop.git
$ cd deltachat-desktop

# Install dependencies
$ npm install

# Build the app (only needed on the first time or if the code was changed)
$ npm run build

# Start the application:
$ npm start

Troubleshooting

This module builds on top of deltachat-core-rust, which in turn has external dependencies. Instructions below assumes a Linux system (e.g. Ubuntu 18.10).

If you get errors when running npm install, they might be related to the build dependency rust.

If rust or cargo is missing: Follow the instruction on https://rustup.rs/ to install rust and cargo.

Then try running npm install again.

If you still get errors look at the instructions in the deltchat-node and deltachat-rust-core README files to set things up or write an issue.

Configuration and Databases

The configuration files and database are stored at application-config's default filepaths.

Each database is a sqlite file that represents the account for a given email address.

How to Contribute

Read docs/DEVELOPMENT.md

Logging

You can access the log folder and the current log file under the View->Developer menu:

Read docs/LOGGING.md for an explaination about our logging system. (availible options, log location and information abour the used Log-Format)

License

Licensed under GPL-3.0-or-later, see LICENSE file for details.

Copyright © 2019 DeltaChat contributors.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].