Commit Graph

  • d0b5b7ba03 Turn handle_reports comment into documentation comment Alexander Krotov 2020-01-04 20:43:20 +01:00
  • f3d68c6f25 Add requests dependency to python/README.rst Alexander Krotov 2020-01-04 01:25:14 +01:00
  • 91100d3fac Lowercase the addresses before gossip peerstate update Alexander Krotov 2020-01-02 03:07:38 +01:00
  • 61833c32e5 Remove trailing space from deltachat.h Alexander Krotov 2020-01-01 23:48:15 +01:00
  • 1468f67b9b Warn about multiple From addresses only when necessary Alexander Krotov 2019-12-29 04:04:18 +01:00
  • cb6376094c Get rid of DC_FP_* constants Alexander Krotov 2019-12-31 10:30:32 +01:00
  • ff175e661b Merge pull request #1130 from deltachat/fpr-without-addr björn petersen 2020-01-01 21:49:37 +01:00
  • fe741f168a fix early exit on empty addresses in decode_openpgp() B. Petersen 2020-01-01 18:53:24 +01:00
  • eaaf500d5e add failing test for plain OPENPGP4FRP-qr-code B. Petersen 2020-01-01 18:52:00 +01:00
  • 05f85b33c5 Merge pull request #1124 from deltachat/mimeparser_message_kml björn petersen 2019-12-31 16:49:08 +01:00
  • c4e0647bda Remove NULs from mimeparser tests Alexander Krotov 2019-12-30 17:32:39 +01:00
  • 6dcc1e09b9 mimeparser: add message.kml parsing test Alexander Krotov 2019-12-30 17:23:00 +01:00
  • ea03e4d34a Send location.kml instead of message.kml for streaming Alexander Krotov 2019-12-30 17:20:46 +01:00
  • b7a2d17e93 remove weird comment B. Petersen 2019-12-29 17:06:44 +01:00
  • e1bd740249 init authname when received by From: header (it is also updated from there) B. Petersen 2019-12-25 23:08:09 +01:00
  • de52c2da80 add failing test for receiving authnames B. Petersen 2019-12-25 23:06:57 +01:00
  • a31c6d82c9 Remove get_origin_by_id Alexander Krotov 2019-12-28 11:09:02 +01:00
  • 25842894d2 Rename job::Try into job::Status Alexander Krotov 2019-12-28 15:04:56 +01:00
  • 83c98c2d55 Replace unstable try_trait with a job_try! macro Alexander Krotov 2019-12-27 11:14:05 +01:00
  • fe2011742d Job error handling refactoring Alexander Krotov 2019-12-23 03:49:38 +03:00
  • d87b676d60 do not abort search completely when updating a special name fails B. Petersen 2019-12-27 18:43:53 +01:00
  • ffa6378108 Fix clippy warnings in deltachat-ffi Alexander Krotov 2019-12-25 18:08:40 +01:00
  • f73ba895af remove some meanwhile unneeded allow-statements B. Petersen 2019-12-26 01:56:09 +01:00
  • cb2a1147f0 fix searching for localized device chats B. Petersen 2019-12-26 11:55:37 +01:00
  • 6702ef4a71 add a failing test that does not fine localized device chats B. Petersen 2019-12-26 11:55:23 +01:00
  • 1d46791364 Add more Yandex domains Alexander Krotov 2019-12-26 01:26:28 +01:00
  • f61846dec9 Merge pull request #1107 from deltachat/list-language-bindings björn petersen 2019-12-26 01:35:31 +01:00
  • 4776e196da add frontend projects to README B. Petersen 2019-12-26 00:40:27 +01:00
  • 839a48b678 list language bindings in README B. Petersen 2019-12-25 11:39:49 +01:00
  • e203901224 Better logging message for job deletion Alexander Krotov 2019-12-23 03:16:47 +03:00
  • 76d03f7fd2 Log SMTP connection failure errors Alexander Krotov 2019-12-23 03:54:34 +03:00
  • 7f5e3aaaf7 add changelog for device-chat fix 1.0.0-beta.22 holger krekel 2019-12-22 05:45:27 +01:00
  • 5bfbae4b00 add test for delete_and_reset_all_device_msgs() B. Petersen 2019-12-22 01:52:55 +01:00
  • 521a854635 delete and reset device-messages on import; this avoids wrong information in the device chat and allows adding correct information again B. Petersen 2019-12-22 01:52:36 +01:00
  • ce15ef2db9 prep beta22 B. Petersen 2019-12-22 01:06:08 +01:00
  • 6d5cf89d33 enable link-time-optimization holger krekel 2019-12-21 20:39:01 +01:00
  • b3b984f351 also "cargo update", pulls in aysnc-std 1.4.0 holger krekel 2019-12-21 20:38:26 +01:00
  • d5a0f1e711 use latest lettre master that contains the normalization fix holger krekel 2019-12-21 20:27:02 +01:00
  • 67c36f3d98 Use usize to get pointer size Alexander Krotov 2019-12-22 01:07:44 +03:00
  • 8e0a29e9b5 Stop using Event callback return values Alexander Krotov 2019-12-22 00:41:04 +03:00
  • 47be879445 fix(job): log all job events in job_perform() Alexander Krotov 2019-12-21 04:30:41 +03:00
  • 860f8a7906 refactor(job): refer to std:: only once Alexander Krotov 2019-12-21 04:22:29 +03:00
  • 5d9baa053a refactor(job): implement Display for Job Alexander Krotov 2019-12-21 04:21:01 +03:00
  • da174eae71 refactor(job): use Display to print Thread in job_perform() Alexander Krotov 2019-12-21 04:15:34 +03:00
  • 7fac71aa81 Merge pull request #1094 from deltachat/tweak-repl björn petersen 2019-12-21 16:00:27 +01:00
  • 7d51c1140d use println!() for all repl outputs B. Petersen 2019-12-21 13:09:38 +01:00
  • cd198223ea Remove unwrap() from time() function Alexander Krotov 2019-12-21 03:28:09 +03:00
  • 300fff40e3 refactor(smtp): remove unused SendTimeout Error variant Alexander Krotov 2019-12-21 02:52:17 +03:00
  • 08abac350d Tweak the python readme a bit more. Floris Bruynooghe 2019-12-20 21:57:42 +01:00
  • a57decf8be Up to date Readme.rst shubhank008 2019-12-21 00:21:45 +05:30
  • 5a6f2529b1 try to make linter happier provider_json Simon Laux 2019-12-20 20:34:42 +01:00
  • e25b409c7e cargo fmt Simon Laux 2019-12-20 20:18:32 +01:00
  • ee95e59243 "cargo update" holger krekel 2019-12-20 16:12:04 +01:00
  • b0694bcf2c prep beta21 1.0.0-beta.21 holger krekel 2019-12-20 14:52:06 +01:00
  • 5479877f65 add provider db documentation url default case for unwrapping try fixing python linting Simon Laux 2019-12-20 15:17:07 +01:00
  • b96bfde1ba prep beta21 prep-beta.20 holger krekel 2019-12-20 14:52:06 +01:00
  • c9f6e31ca9 Move dc_simplify.rs to simplify.rs Alexander Krotov 2019-12-20 03:32:22 +03:00
  • fe4080d59f refactor(simplify): move dehtml dependency to mimeparser Alexander Krotov 2019-12-20 03:25:03 +03:00
  • 7f6a1ad1a7 add some empty lines to enums & co to make things more readable and to avoid errors this way :) B. Petersen 2019-12-20 00:40:48 +01:00
  • 980bb35441 refactor(mimefactory): use iter::repeat_with instead of (0..) Alexander Krotov 2019-12-20 14:14:51 +03:00
  • 01df2e2dc7 fix #1077 for unknown senders in a group chat (such as mailer daemons): don't recreate member list and show a special stockstring-ed message advising to hit "more info". holger krekel 2019-12-20 10:58:54 +01:00
  • d3800bb08e fix #1077 for unknown senders in a group chat (such as mailer daemons): don't recreate member list and show a special stockstring-ed message advising to hit "more info". fix1079 holger krekel 2019-12-20 10:58:54 +01:00
  • ec40dd1b6f Change the JSON API function to be from a serialised struct Floris Bruynooghe 2019-12-18 22:49:45 +01:00
  • f2f8898004 fix(mimefactory): wrap base64-encoded attachments to 78 columns Alexander Krotov 2019-12-20 01:45:51 +03:00
  • 7da5fe2726 json api for provider overview Simon Laux 2019-12-19 18:33:43 +01:00
  • 3afa37c6ea Merge pull request #1075 from deltachat/prepare_beta20 1.0.0-beta.20 björn petersen 2019-12-19 17:17:26 +01:00
  • 8c0ce38301 prep 1.0.0-beta.20 holger krekel 2019-12-19 16:55:24 +01:00
  • cc6aa3209c fix the fix holger krekel 2019-12-19 16:46:47 +01:00
  • 76a86763dd address @r10s comment holger krekel 2019-12-19 16:11:44 +01:00
  • 09fb039528 another reverse mut bites the dust holger krekel 2019-12-19 15:51:36 +01:00
  • 174d3300c4 not sure it's much better but using a static-sized array is probably better than a dynamically sized vec, thanks @dignifiedquire holger krekel 2019-12-19 15:02:30 +01:00
  • 8b57ce1792 remove unused include_in_contactlist holger krekel 2019-12-19 14:36:18 +01:00
  • 6c14e429eb Origin::is_verified() -> Origin::is_known() because this has nothing to do with verified groups or contacts holger krekel 2019-12-19 14:33:46 +01:00
  • 5f200c6bc3 don't pass incoming_origin as &mut as the caller doesn't need it holger krekel 2019-12-19 14:29:00 +01:00
  • d52347ee1d also don't pass "to_id" and don't make it mut inside add_parts holger krekel 2019-12-19 09:57:23 +01:00
  • d0d9aa4400 - move CC-parsing next to To-parsing where it blongs - pass to_ids and from_id as immutable to add_parts holger krekel 2019-12-19 09:52:28 +01:00
  • c3d909c818 add a test that contacts are properly created and fix ordering in dc_receive_imf to pass the test holger krekel 2019-12-19 07:59:38 +01:00
  • 2955ed39ee fix the fix group_contacts_added holger krekel 2019-12-19 16:46:47 +01:00
  • 149a3eeeb5 address @r10s comment holger krekel 2019-12-19 16:11:44 +01:00
  • cd3c9cd39c another reverse mut bites the dust holger krekel 2019-12-19 15:51:36 +01:00
  • 754605d89a not sure it's much better but using a static-sized array is probably better than a dynamically sized vec, thanks @dignifiedquire holger krekel 2019-12-19 15:02:30 +01:00
  • 9c96ff220c remove unused include_in_contactlist holger krekel 2019-12-19 14:36:18 +01:00
  • 1767ae57cd Origin::is_verified() -> Origin::is_known() because this has nothing to do with verified groups or contacts holger krekel 2019-12-19 14:33:46 +01:00
  • fd8dc7f079 don't pass incoming_origin as &mut as the caller doesn't need it holger krekel 2019-12-19 14:29:00 +01:00
  • d9e718b0e0 feat(imap): update async-imap for oauth2 fix dignifiedquire 2019-12-19 12:27:51 +01:00
  • d3b4764399 also don't pass "to_id" and don't make it mut inside add_parts holger krekel 2019-12-19 09:57:23 +01:00
  • 762d00baf6 - move CC-parsing next to To-parsing where it blongs - pass to_ids and from_id as immutable to add_parts holger krekel 2019-12-19 09:52:28 +01:00
  • 4b92b06ddf add a test that contacts are properly created and fix ordering in dc_receive_imf to pass the test holger krekel 2019-12-19 07:59:38 +01:00
  • a7b55edb9b more call sites holger krekel 2019-12-19 07:48:48 +01:00
  • 000479d55e never block on interrupt_inbox_idle holger krekel 2019-12-19 07:36:56 +01:00
  • a9df84d2ee more call sites no_block_interrupt_idle holger krekel 2019-12-19 07:48:48 +01:00
  • 53453bb71a never block on interrupt_inbox_idle holger krekel 2019-12-19 07:36:56 +01:00
  • 7ef22f2940 fix(smtp): reduce SMTP I/O timeout to 30 seconds Alexander Krotov 2019-12-19 02:57:59 +03:00
  • a242fcfd2c refactor(dehtml): remove Result unwrap in dehtml_starttag_cb() Alexander Krotov 2019-12-18 18:51:34 +03:00
  • 73c21ae0a9 refactor: enable clippy::unreadable_literal Alexander Krotov 2019-12-18 18:59:53 +03:00
  • 2398454838 feat(smtp): update to use async-smtp based timeouts dignifiedquire 2019-12-16 21:12:01 +01:00
  • c1ba5a30c5 prepare beta.19 1.0.0-beta.19 holger krekel 2019-12-16 23:21:04 +01:00
  • ef75d6da33 prepare beta.19 prepare-beta.19 holger krekel 2019-12-16 23:21:04 +01:00
  • 2c0f847d3e remove too verbose logging for received messages holger krekel 2019-12-16 20:05:10 +01:00
  • 7d5e95f013 thread-name seems to be unnamed all the time so it's use is currently theoretic holger krekel 2019-12-16 19:19:06 +01:00