holger krekel
ec81d29580
fix multi-line subject encoding and introduce MIME debugging env var
2019-12-05 19:29:12 +01:00
jikstra
c4de0f3b17
Apply remaining requested changes
2019-12-05 18:57:19 +01:00
jikstra
965d41990e
change return to "" for errors
2019-12-05 18:57:19 +01:00
holger krekel
d96dba336b
Update deltachat-ffi/deltachat.h
...
fix doc
2019-12-05 18:57:19 +01:00
jikstra
a7e1b4653e
Apply requested changes
2019-12-05 18:57:19 +01:00
jikstra
e38b42bc21
Add api docu
2019-12-05 18:57:19 +01:00
jikstra
36bd502292
cargo fmt
2019-12-05 18:57:19 +01:00
jikstra
594bf3dfc8
fixup! Move to json_serde, add tests and implement missing python api
2019-12-05 18:57:19 +01:00
jikstra
6d30ccfc63
Move to json_serde, add tests and implement missing python api
2019-12-05 18:57:19 +01:00
jikstra
1b79f513a3
Implement more json key/value pairs
2019-12-05 18:57:19 +01:00
holger krekel
74825a0f57
working example
2019-12-05 18:57:19 +01:00
holger krekel
4a23d12df2
add a ffi-definiton for a new get-chat summary function that returns json
2019-12-05 18:57:19 +01:00
holger krekel
7f117574ab
test and fix #956
2019-12-05 02:15:54 +01:00
holger krekel
f91474c2f8
add preliminary changelog for beta10
2019-12-05 01:22:50 +01:00
holger krekel
2a081aac2b
fix grpid extraction from In-Reply-To and References headers
2019-12-05 01:18:53 +01:00
holger krekel
9b10f31fb3
more cleanups
2019-12-05 00:56:09 +01:00
holger krekel
63ad7b8d34
make to_ids const in some places, and simplify returns from create_or_lookup_adhoc_group
2019-12-05 00:56:09 +01:00
holger krekel
86baaab2e9
get rid of unsafe and indirect return values for create_or_lookup.*group
2019-12-05 00:56:09 +01:00
holger krekel
3e66d23367
make set_core_version return the versions if no args are specified
2019-12-04 22:32:56 +01:00
dignifiedquire
609b5588fa
fix(mimefactory): only send Autocrypt-Gossip headers on encrypted messages
2019-12-04 13:58:33 +01:00
pabzm
798072b8ba
Fix new event name in Changelog.
2019-12-04 13:52:02 +01:00
Alexander Krotov
d950a58613
Improve documentation
2019-12-04 10:15:40 +01:00
holger krekel
4c68e6fe41
update deps
1.0.0-beta.9
2019-12-04 09:11:21 +01:00
holger krekel
914ce77b50
adapt changelog
2019-12-04 08:58:48 +01:00
holger krekel
d09989a4ed
fix implementation of Autocrypt to encrypt if answering to an encrypted message.
...
Previously, if any of a chat's peers set prefer_encrypt to false
(i.e. "e2ee_enabled=0" in the config, a misnomer btw) then a
previously encrypted chat would drop to cleartext easily.
2019-12-04 08:57:42 +01:00
holger krekel
6999a4e3a9
streamline decrypt/encrypt logging
2019-12-04 08:57:42 +01:00
Alexander Krotov
069541f374
Create select_folder::Error
2019-12-04 06:13:24 +01:00
Alexander Krotov
49b9b28c99
Move select_folder to a separate submodule
2019-12-04 06:13:24 +01:00
B. Petersen
b274482125
add welcome-image created by @Simon-Laux
2019-12-04 06:11:42 +01:00
B. Petersen
b766a55b0a
in set_chat_name(), bind value to sql using ?-operator, add a test to check the name is really changed
2019-12-04 06:11:01 +01:00
B. Petersen
b8057b7ddb
remove >1y old file path migration which is now uneeded and has potential issues
2019-12-04 06:11:01 +01:00
B. Petersen
98266f47d6
bind value to sql using ?-operator
2019-12-04 06:11:01 +01:00
B. Petersen
7b83979e10
test that the device-chat is a one-to-one-chat
2019-12-04 06:01:37 +01:00
B. Petersen
79cdcca2d2
check that sending/preparing/forwarding on a chat that cannot send really fails
2019-12-04 06:01:37 +01:00
B. Petersen
4c0d00640b
fix repl forward command
2019-12-04 06:01:37 +01:00
Alexander Krotov
ad87b7c4a5
Fix clippy warnings
2019-12-03 20:20:52 +03:00
holger krekel
74f36b264b
fix get_recipients with test
2019-12-03 17:51:44 +01:00
holger krekel
2df43b6c5d
avoids double-semicolon problem leading to empty messages in pre-master releases
2019-12-03 16:55:53 +01:00
holger krekel
73f80624b2
adding a draft changelog entry for beta.9
2019-12-03 14:48:57 +01:00
björn petersen
fe2a4b7a4a
Merge pull request #904 from deltachat/mailparse
...
Switch mailparsing to mailparse
2019-12-03 14:16:07 +01:00
dignifiedquire
affdf7241f
fixup: remove double mimefactory
2019-12-03 12:26:27 +01:00
holger krekel
1c5a3e6698
remove debug logging and fix update_gossip_headers location
2019-12-03 12:25:22 +01:00
dignifiedquire
db88212a64
refactor: unsafe, CStr and libc moved out
2019-12-03 12:25:22 +01:00
dignifiedquire
43074464ac
cleanup mimeparser and use mime
2019-12-03 12:25:22 +01:00
dignifiedquire
1e7afa9da0
fix chat-verified
2019-12-03 12:25:22 +01:00
dignifiedquire
e985887739
fix content-type setting and some encryption
2019-12-03 12:25:22 +01:00
dignifiedquire
d5287256e0
fix various parsing and sending issues
2019-12-03 12:25:22 +01:00
dignifiedquire
6bb2adaf45
some fixes for mdn handling
2019-12-03 12:25:22 +01:00
dignifiedquire
64fcd56998
fix mailparsing test
2019-12-03 12:25:22 +01:00
dignifiedquire
7d3a56a870
switch to forked rust-email
2019-12-03 12:25:22 +01:00