feat: faster and simpler DNS checks, better ip-address determination (#346)

* drastically reduce round-trips for dns checks, and do it during 'run' and 'dns' sub commands 
* provide progress-dots for dns checks and "--verbose" for seeing what is executed remotely 
* introduce ssh-mediated remote python function execution mechanism
This commit is contained in:
holger krekel
2024-07-08 20:10:52 +02:00
committed by GitHub
parent 0d61c13c58
commit 85bb301255
9 changed files with 229 additions and 218 deletions

View File

@@ -2,6 +2,10 @@
## untagged
- Make DNS-checking faster and more interactive, run it fully during "cmdeploy run",
also introducing a generic mechanism for rapid remote ssh-based python function execution.
([#346](https://github.com/deltachat/chatmail/pull/346))
- Don't fix file owner ship of /home/vmail
([#345](https://github.com/deltachat/chatmail/pull/345))