Commit Graph

19 Commits

Author SHA1 Message Date
6d4454f356 Fix showing duplicated messages
This commit also has some other changes sprinkled in but the main
effect is that messages are only shown precisely once. Next stage must
be to move away from serv_got_im and friends.
2021-01-12 00:04:46 +00:00
36b6b37e78 Start using chats to correctly attribute messages to windows
Without this, "self_bcc" would create messages that were attributed to
the self-chat.

We still have duplicate messages with self-bcc enabled.
2021-01-11 00:39:47 +00:00
4484f51c5d Support the "BCC self" option 2021-01-10 18:08:22 +00:00
83488c31fe Support IMEX messages 2021-01-10 17:12:29 +00:00
6da5908686 Upgrade to deltachat v1.50.0 2021-01-10 15:56:07 +00:00
ed3c092f13 Send images in messages 2019-04-22 01:00:09 +01:00
5f01cdf21c Handle incoming images 2019-04-21 23:22:42 +01:00
81ccd8c82c Clean up debug output
Remove the unnecessary util.c/util.h files and use purple_debug_info()
throughout instead. This is more direct. Also replace all usages of
printf() with the same helper.

This makes the Delta plugin usable in command-line applications like
Finch. Previously, the printf() output was messing up the screen!
2019-04-21 21:27:45 +01:00
4a7ba16b96 Fix HTML entities in outgoing messages 2019-04-12 00:15:06 +01:00
5d2fc0dbca Use native libpurple HTTP functions 2019-04-11 23:57:11 +01:00
cd7a5c5d24 Move more processing out of the delta event handling 2019-04-11 22:14:54 +01:00
20a89f5662 Reconfigure on every connection 2019-01-07 23:56:08 +00:00
f1c0e232f5 Run SMTP and IMAP in their own threads 2019-01-06 01:22:29 +00:00
12ef4d5125 Fix compilation against deltachat-core v0.35.0
The plugin doesn't work yet. Thread handling has changed significantly,
and other changes may also be needed.
2019-01-06 01:22:29 +00:00
ba1cd16cf7 Correctly receive messages, including offline 2018-06-13 02:35:00 +01:00
cdd5d18e69 Delta does not support HTML messages 2018-06-12 23:51:20 +01:00
e39c209c36 Switch from libsoup2.4 to libcurl4 to perform HTTP requests 2018-05-15 20:48:17 +01:00
de213f2b7a Initial integration with libdeltachat
This implements configuration, connection, sending and receiving IMs in the
simplest possible way. Lots and lots of cases are not handled.
2018-05-07 01:47:00 +01:00
2049e30dc5 Dummy status, login and logout methods 2018-05-07 01:46:17 +01:00