core
core copied to clipboard
Chatmail Rust Core library, used by Android/iOS/desktop chatmail apps, bindings and bots 📧
**Operating System (Linux/Mac/Windows/iOS/Android) / Delta Chat Version:** Delta Chat Desktop 1.42.2 on Debian 12 installed via deb Delta Chat Desktop 1.42.2 on openSUSE 15 installed via flathub Delta Chat 1.42.6...
## Context https://securejoin.readthedocs.io/en/latest/ explains the current protocol and the considerations that led to it. Delta Chat doesn't actually implement expiry yet, which this issue is about. ## Motivation - prevent-online-leak...
Currently if Bob scans a SecureJoin QR code and has no Alice's key corresponding to the encoded fingerprint, he sends Alice an *unencrypted* `vc-request` with INVITENUMBER to request the key...
``` python ./echo_bot_with_hooks.py --email $MAIL_ADDR --password $MAIL_PW [2024-01-02T12:21:13Z INFO deltachat_rpc_server] Starting with accounts directory `accounts`. [2024-01-02T12:21:13Z INFO deltachat_rpc_server] Creating JSON-RPC API. [2024-01-02T12:21:13Z INFO deltachat_rpc_server] EOF reached on stdin Traceback (most...
I generated a passphrase-protected key: ``` $ sq key generate --userid [email protected] --output key.asc --with-password Enter password to protect the key: Repeat the password once more: ``` (entered 123 as...
In SQLite search with `LIKE` is case-insensitive: https://github.com/deltachat/deltachat-core-rust/blob/b779d08d7f7d02d7b9570e4b0cf87ccc2e255517/src/context.rs#L933 This however does not work for non-english letters. Using functions like `UPPER` also does not help as they only work for ASCII...
```js DC_STATE_IN_FRESH = 10, DC_STATE_IN_NOTICED = 13, DC_STATE_IN_SEEN = 16, DC_STATE_OUT_DELIVERED = 26, DC_STATE_OUT_DRAFT = 19, DC_STATE_OUT_FAILED = 24, DC_STATE_OUT_MDN_RCVD = 28, DC_STATE_OUT_PENDING = 20, DC_STATE_OUT_PREPARING = 18, DC_STATE_UNDEFINED =...
- Operating System (Linux/Mac/Windows/iOS/Android): Android 11. - Delta Chat Version: 1.42.6. - Expected behavior: No leading space in a group name. - Actual behavior: A leading space in a group...
Currently in the Python test `test_mvbox_sentbox_threads` the option is enabled, but because CI server nine.testrun.org does not have a Sent folder, IMAP loop is started, opens a connection and goes...
- Android version: Android 11. - Device: Fairphone FP2 (Lineage OS 18.1 build RQ3A.211001.001 from 2022-04-22). - Delta Chat version: 1.29.1 (nightly built 2022-04-24). - Expected behavior: During setup: After...