l

Results 374 issues of l

This feature was disabled due to interoperability problems: https://github.com/chatmail/core/issues/7378 PR that disabled anonymous OpenPGP recipients: https://github.com/chatmail/core/pull/7383 We should revert https://github.com/chatmail/core/pull/7383, rough plan is to do this beginning of 2026. There...

To make sure that Iroh is not using the network and e.g. does not measure the connection to relay, we need to stop Iroh when it is not used. @flub...

If we keep receiving messages in the group we are not part of, it means the sender (assuming using the latest version and not malicious) has not received our "leave"...

discussion

When the user has requested full download of a partially downloaded message, `download_msg` looks up the folder and UID of the message in `imap` table: https://github.com/chatmail/core/blob/51b9e86d71fe1e80bb0935c1c3bb711555ec36d5/src/download.rs#L160 `imap` table also stores...

bug

Chatmail core currently has official Python and Node.js bindings published to PyPI and NPM. [Maven Cental](https://maven.apache.org/repository/index.html) is the de facto primary repository for Java since [JCenter has been shutdown](https://github.com/deltachat/deltachat-android/issues/2595). JNI...

Due to bug #7088 some users now have unencrypted groups with one key-contact. We need a test adding key-contact to such group and see what happens when sending a message...

OpenPGP has "indented recipient fingerprint" packet: https://www.rfc-editor.org/rfc/rfc9580.html#name-intended-recipient-fingerpr It should be sent to protect against [Surreptitious Forwarding](https://www.rfc-editor.org/rfc/rfc9580.html#name-surreptitious-forwarding) and if it is present but does not match receiver should deliver the message...

enhancement

When Webxdc instance is deleted, info messages pointing to it currently remain in the chat. They however cannot be used to jump to the message anymore, so they are not...

enhancement

I have received a message from a group non-member in a verified group. Have not checked how it became a non-member, but most likely a "member added" with gossip was...

bug

There is a TODO item in the source code: https://github.com/chatmail/core/blob/416131b4a25d7fb308439e2ef12c03633e6e459f/src/mimefactory.rs#L1358-L1362

bug