Commit Graph

  • 3d072a81b4 Assign replies to chats based on In-Reply-To and References link2xt 2021-01-23 03:39:28 +03:00
  • 3fe5eb31d4 Remove member list heuristic for ad-hoc groups link2xt 2021-01-23 03:39:25 +03:00
  • b938d5facd add_parts: call get_parent_message only once link2xt 2021-01-23 03:39:20 +03:00
  • e9c582c4e4 forward html-messages properly (#2151) bjoern 2021-01-23 23:21:18 +01:00
  • 2a8c418d54 remove dc_contact_get_first_name() api B. Petersen 2021-01-23 14:06:42 +01:00
  • b31becea2b Only document main crate for now Floris Bruynooghe 2021-01-22 18:28:48 +01:00
  • c4ebb0a31e Add rustdoc to CI and fix some doc comments Floris Bruynooghe 2021-01-21 22:31:01 +01:00
  • 934dc420a8 Add Debug back to TestContext Floris Bruynooghe 2021-01-21 20:40:16 +01:00
  • b67fbedcef Create get_configured_provider(), remove delete_server_after == "1" check Hocuri 2021-01-20 13:31:42 +01:00
  • 687db252b6 do not disable server-deletion when enabled by provider-db Hocuri 2021-01-19 20:47:28 +01:00
  • 5561aada45 update get_info() (#2156) bjoern 2021-01-19 22:30:19 +01:00
  • 412e3c22df Attempt to please cargo fmt Floris Bruynooghe 2021-01-18 22:25:19 +01:00
  • 687c92d738 Add more detail to securejoin tests Floris Bruynooghe 2021-01-18 22:11:53 +01:00
  • 83dd1c6232 New version of clippy has a lot of new lints Floris Bruynooghe 2021-01-18 22:57:41 +01:00
  • 2435803fa3 Update toolchain in all our files Floris Bruynooghe 2021-01-18 22:18:09 +01:00
  • 6d5ccdf721 Merge pull request #2132 from deltachat/add_chat_audit_log_view Simon Laux 2021-01-18 21:44:16 +01:00
  • 43e95ce68b fix formatting of python code Simon Laux 2021-01-18 18:56:52 +01:00
  • dae20d90ed add missing import B. Petersen 2021-01-18 17:45:57 +01:00
  • 7154a47f85 Update deltachat-ffi/deltachat.h Simon Laux 2021-01-14 18:33:12 +01:00
  • 9957bad83d rename DC_GCM_SYSTEM_ONLY to DC_GCM_INFO_ONLY apply suggestions of r10s Simon Laux 2021-01-14 16:19:59 +01:00
  • 93845c2a18 include constant and use it Simon Laux 2021-01-10 19:20:30 +01:00
  • 7b80801cb7 clarifiy test name (that it test without daymarker) Simon Laux 2021-01-10 15:53:28 +01:00
  • 32cbdc630d add test for chat audit log Simon Laux 2021-01-10 15:25:11 +01:00
  • 1d62448903 add flag to get only info/system messages of chat useful for creating an "audit log" view of a chat that helps to find actions like who added/removed who quickly and without endless scrolling Simon Laux 2021-01-07 23:30:51 +01:00
  • f7ecf34ead document DC_STR in ffi (#2143) bjoern 2021-01-18 14:07:28 +01:00
  • ccee289a5c Don't ignore incoming mails without Received-header Hocuri 2021-01-17 13:51:27 +01:00
  • 08c46af3aa Switch to Rust 1.49.0 Hocuri 2021-01-16 20:53:58 +01:00
  • 4636785449 Revert "Add verbose logging for #2065" Hocuri 2021-01-15 10:48:33 +01:00
  • e077ee9238 make clippy happy B. Petersen 2021-01-13 16:44:15 +01:00
  • 662735c233 word-encode group-name-changed if needed, use more meaningful names for the parameter B. Petersen 2021-01-13 14:10:39 +01:00
  • fef2a48054 add a maybe_encode_words() function B. Petersen 2021-01-13 14:09:07 +01:00
  • 8412affe37 ffi: remove dc_is_io_running() Alexander Krotov 2021-01-13 02:33:48 +03:00
  • ebccdbbcb9 Improve onboarding by scanning all folders from time to time (#2067) Hocuri 2021-01-13 14:09:51 +01:00
  • 3c387a3cb3 refactor: get rid of ctx1 variables using rebinding Alexander Krotov 2021-01-12 21:28:49 +03:00
  • 5e8e77dfb6 clippy: forbid wildcard_imports Alexander Krotov 2021-01-12 08:18:37 +03:00
  • eeba70eb49 Fix a clippy warning Alexander Krotov 2021-01-12 08:16:48 +03:00
  • e2688f6355 add option to access original message (#2125) bjoern 2021-01-11 17:40:35 +01:00
  • bb9e6038c4 python: add error property to messages Alexander Krotov 2021-01-10 02:21:01 +03:00
  • 0e1ca4323c Merge pull request #2134 from deltachat/sync-db-version bjoern 2021-01-10 01:06:26 +01:00
  • 1b9cd18e33 use dbversion=71 for updating ConfiguredProvider B. Petersen 2021-01-10 00:36:00 +01:00
  • f4c8ffca4c Query MX records during provider autoconfiguration Alexander Krotov 2020-12-27 03:49:11 +03:00
  • 6edff503aa add reference to RFC 3676 to standards.md B. Petersen 2021-01-06 00:25:44 +01:00
  • 31ae099e19 configure: simplify get_autoconfig() Alexander Krotov 2021-01-03 21:50:46 +03:00
  • 0f90d50385 repl: update list of commands Alexander Krotov 2021-01-03 17:44:10 +03:00
  • 5bbbe4b79c Missing paren in the comment Alexander Krotov 2020-12-29 01:30:27 +03:00
  • c243b89f7d Merge pull request #2121 from deltachat/strict-tls-default bjoern 2020-12-27 00:47:54 +01:00
  • 4690ba017f Update provider database with server fixes Alexander Krotov 2020-12-27 02:37:14 +03:00
  • 38ead5b72c Enable strict TLS by default Alexander Krotov 2020-12-24 21:31:48 +03:00
  • 30c334d887 Resolve MX domain only once per OAuth2 provider Alexander Krotov 2020-12-24 23:40:11 +03:00
  • 78fd0c285b Delete messages more thoroughly (and at all) (#2114) Hocuri 2020-12-26 18:29:43 +01:00
  • 86a8767d94 Update vendored OpenSSL version Alexander Krotov 2020-12-25 18:48:45 +03:00
  • 4bc4aa0705 Fix compilation of python bindings in release mode Alexander Krotov 2020-12-25 07:54:40 +03:00
  • f98aa0d906 Make maybe_remove_bad_parts() non-async Alexander Krotov 2020-12-22 20:51:57 +03:00
  • 179dd0f3a1 Fix "dehtlm_failed" typo Alexander Krotov 2020-12-22 20:51:42 +03:00
  • 8979232cfb Merge pull request #2111 from deltachat/add-subj-to-multimedia-msg bjoern 2020-12-21 13:56:30 +01:00
  • d3aba4e817 Simplify if condition Hocuri 2020-12-20 15:57:21 +01:00
  • 53fed91a17 Fix marking read receipts as seen Hocuri 2020-12-19 23:32:45 +01:00
  • ff3dd878c5 Use Python 3 for all Python scripts Alexander Krotov 2020-12-19 11:47:09 +03:00
  • 03232eb79c Adapt other tests to the fact that now the subject is prepended more often Hocuri 2020-12-17 19:36:02 +01:00
  • 9edc6702f1 Fix #2078 Hocuri 2020-12-17 19:05:08 +01:00
  • 2b207e1375 rustfmt Hocuri 2020-12-17 19:00:01 +01:00
  • 4d2c2130e8 Replace all t.ctx with t Hocuri 2020-12-17 18:50:29 +01:00
  • af8a6d7722 Create and use some test helper functions Hocuri 2020-12-17 18:02:26 +01:00
  • bc67fa3204 python: use configured_mail_{port,security} when creating IMAPClient Alexander Krotov 2020-12-18 08:31:59 +03:00
  • 29991f1caf Add test Hocuri 2020-12-12 13:14:35 +01:00
  • e982549046 Next try to re-enable fetch-existing-msgs, fixing #2097 Hocuri 2020-12-11 15:26:41 +01:00
  • ec83fae314 Parse name="quote" divs (#2104) Hocuri 2020-12-13 18:02:20 +01:00
  • 518e87b0cf Compare Chat-Disposition-Notification-To: address case-insensitively Alexander Krotov 2020-12-06 21:28:05 +03:00
  • 09113e2579 correct and refine docs for DC_MSG_IMAGE (#2099) bjoern 2020-12-06 20:34:03 +01:00
  • eb693a4a21 Add Rust test for ephemeral timer messaging Alexander Krotov 2020-12-05 20:13:19 +03:00
  • 00a223b574 test_utils: set message state to OutDelivered on .pop_sent_msg() Alexander Krotov 2020-12-05 21:31:53 +03:00
  • 93e038e056 Ignore ephemeral timer changes if replying to old message Alexander Krotov 2020-12-05 07:13:24 +03:00
  • dea9630380 Better typed Message.ephemeral_timer Alexander Krotov 2020-12-05 07:12:29 +03:00
  • 30e7f84770 Add get_parent_message() Alexander Krotov 2020-12-05 06:53:08 +03:00
  • fc1f44c6d6 Spellcheck Alexander Krotov 2020-12-06 04:26:20 +03:00
  • f774665921 be more graceful when the apostrophed-encoding is used erroneous - either by other MUA or by Delta Chat up to core1.50 B. Petersen 2020-12-06 01:40:41 +01:00
  • 7b291c1416 use correct key when sending filenames B. Petersen 2020-12-06 01:34:59 +01:00
  • 8fcb8c3788 add failing test for erroneous apostrophed-encoding B. Petersen 2020-12-06 01:34:22 +01:00
  • cdb7f1dd9f Merge pull request #2094 from deltachat/fix-non-utf8-filenames bjoern 2020-12-04 16:32:03 +01:00
  • af045c245d warn about encoding errors; this requires Context B. Petersen 2020-12-04 12:25:45 +01:00
  • 0bdd1b7dc2 avoid unwrap() when falling back to latin1 charset B. Petersen 2020-12-04 11:42:14 +01:00
  • c6f6751c89 mention used RFCs in standards.md B. Petersen 2020-12-04 01:45:00 +01:00
  • e77706f7d0 add test apostrophed-encoding with cp1252 charset (aka ANSI aka Windows-1252) B. Petersen 2020-12-04 01:28:24 +01:00
  • 8de73c4566 handle apostrophed-encoding with non-utf-8 charsets B. Petersen 2020-12-04 00:27:33 +01:00
  • 56e6c2712b add failing test for apostroped windows-1251 encoding B. Petersen 2020-12-04 00:19:19 +01:00
  • b510d74c4a add test for apostrophed-encoded filenames B. Petersen 2020-12-03 01:10:03 +01:00
  • 966712019f add test for bad encoded-words delimiter B. Petersen 2020-12-02 23:16:46 +01:00
  • f919e4962d add test for cyrillic encoded-words filenames B. Petersen 2020-12-02 22:52:10 +01:00
  • 412645e1ce add test for binary word-encoded filenames B. Petersen 2020-12-02 14:42:59 +01:00
  • 7c9624e822 Don't download ranges of messages (i.e. first:last) (#2061) Hocuri 2020-12-03 10:19:56 +01:00
  • e79533ae54 Add diff .gitattributes for .{py,rs,md} Alexander Krotov 2020-12-03 03:46:51 +03:00
  • d8babe2d0c Merge pull request #2080 from deltachat/fix-filenames bjoern 2020-12-02 11:41:52 +01:00
  • 83df69f43c Add verbose logging for #2065 Hocuri 2020-11-10 13:06:04 +01:00
  • 2a9d06d817 Re-enable Export to the new backup format, add backup progress, add a test for the backup progress (#2023) Hocuri 2020-12-01 09:05:25 +01:00
  • 4ef2a7c8d7 prefer exhaustive 'match' over 'if' B. Petersen 2020-11-29 11:59:18 +01:00
  • 75d79dc79c use different avatar-sizes for different media_quality settings B. Petersen 2020-11-01 23:47:46 +01:00
  • 2720d34594 use split off image recoding function for avatars B. Petersen 2020-11-01 23:41:39 +01:00
  • 7c15e4e948 fix rotation for small images and avatars B. Petersen 2020-11-01 22:33:38 +01:00
  • 4f836950bc split off image recoding to separate function B. Petersen 2020-11-01 22:31:55 +01:00
  • 2edd0b682a WIP vcard parsing vcard Alexander Krotov 2020-11-25 00:02:54 +03:00