holger krekel
|
c011a8cfef
|
run lint without installing the package
|
2019-12-07 21:44:34 +01:00 |
|
holger krekel
|
2d7d79fc44
|
allow to use a different buildhost :)
|
2019-12-07 21:44:34 +01:00 |
|
holger krekel
|
119d4fa689
|
- test and fix receiving text/html attachment in multipart/mixed situations
They are now preserved as attachment, instead of diving into parsing-html
and simplifying.
- adapt mime-debugging
|
2019-12-07 21:44:34 +01:00 |
|
holger krekel
|
b7a9f73329
|
passes test but needs cleanup
|
2019-12-07 21:44:34 +01:00 |
|
holger krekel
|
a52a3e0d24
|
try fix incoming text/html in multipart/mixed
|
2019-12-07 21:44:34 +01:00 |
|
Alexander Krotov
|
f32876708a
|
Update outdated comment
MIME wrapping is now done by the email crate, which implements RFC5322
|
2019-12-07 21:35:42 +01:00 |
|
Alexander Krotov
|
84e0e7e020
|
aheader.rs: do not generate lines longer than 78 characters
|
2019-12-07 21:35:42 +01:00 |
|
Alexander Krotov
|
38cddff6e9
|
Move keydata= wrapping from key.rs to aheader.rs
|
2019-12-07 21:35:42 +01:00 |
|
Alexander Krotov
|
f1aba8115b
|
Use Option<EncryptPreference>.unwrap_or_default in aheader.rs
|
2019-12-07 07:58:53 +01:00 |
|
B. Petersen
|
0db5ff55fd
|
unshape icons, used indexed colors
|
2019-12-06 20:10:19 +01:00 |
|
B. Petersen
|
7421b0de6c
|
adapt the ffi-examples to reality, free stuff
|
2019-12-06 20:08:57 +01:00 |
|
Alexander Krotov
|
6c275c30a7
|
Do not include "prefer-encrypt=nopreference;" in Autocrypt header
Specification
https://autocrypt.org/level1.html#the-autocrypt-header
says that prefer-encrypt attribute can only occur with the value `mutual`.
|
2019-12-06 20:01:34 +03:00 |
|
Alexander Krotov
|
91f1d793e9
|
Test that internal "prefer-encrypt=reset" value is not parsed from header
This is a test for bugfix e8f2f7b24e
|
2019-12-06 14:23:45 +01:00 |
|
Alexander Krotov
|
cddfd04a7f
|
Turn rawkey from function into a constant
|
2019-12-06 14:23:45 +01:00 |
|
Alexander Krotov
|
7fa94c33bf
|
cargo fmt
|
2019-12-06 10:35:02 +01:00 |
|
Alexander Krotov
|
30dd20dc7b
|
Make Imap.fetch() async
|
2019-12-06 10:35:02 +01:00 |
|
Alexander Krotov
|
339c0d3dc7
|
Remove unnecessary use of failure::Fail
|
2019-12-06 10:34:34 +01:00 |
|
Alexander Krotov
|
2304d63bb3
|
Simplify dc_get_filesuffix_lc
|
2019-12-06 09:45:24 +01:00 |
|
holger krekel
|
36014f9fe5
|
add next changelog entry
|
2019-12-06 09:00:23 +01:00 |
|
Alexander Krotov
|
351383dfa4
|
Split IMAP idle functions into imap::idle submodule
Also introduce Imap.can_idle() to avoid having to match on IdleAbilityMissing error
|
2019-12-06 08:59:22 +01:00 |
|
holger krekel
|
defad94f5a
|
bump to beta12
1.0.0-beta.12
|
2019-12-06 00:55:24 +01:00 |
|
holger krekel
|
a0517478e3
|
adding auto-copy-blob logic when preparing a message
|
2019-12-06 00:27:22 +01:00 |
|
holger krekel
|
7f4e68f21c
|
failing test for sending out a file twice
|
2019-12-06 00:27:22 +01:00 |
|
holger krekel
|
c0a425c26d
|
bump to beta11
1.0.0-beta.11
|
2019-12-05 21:53:03 +01:00 |
|
holger krekel
|
e756859b16
|
don't split qr tests out anymore now
|
2019-12-05 21:50:17 +01:00 |
|
holger krekel
|
174bc017ad
|
make setup_handle_if_needed async, call it ahead of select_folder and fetch_new_messages (renamed from fetch_from_single_folder), and be more eager triggering reconnect on error conditions
|
2019-12-05 21:47:32 +01:00 |
|
holger krekel
|
4a9fb0212f
|
complete changelog and bump version
1.0.0-beta.10
|
2019-12-05 19:32:16 +01:00 |
|
holger krekel
|
212848409f
|
use encoded-words crate, which friedel ported from python
|
2019-12-05 19:29:12 +01:00 |
|
holger krekel
|
e45ee0eb81
|
try fix filename encoding bug -- fails in one test
|
2019-12-05 19:29:12 +01:00 |
|
dignifiedquire
|
3b8e37de58
|
switch to quoted-printable, which is already used by mailparse
|
2019-12-05 19:29:12 +01:00 |
|
holger krekel
|
c2e8cc9bd6
|
use rfc2047 crate from @valodim and remove dc_strencode.rs completely
|
2019-12-05 19:29:12 +01:00 |
|
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 |
|