This code is nothing but a proof-of-concept, it's not production ready!
Currently all the classes are written manually because I can't get the
JSON-RPC generator to work for any language other than rust and typescript
- Download the latest
deltachat-rpc-serverrelease for your platform. - Add it to the project directory
- Create a new Delta.Chat account (on your phone or desktop)
- Create a backup for that account, this will give you a
.tarfile - Copy the
.tarfile to your device - Call
client.ImportBackup(<accountid>, <path-to-your-tar-file>)- - Implement
IMessageProcessorto process messages
