deltachat-core icon indicating copy to clipboard operation
deltachat-core copied to clipboard

Delta.Chat C-Library with e2e chat-over-email functionality & Python bindings

Results 69 deltachat-core issues
Sort by recently updated
recently updated
newest added

afaik, currently, there is no limit in message lengths that is written to the database. however, there is a limit of the number of characters that is returned in dc_msg_get_text()...

discussion

I expect that the problem is my mail provider Microsoft (`@outlook.com`) has something to do with this as the Microsoft Server does store every mail sent inside the "Sent" directory....

hotmail.com / outlook.com seems not to work! DC version v0.100.0 from github. A colleague of mine installed v0.100.0, created a new free account at outlook.com. Mails sent from v0.100.0 to...

I was implementing a custom Port field in the AdvancedAccount Setup. Changing the port in IMAP to random number still allowed me to receive messages. Login was via oAUTH2. Same...

discussion

to avoid taking up all device "disk"-memory, there should be an option to limit the retained history. - a simple, initial approach would be just to set a _max. number...

feature proposal

I had experimented time ago some troubles when for some reasons the date of my phone was wrong (ex. after a factory reset) in such situation after some minutes of...

I have experienced a similar behaviour to my android issue 393 https://github.com/deltachat/deltachat-android/issues/393 On a slow connection an image with 391KB was sent three times. This is better then before, where...

bug

- Platform: Android - Device: LG V10 - Delta Chat Version: 0.301.1 - Expected behavior: Receive all emails that arrive in inbox - Actual behavior: Certain messages are not visible...

bug

In order to delete points from the map, we can delete the related messages. Next to the messages, the core needs to delete the locations. There should also be the...

[originally reported by @msk7-ripe in [deltachat-android](https://github.com/deltachat/deltachat-android/issues/342)] **Delta Chat version** 0.18.2 **Expected behavior** SMTP login **Actual behavior** SMTP login error due to usage of "localhost" string as HELO/EHLO parameter. **Comment** Some...