Commit Graph

11 Commits

Author SHA1 Message Date
5f9c60ce4b Compile against purple 2.14 2022-05-23 18:34:56 +01:00
4484f51c5d Support the "BCC self" option 2021-01-10 18:08:22 +00: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
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
cdd5d18e69 Delta does not support HTML messages 2018-06-12 23:51:20 +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
6fcd10ed32 Pretend I didn't copy-paste a lot of boilerplate from the matrix plugin 2018-05-07 01:46:17 +01:00
4d37762f73 Move debug() to the top 2018-05-02 00:26:25 +01:00
2f70ab2996 Get the Delta Chat plugin to show up in pidgin 2018-05-02 00:05:28 +01:00