holger krekel
2955ed39ee
fix the fix
2019-12-19 16:46:47 +01:00
holger krekel
149a3eeeb5
address @r10s comment
2019-12-19 16:11:44 +01:00
holger krekel
cd3c9cd39c
another reverse mut bites the dust
2019-12-19 15:51:36 +01:00
holger krekel
754605d89a
not sure it's much better but using a static-sized array is probably better than a dynamically sized vec, thanks @dignifiedquire
2019-12-19 15:02:30 +01:00
holger krekel
9c96ff220c
remove unused include_in_contactlist
2019-12-19 14:36:18 +01:00
holger krekel
1767ae57cd
Origin::is_verified() -> Origin::is_known() because this has nothing to do with verified groups or contacts
2019-12-19 14:33:46 +01:00
holger krekel
fd8dc7f079
don't pass incoming_origin as &mut as the caller doesn't need it
2019-12-19 14:29:00 +01:00
holger krekel
d3b4764399
also don't pass "to_id" and don't make it mut inside add_parts
2019-12-19 12:19:00 +01:00
holger krekel
762d00baf6
- move CC-parsing next to To-parsing where it blongs
...
- pass to_ids and from_id as immutable to add_parts
2019-12-19 12:19:00 +01:00
holger krekel
4b92b06ddf
add a test that contacts are properly created and fix ordering in dc_receive_imf to pass the test
2019-12-19 12:19:00 +01:00
holger krekel
a7b55edb9b
more call sites
2019-12-19 12:06:01 +01:00
holger krekel
000479d55e
never block on interrupt_inbox_idle
2019-12-19 12:06:01 +01:00
Alexander Krotov
7ef22f2940
fix(smtp): reduce SMTP I/O timeout to 30 seconds
...
15 minute timeout was used because it applied to the whole send()
operation. Now timeout applies to each I/O operation, such as read()
or write(), so it can be made much shorter. In particular, this timeout
applies to read() call right after connection to plain or STARTTLS server,
in which case it is not reasonable to wait 15 minutes to receive one
line of data.
The timeout is triggered only if no progress is made within 30 seconds. It
likely indicates a network failure anyway.
2019-12-19 06:55:19 +01:00
Alexander Krotov
a242fcfd2c
refactor(dehtml): remove Result unwrap in dehtml_starttag_cb()
2019-12-18 23:24:43 +03:00
Alexander Krotov
73c21ae0a9
refactor: enable clippy::unreadable_literal
2019-12-18 23:23:38 +03:00
dignifiedquire
2398454838
feat(smtp): update to use async-smtp based timeouts
2019-12-18 03:08:59 +03:00
holger krekel
c1ba5a30c5
prepare beta.19
1.0.0-beta.19
2019-12-16 23:46:28 +01:00
holger krekel
2c0f847d3e
remove too verbose logging for received messages
2019-12-16 23:12:17 +01:00
holger krekel
7d5e95f013
thread-name seems to be unnamed all the time so it's use is currently theoretic
2019-12-16 23:12:17 +01:00
Alexander Krotov
9000342de8
Get rid of unnecessary "async move" and ".await"
2019-12-16 18:02:50 +01:00
holger krekel
61b47aa0de
try doing an smtp-send timeout
2019-12-16 18:02:50 +01:00
björn petersen
22f5c5fb74
Merge pull request #1057 from deltachat/beta18
...
prepare to tag 1.0.0-beta.18
1.0.0-beta.18
2019-12-16 15:00:48 +01:00
holger krekel
801162d7be
prepare to tag 1.0.0-beta.18
2019-12-16 13:20:14 +01:00
Alexander Krotov
f81f3fb060
Do not panic on failure to read IMAP server greeting
2019-12-16 13:19:34 +01:00
holger krekel
15792d8426
use dcc-stable branch that returns an error on missing greetings() "* OK Dovecot ready" (currently it panics)
2019-12-16 13:19:34 +01:00
Floris Bruynooghe
d7f345eef8
Add the thread id and name to info and warn log output
2019-12-16 13:11:44 +01:00
Alexander Krotov
e3031462c1
Replace expect() in select_with_uidvalidity with an Error
2019-12-16 14:44:52 +03:00
holger krekel
47d14271ab
fix #1020 -- allow to set os_name in python bindings
2019-12-16 11:51:04 +01:00
holger krekel
2bf9fd6cbc
revert printing file/lineno in Error-messages as these are typically user-visible
...
For info and warn it's fine
2019-12-16 03:17:08 +03:00
Floris Bruynooghe
19e716b522
Add filename and line no to log entries
...
This is done for all logging calls, also those which call error! which
is normally directly shown to the user.
2019-12-16 00:33:57 +01:00
Alexander Krotov
1ee15942cc
Simplify simplify.rs
...
* Remove Simplify structure.
* Match for lines starting with 5 markers, not consisting of exactly 5 markers.
This is a regression from C to Rust conversion, see
2bb1c280d5/src/dc_simplify.c (L154)
* Add tests.
2019-12-16 02:31:38 +03:00
björn petersen
898e641256
Merge pull request #1048 from deltachat/beta17
...
add changelog for beta17 and bump versions
1.0.0-beta.17
2019-12-15 23:32:11 +01:00
holger krekel
cda4ccff2a
add changelog for beta17 and bump versions
2019-12-15 23:26:05 +01:00
B. Petersen
ba274482f7
make d.png much smaller in size to avoid avatar-recoding and to allow checking file contents
2019-12-15 23:12:37 +01:00
B. Petersen
435f734d60
adapt tests for new avatar recoding
2019-12-15 23:12:37 +01:00
B. Petersen
a5f949c4e2
recode group- and user-avatar to 192x192 pixel
2019-12-15 23:12:37 +01:00
B. Petersen
9fc556864e
add image crate
2019-12-15 23:12:37 +01:00
Alexander Krotov
a0645dc713
Resultify dc_create_folder and don't ignore its errors
2019-12-16 00:49:51 +03:00
holger krekel
5893cd309d
fixate async-imap to the working commit so that no one accidentally does "cargo update" and breaks things.
2019-12-16 00:49:37 +03:00
holger krekel
09c7ab1ee6
avoid addrparse to panic() and refactor according code a little with test.
2019-12-15 21:54:20 +01:00
holger krekel
4bacae3711
fix #1037 and simplify mdn-report related code and state
2019-12-15 22:18:34 +03:00
Alexander Krotov
8d3e536582
Do not panic on SystemTimeDifference
2019-12-15 19:56:13 +01:00
Alexander Krotov
697cc0a79b
Make needs_encryption a bool
2019-12-15 19:55:49 +01:00
Alexander Krotov
a34ed5c02a
Make recalc_fingerprints a bool
2019-12-15 19:55:49 +01:00
Alexander Krotov
256bb01606
Make prepend_subject a bool
2019-12-15 19:55:49 +01:00
Alexander Krotov
1de535363d
Move parse_message_id from wrapmime.rs to imap/mod.rs
2019-12-15 19:13:49 +03:00
Alexander Krotov
24d9011939
Move get_autocrypt_mime from wrapmime.rs to e2ee.rs
2019-12-15 19:13:49 +03:00
holger krekel
6284bdc98f
pull in latest async-smtp master to fix #1030
2019-12-15 15:27:25 +01:00
Alexander Krotov
e7351b1bb8
Restore constant and remove parenthesis
2019-12-15 16:43:12 +03:00
Alexander Krotov
b3ee89c6e5
Documentation improvements
2019-12-15 16:15:09 +03:00