From 1212ff20e4df81e8ef6990d5c6d2e5536786369f Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Sun, 10 May 2020 01:03:36 +0100 Subject: [PATCH] Why why why --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 053ad1b..34ce26f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Here's where we're at right now: - [~] Connect to deltachat-core-rust - [ ] Set up an account via autoconfiguration - [ ] Set up an account manually +- [ ] Contacts handling - [ ] Text messages - [ ] Multimedia messages - [ ] Setup messages @@ -43,6 +44,10 @@ Here's where we're at right now: Mobile IM, mostly. Desktop IM, also. It's ideal for my pinephone, and lighter than the electron desktop client. +At this point, I don't know Rust, I don't know DBUS, I don't know Telepathy, and +I don't know Deltachat particularly well either. So this also functions as a +learning exercise! + ## How This project is written in Rust, so you'll need a rust compiler to build it.