core icon indicating copy to clipboard operation
core copied to clipboard

Chatmail Rust Core library, used by Android/iOS/desktop chatmail apps, bindings and bots 📧

Results 449 core issues
Sort by recently updated
recently updated
newest added

a blank screen is show when you press "show full message" from an outgoing message you just sent from your current device, also when forwarding it, the message is forwarded...

bug

Here is a failure log: ``` snapshot = group.get_basic_snapshot() assert snapshot.name == "test group" group.set_name("new name") snapshot = group.get_full_snapshot() assert snapshot.name == "new name" > msg = group.send_message(text="hi") tests/test_something.py:221: _...

bug

Otherwise WAL file may grow to 200M: https://github.com/deltachat/deltachat-core-rust/issues/6066#issuecomment-2427521864 Need to decide what type of `wal_checkpoint` to run, but probably TRUNCATE: https://www.sqlite.org/pragma.html#pragma_wal_checkpoint Before running it we should acquire all connections from...

Otherwise it always fails with SQLITE_READONLY: ``` WARNING src/sql.rs:769: Failed to run incremental vacuum: attempt to write a readonly database: Error code 8: Attempt to write a readonly database. ```...

Not the first time I see this failure. Attached logs: [job-logs.txt](https://github.com/user-attachments/files/17465944/job-logs.txt)

`test_markseen_contact_request` failed here with a timeout: ``` def test_markseen_contact_request(acfactory, tmp_path): """ Test that seen status is synchronized for contact request messages even though read receipt is not sent. """ alice,...

bug

https://github.com/deltachat/deltachat-core-rust/actions/runs/11426571387/job/31789696340 ``` _____________________ test_markseen_message_and_mdn[True] ______________________ [gw2] darwin -- Python 3.10.14 /Users/runner/work/deltachat-core-rust/deltachat-core-rust/python/.tox/py/bin/python acfactory = mvbox_move = True @pytest.mark.parametrize("mvbox_move", [True, False]) def test_markseen_message_and_mdn(acfactory, mvbox_move): # Please only change this test if you...

bug

Failure looks like this: ``` ================================== FAILURES =================================== _______________________________ test_acfactory ________________________________ [gw1] win32 -- Python 3.13.0 D:\a\deltachat-core-rust\deltachat-core-rust\deltachat-rpc-client\.tox\py\Scripts\python.EXE acfactory = def test_acfactory(acfactory) -> None: account = acfactory.new_configured_account() while True: event =...

SMTP login sometimes fails with ``` src/smtp.rs:145: SMTP failed to connect and authenticate: SMTP failed to login: transient: 4.7.0 Temporary authentication failure: Connection lost to authentication server. ``` In this...

enhancement