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

Previously, messages were not rewritten. This meant that all messages stayed with the old email-identified contact. #6916 made it very obvious that all messages sent into a group before the...

Follow-up to 545007aca587c4f945e82b4c1d089b14e04dc5de.

`LoggingStream` is a wrapper for IMAP/SMTP/HTTP session streams. Originally I started building it with the idea to debug #6477 and similar issues where IMAP loop gets stuck with the hope...

This way, the statistics / self-reporting bot will be made into an opt-in regular sending of statistics, where you enable the setting once and then they will be sent automatically....

Part of #6884 Note that I removed the following guard: ```rust if !new_chat_contacts.contains(&ContactId::SELF) { warn!( context, "Received group avatar update for group chat {} we are not a member of.",...

this PR adds a "ringing" api that can be used for calls later. see declaration for details about the API; jsonrpc is left out until things are settled for the...

### **Expected behavior:** When replying to an email, the replied message gets the IMAP flag \Answered. Then, many clients have a specific icon in the UI to notify the user...

enhancement

In preparation for mt, this deprecates the old configs Config::Addr, Config::MailPw, etc. which were used to pass login data to core and the Config::Configured* configs which I replaced by the...

Here I will collect all information around implementing broadcast channels, similar to the ones known from Telegram/WhatsApp. As oppsosed to Telegram/WhatsApp, channels will be end-to-end encrypted in Delta Chat. Some...

tracking issue