This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
Releases: deltachat/deltachat-core
Releases · deltachat/deltachat-core
v0.26.1
v0.26.0
- remove DC_EVENT_IS_OFFLINE
- remove error code from DC_EVENT_ERROR
- add DC_EVENT_ERROR_SELF_NOT_IN_GROUP
- add flag to DC_EVENT_ERROR_NETWORK to differ between first/subsequent errors
- block concurrent calls to dc_configure()
The changes have been done by Björn Petersen, Holger Krekel, Lars-Magnus Skog
v0.25.1
v0.25.0
- use a single folder for all incoming and outgoing messages;
defaults to INBOX and can be configured using
dc_set_config(context, "imap_folder", folder) - dc_set_config() and dc_get_config() check for correct key
- new function dc_maybe_network() to trigger jobs (as sending messages)
and bypass the new exponential backoff algorithm
The changes have been done by Azul, Björn Petersen, Borys Piddubnyi,
Floris Bruynooghe, Holger Krekel, Stefan Strogin