deltachat-core
deltachat-core copied to clipboard
Delta.Chat C-Library with e2e chat-over-email functionality & Python bindings
Currently the readme isn't very helpful, especially not for mac :) I'm not really a good readme write myself, maybe someone wants to join?
Maybe it's nice to be able to import old chats by downloading them from imap. Related desktop issue: https://github.com/deltachat/deltachat-desktop/issues/494
Can be useful to avoid long scrolling sessions when searching a link that was posted some time before
currently, [`dc_imex(DC_IMEX_IMPORT_SELF_KEYS)`](https://c.delta.chat/classdc__context__t.html#ab04a07bb49363824f6fe3b03e6aaaca7) requests a directory as the first parameter; the directory is scanned for keys that are imported then. while this is fine for mobile systems with limited file management...
`dc_interrupt_imap|smtp|mvbox_id()` are used as ... ``` // when a job needs to be done, the ui calls interrupt_idle() // that causes jobs to be done void thread_func() { while(run_threads) {...
I just noticed that I have a chat where i sent someone a message at 14:51 on **desktop** and the person replied at 14:53. On **android-ii** my message sent from...
i am pretty sure that this worked some time ago, however, i just [left a group accidentially](https://github.com/deltachat/deltachat-desktop/issues/395) and the "left group" message for me appears in an ad-hoc group with...
shall "Read receipts" aka "MDNs" also set the In-Reply-To and References header? referring the message that was actually read? currently, this is not the case, however, it makes some sense...
right now i am in the situation that i'd like to change my key for my delta account but i also don't want to have lots of unreadable mail. Autocrypt...
If I use a delta account (say with a `DELTA` e-mail address) i want to specify a `ROOT` e-mail address from which Delta will process forwarded messages **as if the...