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
dignifiedquire
48dd3b8506
less dead code, and update test
2019-12-03 12:25:22 +01:00
dignifiedquire
734bbff04d
cleanup and finish missing parts
2019-12-03 12:25:22 +01:00
dignifiedquire
5adde12dff
implement mdn rendering
2019-12-03 12:25:22 +01:00
dignifiedquire
5079e15401
restructure mimefactory
2019-12-03 12:25:22 +01:00
dignifiedquire
9196ed1e9f
remove dead code
2019-12-03 12:22:55 +01:00
dignifiedquire
c69a2406ad
integrate encryption when sending
2019-12-03 12:22:55 +01:00
dignifiedquire
47197aa495
Implement message generation using lettre_email
2019-12-03 12:22:55 +01:00
dignifiedquire
dbd6303829
remove mmime
2019-12-03 12:22:55 +01:00
dignifiedquire
1f8d2531cc
some things
2019-12-03 12:22:55 +01:00
dignifiedquire
d2de2aef07
first compile
2019-12-03 12:22:55 +01:00
Alexander Krotov
e22b4e8430
Use map_err in Smtp.connect() instead of match
2019-12-03 13:35:55 +03:00
björn petersen
af0b7e4701
Merge pull request #941 from deltachat/calc-device-msg-dimensions
...
calculate image-size in device-messages
2019-12-03 11:10:02 +01:00
Alexander Krotov
acef386403
Remove useless comment from the configure module
2019-12-03 06:22:05 +00:00
Alexander Krotov
15ba9b6295
Resultify outlk_autodiscover
2019-12-03 06:22:05 +00:00
Alexander Krotov
2f47cf0be5
Resultify moz_autoconfigure
2019-12-03 06:22:05 +00:00
Alexander Krotov
774106fc26
Move read_autoconf_file to its own module
2019-12-03 06:22:05 +00:00
Alexander Krotov
1b0ff9f5be
Make parse_xml in auto_mozilla.rs private
2019-12-03 06:22:05 +00:00
Alexander Krotov
dfaa6895ae
Add an error type to configure::auto_outlook module
2019-12-03 06:22:05 +00:00
Alexander Krotov
cb52a299cc
Add an error type to configure::auto_mozilla module
2019-12-03 06:22:05 +00:00
B. Petersen
0ac0851ef3
add empty lines to stock-strings-enum
2019-12-03 06:21:37 +00:00
B. Petersen
c0f177548a
add empty lines to configure-enum
2019-12-03 06:21:37 +00:00
B. Petersen
8923c9e5af
calculate image-size in device-messages
...
eg. android relies on that and fallsback to wrong aspect ratios otherwise.
also, this makes job.rs a little more readable
as some things are moved to message.rs :)
2019-12-03 00:58:04 +01:00
björn petersen
e609ebe3f9
Merge pull request #939 from deltachat/update-device-chats
...
and a function to create & update device chats
2019-12-03 00:52:52 +01:00
B. Petersen
8617c3d359
target comments of @hpk42, format strum manually as skipped by 'cargo fmt' for some reason
2019-12-02 18:52:07 +01:00
B. Petersen
61e97e5e6f
add updatedevicechats command to repl tool
2019-12-02 16:33:24 +01:00
B. Petersen
521e44bd54
add ffi for update_device_chats()
2019-12-02 16:33:24 +01:00
B. Petersen
18e91c480b
add tests for update_device_chats()
2019-12-02 16:33:24 +01:00
B. Petersen
9d2e6e1c31
add update_device_chats()
2019-12-02 16:33:24 +01:00
dignifiedquire
eb02100d68
fix(imap): merge error conversions properly
2019-12-01 21:40:56 +01:00
Alexander Krotov
ee18d60644
cargo fmt
2019-12-01 21:01:03 +01:00
Alexander Krotov
612600278a
Move SQL errors into their own module
2019-12-01 21:01:03 +01:00
holger krekel
ea8adf39c2
address @link2xt comment
2019-12-01 20:50:31 +01:00
holger krekel
f7f61e0f85
move imap errors into imap module
2019-12-01 20:50:31 +01:00