Results 413 comments of bjoern

python tests fail as three lines use `get_summary` in `assert`; that needs to be substituted by the direct calls if we want to merge this pr.

adding this to "1.28 remaining things" - for 1.28 we should at least check if webxdc-status-updates are also affected by this bug (on some level, they're also just replies, and...

> we should at least check if webxdc-status-updates are also affected by this bug indeed, this issue affected webxdc, however, with #2998 we added an easy workaround. so this issue...

i am using 1.15.5 on mac. i just double-checked: - a click on the shortly appearing "headup notification" works - even the correct chat is opened and the notification disappears...

additional notes: - the "update sending states" should also take https://github.com/deltachat/deltachat-core-rust/pull/3417 into account (pending updates that do not exist as messages yet) - we have a similar issue with resending...

> Is there a way to transport a promise over ffi-boundaries? not really, we have to do that over events. i suggest to do it similar to [`dc_get_connectivity()`](https://c.delta.chat/classdc__context__t.html#a80bf9812eb5a50f8eb097cbe72df1096): 1. having...

from the reasoning of #3369: > [...] As a result configured_sentbox_folder becomes unset after folder scan, making it impossible to watch Sent folder, and Spam folder is never scanned. [...]...

a permission dialog is not needed currently. for now, this is only for the very limited usecase as described above and to get UIs ready to listen to the flag....

thanks a lot for the detailed analysis. in fact, by the self+encrypted approach we target the threat that no other person can send you a webxdc that then can send...

> What's needed more specifically from a webxdc app in order to get this internet connectivity and what else is missing? E.g. what kind of flag is needed in the...