mirror of
https://github.com/dadada/inbox2matrix.git
synced 2025-06-08 01:53:57 +02:00
Add initial encryption support. Still missing automatic device verification
This commit is contained in:
parent
1579a8022d
commit
7b07ca9cb1
4 changed files with 49 additions and 17 deletions
|
@ -4,9 +4,12 @@
|
|||
"description": "",
|
||||
"main": "inbox2matrix.js",
|
||||
"dependencies": {
|
||||
"@types/node": "^11.13.8",
|
||||
"config": "^3.1.0",
|
||||
"dom-storage": "^2.1.0",
|
||||
"imap": "^0.8.19",
|
||||
"matrix-js-sdk": "^1.1.0-rc.1",
|
||||
"olm": "https://matrix.org/packages/npm/olm/olm-3.0.0.tgz",
|
||||
"process": "^0.11.10"
|
||||
},
|
||||
"devDependencies": {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue