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

for the new appstore bot, there is the need to upgrade the appstore.xdc app itself in-place, reasons: - to avoid spamming the chat with new message with new instance causing...

webxdc

I have received an email which consists of a short `text/plain` part, long inline `message/rfc822` (forwarded mail) and a `text/plain` attachment. The second part is cut, but "Show Full Message..."...

bug

This is going to be more useful with persistent events #4328 so bridges and bots can track when users join or leave the chat without having to store their view...

enhancement

Problem: As a long-time delta chat user i have several contacts that once tried delta chat on their regular e-mail account but have since moved to a dedicated account or...

This method should return OpenRPC schema: https://spec.open-rpc.org/#service-discovery-method This way `openrpc.json` does not need to be distributed separately, but can be extracted from `deltachat-rpc-server`.

enhancement
jsonrpc

bots managing a lot of webxdc instances accumulate state updates forever and becomes an storage issue over time also for users, apps like the Draw app, send a "big" canvas/image...

webxdc

Events are stored in memory and may be dropped if the process crashes or if the channel overflows. `Events::new()` creates channels which can only hold up to 1000 messages and...

enhancement
bot

1. In OpenKeyChain vorkandenen Schlüssel durch K-9 Mails Autocrypt-Unterstützung via "Autocrypt-Setup-Nachricht senden" in DeltaChat zu verwenden, schlägt fehl: der von K-9 Mail angezeigte Setup-Code wird in DeltaChat nicht akzeptiert. 2....

enhancement
bug

if setting up another device succeeded, but `bcc_self` is disabled, this will cause problems in all situations the user wants to use two devices afterwards. while since 2 years, the...

discussion

Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.31.0 to 0.35.0. Release notes Sourced from quick-xml's releases. v0.35.0 - a couple of bugfixes What's Changed New Features #772: Add reader::Config::allow_unmatched_ends to permit dangling end tags....

dependencies