remove network from dc_provider_new_from_email(), add an explicit function for network provider lookup (#3256)

This commit is contained in:
bjoern
2022-04-27 15:51:40 +02:00
committed by GitHub
parent aae4f0bb7b
commit e2ba338923
3 changed files with 41 additions and 2 deletions

View File

@@ -6,6 +6,8 @@
- replaced stock string `DC_STR_ONE_MOMENT` by `DC_STR_NOT_CONNECTED` #3222
- add `dc_resend_msgs()` #3238
- `dc_provider_new_from_email()` does no longer do an DNS lookup for checking custom domains,
this is done by `dc_provider_new_from_email_with_dns()` now #3256
### Fixes