core
core copied to clipboard
Chatmail Rust Core library, used by Android/iOS/desktop chatmail apps, bindings and bots 📧
Since https://github.com/n0-computer/iroh/pull/2340 is merged, we need to wait for the next iroh release and increase message size limit to 128kb. See https://github.com/n0-computer/iroh/issues/2312 as well.
When `send_webxdc_realtime_advertisement` is called, an advertisement mail is sent over SMTP. For bots it would be useful to know when such mail is received so it knows some user has...
We currently treat such transient error as permanent for the reason described here: https://github.com/deltachat/deltachat-core-rust/blob/42a7cd3eea38a6ee04a9463c81df2f41157db4bc/src/smtp.rs#L427-L432 However it seems Postfix is capable of returning such incorrect errors when there is a transient...
it seems there is a regression in core 1.137.4, if you create a group with a bot you have not contacted in 1:1 first, the group appears as a contact...
- Operating System (Linux/Mac/Windows/iOS/Android): Android 11. - Delta Chat Version: 1.44.0 (nightly built 2024-03-26). - Expected behavior: When pending messages are fetched from the Inbox and Sent IMAP folders after...
these "group left" messages often come from unwanted group splits [^1], however, also on normal usage, it seems fine to not sort the group up - or even create or...
**Description** In an effort to make [Chatmail](https://github.com/deltachat/chatmail) compatible with OpenBSD and OpenSMTPD, I ran into the issue where [`deltachat-core-rust`](https://github.com/deltachat/deltachat-core-rust) won't install from source, due to an issue with quinn. Resolving...
Currently the error is `IMEX failed to complete: rPGP error: no matching packet found`: https://support.delta.chat/t/imex-failed-to-complete-rpgp-error-no-matching-packet-found/3042 This does not help the user to understand the problem.
Currently `dc_is_sending_locations_to_chat` returns 1 if location streaming is enabled in the chat and 0 if it is not enabled. However, it is not possible to see if locations are actually...
using `https://i.delta.chat...` links in the QR codes allows users to scan the QR code with any mobile _without having delta chat installed yet._ users will then get instructions how to...