Documentation
README
Add DeltaChat Channel
The adapter drives the @deltachat/stdio-rpc-server JSON-RPC subprocess directly — pure Node.js against the DeltaChat core library. Messages are delivered over email with Autocrypt/OpenPGP encryption.
Install
Pre-flight (idempotent)
Skip to Credentials if all of these are already in place:
src/channels/deltachat.tsexistssrc/channels/deltachat-registration.test.tsexistssrc/channels/index.tscontainsimport './deltachat.js';@deltachat/stdio-rpc-serveris listed inpackage.jsondependencies
Otherwise continue. Every step below is safe to re-run.
1. Fetch the channels branch
git fetch origin channels
2. Copy the adapter and its registration test
This is the opening of the README. Read the full README on GitHub.