Commit Graph

  • d6a6ba01e4 fix test adbenitez 2021-04-13 02:38:42 -04:00
  • 27714f596e add test_message_override_sender_name() adbenitez 2021-04-13 02:14:53 -04:00
  • d4e065ee84 Update once_cell, base64, itertools, strum and strum_macros link2xt 2021-04-13 01:53:19 +03:00
  • bc222af661 Cargo.toml: sort dependencies alphabetically link2xt 2021-04-13 01:52:29 +03:00
  • f6136f0ecc fix Chat.prepare_message() adbenitez 2021-04-11 21:13:02 -04:00
  • b2517d3060 make Message.id a property adbenitez 2021-04-05 15:30:00 -04:00
  • 244260a978 Fix nightly clippy and rustc errors link2xt 2021-03-27 22:02:51 +03:00
  • dc6fb7d481 add "override_sender_name" API adbenitez 2021-04-06 21:16:35 -04:00
  • f17320a9cb Merge pull request #2332 from deltachat/adb-issue-2327 Asiel Díaz Benítez 2021-04-11 20:49:49 -04:00
  • d1237c9f8d add Message.is_sticker() adbenitez 2021-04-10 02:02:10 -04:00
  • b9beaee7d4 update Message.new_empty() to allow view_type="sticker" and also allow using message type directly (ex. const.DC_MSG_STICKER) so if new message types are added, they can be used direcly without needing the python API to be updated. adbenitez 2021-04-06 18:04:33 -04:00
  • 258856c23a add sticker type adbenitez 2021-04-06 17:55:27 -04:00
  • 72ddd33adf avoid for loop adbenitez 2021-04-06 17:50:34 -04:00
  • 1cd53aafff Add support for "Mixed Up" MIME format link2xt 2021-03-29 22:24:46 +03:00
  • 4d2ac5a3a2 ci: switch to v2 of actions/checkout link2xt 2021-04-11 06:57:09 +03:00
  • 146db48c35 ci: use DCC_NEW_TMP_EMAIL for remote python tests link2xt 2021-04-11 06:46:30 +03:00
  • 9529d76d82 ci: update ci_scripts README link2xt 2021-04-11 06:22:46 +03:00
  • b5f2752e41 python: remove DCC_PY_LIVECONFIG references from all scripts link2xt 2021-04-11 05:49:36 +03:00
  • ce4675e9f7 ci: move remote python tests from CircleCI to GitHub Actions link2xt 2021-04-11 04:48:14 +03:00
  • f0bd129636 ci: fix syntax of git --format in run-doxygen.sh link2xt 2021-04-11 02:53:05 +03:00
  • dfe3cabb14 circleci: remove remote_tests_rust link2xt 2021-04-11 02:21:55 +03:00
  • 09735b808e circleci: remove unused jobs link2xt 2021-04-11 02:19:13 +03:00
  • 37f68459f6 sql: make all queries persistent and update to upstream sqlx link2xt 2021-04-10 21:39:24 +03:00
  • 3707471266 Add alias support 2 (#2297) Hocuri 2021-04-10 22:06:22 +02:00
  • 5394327bf6 More logging for "core spams imap events" Hocuri 2021-04-10 16:08:41 +02:00
  • df277b374d Ignore unknown classical emails from spam folder (#2311) Hocuri 2021-04-10 10:45:47 +02:00
  • 53dba3c1ba Merge in sqlx fixes link2xt 2021-04-08 22:54:58 +03:00
  • 6540ee60e5 Update Cargo.lock link2xt 2021-04-08 22:05:15 +03:00
  • 66b5084a1d Switch to /deltachat/ org fork of sqlx link2xt 2021-04-08 21:58:04 +03:00
  • f76aaf3205 sql: enable virtual statement cache on the reader pool link2xt 2021-04-07 21:13:45 +03:00
  • 179a2a50e6 Parse <blockquote> tags for better quote detection (#2313) Hocuri 2021-04-07 18:45:00 +02:00
  • 720135a915 Update sqlx to enable statement cache link2xt 2021-04-07 00:36:36 +03:00
  • 6bb5721f29 feat: improve internal sql interface Friedel Ziegelmayer 2021-04-06 16:03:10 +02:00
  • 4dedc2d8ce Fix a comment typo link2xt 2021-03-27 21:11:34 +03:00
  • ede9bdc018 Reduce required cmake version to 3.16 link2xt 2021-03-27 00:17:04 +03:00
  • 11823d3b45 use master for tag-buids of upload wheels job py-1.51.0 holger krekel 2021-03-23 22:20:14 +01:00
  • 734ea8ab1b Merge pull request #2314 from deltachat/py51release missytake 2021-03-23 19:42:39 +01:00
  • 7017a050cb prepare 1.51.0 release holger krekel 2021-03-23 18:55:34 +01:00
  • 96e57e7ef3 bump version to 1.51.0 v1.51.0 1.51.0 B. Petersen 2021-03-21 20:49:08 +01:00
  • 02bc334af5 update changelog for 1.51 B. Petersen 2021-03-21 20:10:14 +01:00
  • c8fea9c577 Merge pull request #2303 from deltachat/add_cmake_build_to_gitignore Simon Laux 2021-03-21 17:12:03 +01:00
  • cdc1063d83 Do not reset user status after receiving a read receipt link2xt 2021-03-21 17:42:56 +03:00
  • 704a902cc5 add build directory to gitignore (libdeltachat generated with cmake) Simon Laux 2021-03-20 18:23:30 +01:00
  • 36aef6499d update provider database B. Petersen 2021-03-18 20:17:43 +01:00
  • 4ba9c2fafa fix clippy error on generating rust code from python B. Petersen 2021-03-18 20:16:45 +01:00
  • 0de8b6a7e5 Update uid_next if the server rewinded it Hocuri 2021-03-11 16:11:24 +01:00
  • 04f816be31 qr: return QrFprMismatch on fingerprint mismatch link2xt 2021-03-15 07:52:32 +03:00
  • 4187523311 add missing members receiving non-dc messages alias-support B. Petersen 2021-03-14 23:49:44 +01:00
  • c6ad6cb0c9 add failing test for alias support B. Petersen 2021-03-14 18:44:50 +01:00
  • 7bc919fad5 Save subject for messages 2: Outgoing messages (#2283) Hocuri 2021-03-14 15:07:49 +01:00
  • db3f87dd77 add a test that fails if 'References:'-header is missing B. Petersen 2021-02-25 23:17:05 +01:00
  • f43555b41c set References header to Message-ID on top-level messages to add some resilience against smtp-server changing Message-ID header B. Petersen 2021-02-25 13:11:10 +01:00
  • 98fc559536 Even nicer logging: Add ok_or_log() and more (#2284) Hocuri 2021-03-13 21:06:37 +01:00
  • 4ab90f7069 add DoxygenLayout.xml file B. Petersen 2021-03-10 15:49:02 +01:00
  • 99b2d79312 When forwarding a message that is an impersonating message, the forwarder should not be impersonating Hocuri 2021-03-12 11:22:22 +01:00
  • 6963fd877d allow one additional boolean B. Petersen 2021-03-10 23:39:37 +01:00
  • 045fbab7cd remove subsequent images inside multipart/related B. Petersen 2021-03-10 23:27:50 +01:00
  • f69bcc71ed mark child-parts of multipart/related as such B. Petersen 2021-03-10 22:28:34 +01:00
  • c1fddebc06 add test for multipart/related mails B. Petersen 2021-02-28 14:37:27 +01:00
  • 04891238d4 save subject for messages (#2274) Hocuri 2021-03-07 16:57:12 +01:00
  • 8703da83f5 comment in more detail about DC_DESIRED_TEXT_LEN and use old limit that had worked for some while okayish B. Petersen 2021-03-04 21:45:17 +01:00
  • 4ae86b4e61 truncate long texts and make the whole text accessible via has_html()/get_html() B. Petersen 2021-02-25 00:57:28 +01:00
  • e418d89c79 add failing test to test truncating B. Petersen 2021-02-24 21:09:52 +01:00
  • 6f4090fbf6 make clippy happy and avoid unneeded evaluation B. Petersen 2021-03-04 20:42:24 +01:00
  • 29cbbf9ce8 let get_html() return first instead of last text B. Petersen 2021-03-03 23:11:21 +01:00
  • cd3c2a6c6c add test with multiple text parts B. Petersen 2021-03-03 23:06:50 +01:00
  • 27a7fae9c6 add a test checking get_fresh_msgs() in combination with mute_until B. Petersen 2021-03-02 23:17:44 +01:00
  • 1deaf87b24 fix mute-condition in get_fresh_msgs() B. Petersen 2021-03-02 22:44:19 +01:00
  • 75adbd2c8f add mute options to repl tool B. Petersen 2021-03-02 15:01:58 +01:00
  • 165c57f0a4 Rust-tests: Don't panic while panicking Hocuri 2021-03-03 11:09:06 +01:00
  • 476e613377 Trash messages more thoroughly (#2273) Hocuri 2021-03-02 12:04:53 +01:00
  • 2a39dc06e9 Fix imex race condition, (#2255) Hocuri 2021-03-02 10:25:02 +01:00
  • a698a8dd84 Update to Rust 1.50 link2xt 2021-02-28 18:36:00 +03:00
  • 5c2d6c22a0 remove additional text parts if we think they belong to a mailinglist footer B. Petersen 2021-02-28 01:06:55 +01:00
  • 40d7f3ff71 add failing test for mailinglists with footer in an extra mimepart B. Petersen 2021-02-28 00:30:26 +01:00
  • 5535475cc9 Reduce required cmake version link2xt 2021-02-28 18:19:03 +03:00
  • c3dd47beba add test for muting/unmuting wrt fresh messages B. Petersen 2021-02-27 01:58:27 +01:00
  • f9c5ad817b resultify get_fresh_msgs(), this will make eg. test fail on bad sql B. Petersen 2021-02-27 00:48:15 +01:00
  • 81cd577bf0 exclude muted chats from notified-list B. Petersen 2021-02-26 18:49:15 +01:00
  • f789de7044 get mailinglist name from From: if sender indicates a notification list B. Petersen 2021-02-26 15:21:26 +01:00
  • b035a721ef add a failing test for mailing list names hidden in 'From' B. Petersen 2021-02-26 15:20:09 +01:00
  • f8755b505e Fix clippy::unnecessary_wraps warnings link2xt 2021-02-24 23:56:03 +03:00
  • 38169b2aad check From: address without creating/altering a contact-record if it is not SELF B. Petersen 2021-02-23 22:55:03 +01:00
  • 6dab25e5fb Add CMakeLists.txt link2xt 2021-02-23 22:23:03 +03:00
  • f973b75d6a unblock mailinglists via existing block-api B. Petersen 2021-02-23 17:12:15 +01:00
  • a9aeea0ffc add failing test trying to unblock mailinglist B. Petersen 2021-02-23 16:56:22 +01:00
  • 79e72418bb resultify Contact::get_all_blocked() B. Petersen 2021-02-23 16:55:42 +01:00
  • 01af3b7547 fix sorting of blocked contacts (successor of #2206) B. Petersen 2021-02-22 22:23:04 +01:00
  • 6d93d7af63 add decision- and blocking-functions to repl, cleanup (#2258) bjoern 2021-02-22 14:58:49 +01:00
  • 6792523fcd perfer X-Microsoft-Original-Message-ID also for delete-check and uid-sync B. Petersen 2021-02-18 21:01:25 +01:00
  • 0fa90a81e5 prefer X-Microsoft-Original-Message-ID, if set B. Petersen 2021-02-17 17:20:38 +01:00
  • 2c613b3837 Fix typo Floris Bruynooghe 2021-02-18 20:36:10 +01:00
  • 036c9cd513 Wait for join-group to finish using ongoing channel Floris Bruynooghe 2021-02-17 21:41:17 +01:00
  • 24cb6aa9a4 Fix terminating the ongoing process in securejoin Floris Bruynooghe 2021-02-17 20:53:34 +01:00
  • e1fec6a460 try fixing upload docs step (#2249) holger krekel 2021-02-17 23:08:40 +01:00
  • 04a978687f Errors are ok, apparently Floris Bruynooghe 2021-02-14 15:01:50 +01:00
  • f464e43ba9 Handle errors properly Floris Bruynooghe 2021-02-08 22:11:11 +01:00
  • 21e67c79a1 Remove obsolete ChatId::is_unset check Floris Bruynooghe 2021-02-07 20:47:28 +01:00
  • 6132cc2a42 Update rust-email, test that no empty lines are produced (#2119) Hocuri 2021-02-17 13:34:54 +01:00
  • 57a6f27c87 Remove dc_tools::listflags_has link2xt 2021-02-12 20:57:46 +03:00