Commit Graph

  • e00d2402cf add number of files and bytes to get_info() improve-get-info B. Petersen 2020-11-24 20:58:24 +01:00
  • 4d5872632b show database size as bytes in dc_get_info() B. Petersen 2020-11-24 18:16:26 +01:00
  • 078d1837b1 change label of 'database_dir' to more correct 'database' (it shows the file, not the directory) B. Petersen 2020-11-24 17:52:15 +01:00
  • 1321a78f87 streamline test B. Petersen 2020-11-24 14:25:30 +01:00
  • 210d8bad04 allow specification of both, and and also do the apostrope-decoding when specified by a trailing asterix in the key. add tests for that. B. Petersen 2020-11-24 01:15:58 +01:00
  • e19d2cccfc prefer 'if let' over 'unwrap()' B. Petersen 2020-11-19 13:36:17 +01:00
  • a29dc514d3 decode filenames as CHARSET'LANG'test%2E%70%64%66 B. Petersen 2020-11-15 17:41:29 +01:00
  • 07109e9b17 add passing test for simple-filename and failing test for continued-filename B. Petersen 2020-11-15 00:57:16 +01:00
  • 889f4673ad make loading eml reusable B. Petersen 2020-11-14 23:46:30 +01:00
  • 0d2aaec742 Add ical dependency Alexander Krotov 2020-11-23 01:17:45 +03:00
  • 241a9c5990 Drop incoming vCards Alexander Krotov 2020-11-23 01:06:41 +03:00
  • 2dd90c2509 Add vcard.eml Alexander Krotov 2020-11-23 00:37:11 +03:00
  • 0c70624e21 Put display name into vCard Alexander Krotov 2020-11-22 22:35:44 +03:00
  • 5ad85c52bc Send avatar in vCard Alexander Krotov 2020-02-15 22:18:29 +03:00
  • 7fa794cd72 Merge pull request #2088 from deltachat/prep-1.50 bjoern 2020-11-19 15:44:41 +01:00
  • b21508fdb7 bump version to 1.50 1.50.0 B. Petersen 2020-11-18 14:31:58 +01:00
  • 92175b27ab update changelog for 1.50 B. Petersen 2020-11-18 14:30:22 +01:00
  • 4d2a39febb Merge pull request #2087 from deltachat/imbox-dont-fetch-old-msgs bjoern 2020-11-18 14:22:39 +01:00
  • 4fa667d834 Merge pull request #2084 from deltachat/alphaversions bjoern 2020-11-18 12:27:32 +01:00
  • 38ed94367c Update src/config.rs Hocuri 2020-11-18 12:08:28 +01:00
  • 3a7bd8b49d Don't fetch messages that arrived in the meantime if InboxWatch is Hocuri 2020-11-17 13:17:04 +01:00
  • c8d4eee794 Don't fetch from INBOX if it is disabled Hocuri 2020-11-16 16:14:40 +01:00
  • d66174e55a let core carry a 1.50.0-alpha.0 version (which sits between 1.49.X and 1.50.0). holger krekel 2020-11-16 16:12:55 +01:00
  • 8d2a5cd242 fix link holger krekel 2020-11-15 19:39:58 +01:00
  • 2fbef80df8 detailing/rewriting the group-sync draft a little. holger krekel 2020-11-15 19:35:42 +01:00
  • 07768133d5 Merge pull request #2083 from deltachat/smtp-plain link2xt 2020-11-15 23:37:41 +03:00
  • 9df88745dc smtp: do not use STARTTLS when PLAIN connection is requested Alexander Krotov 2020-11-15 22:39:54 +03:00
  • bd856d90db remove unused AccountConfig::name B. Petersen 2020-11-09 22:22:19 +01:00
  • 1f4403d149 Merge pull request #2071 from deltachat/prep-1.49 bjoern 2020-11-09 15:40:41 +01:00
  • 6345e57720 bump version to 1.49 1.49.0 B. Petersen 2020-11-09 14:11:01 +01:00
  • 332f32e799 update changelog for 1.49 B. Petersen 2020-11-09 14:10:07 +01:00
  • deb506cb52 Add timestamps to images and videos Alexander Krotov 2020-11-05 05:20:07 +03:00
  • 66907c17d3 mimeparser: preserve quotes in messages with attachments Alexander Krotov 2020-11-08 05:59:23 +03:00
  • bf82dd9c60 Document account_id parameter for dc_accounts_remove_account Alexander Krotov 2020-11-08 01:12:57 +03:00
  • 46c544a5ca deltachat-ffi: forbid quoting messages from another context Alexander Krotov 2020-11-05 05:21:01 +03:00
  • c53c6cdf90 deltachat.h documentation fixes Alexander Krotov 2020-11-01 01:14:50 +03:00
  • c6c2fb562e Merge pull request #2043 from deltachat/prep-1.48 bjoern 2020-10-31 23:12:23 +01:00
  • d30bedda96 update changelog to most recent changes 1.48.0 B. Petersen 2020-10-25 19:35:53 +01:00
  • f7a4f5debf correct/enhance 1.47 changelog B. Petersen 2020-10-24 21:39:56 +02:00
  • ea759f17d0 bump version to 1.48 B. Petersen 2020-10-24 16:00:44 +02:00
  • 236faafe0f update changelog for 1.48 B. Petersen 2020-10-24 15:59:44 +02:00
  • 769f9af861 Merge pull request #2056 from deltachat/smtp-multi-send bjoern 2020-10-31 15:44:32 +01:00
  • bf83f6d4ad read settings from provider-db-globals, not from -config-defaults B. Petersen 2020-10-30 11:48:51 +01:00
  • 8232a148aa send messages via SMTP in configurable chunks B. Petersen 2020-10-29 22:15:18 +01:00
  • 04a4424664 Merge pull request #2059 from deltachat/outdated-test bjoern 2020-10-31 14:18:34 +01:00
  • da729a8345 fix outdated test B. Petersen 2020-10-31 14:06:17 +01:00
  • 25513a6e42 Merge pull request #2050 from deltachat/restore-saved-messages-hint bjoern 2020-10-31 11:59:04 +01:00
  • 9063725729 Merge pull request #2057 from deltachat/fix-mistakenly-unarchive bjoern 2020-10-31 11:52:34 +01:00
  • 46833ca4f2 do not unarchive one-to-one on receiving read-receipts B. Petersen 2020-10-30 19:03:02 +01:00
  • dbdea787a7 fix typo that results in a not-working test B. Petersen 2020-10-30 19:02:10 +01:00
  • 5c1bbc5d6a Cancel ephemeral task in Context.stop_io() Alexander Krotov 2020-10-27 23:10:46 +03:00
  • f30c319fbf Remove trailing space in Python code Alexander Krotov 2020-10-27 23:27:00 +03:00
  • b2b59852a7 adapt test for updating device chats B. Petersen 2020-10-27 14:30:23 +01:00
  • 4c4a9b52de show hint how to restore saved-messages B. Petersen 2020-10-27 14:26:23 +01:00
  • c8242b12fe Add docs for clone_online_account Hocuri 2020-10-26 17:04:40 +01:00
  • 622d99a971 remove option<path> from inner/imex handling to simplify the code holger krekel 2020-10-26 15:06:32 +01:00
  • 45ea41262c fix export/import self-key roundtrip holger krekel 2020-10-26 14:42:53 +01:00
  • ed5167babc fix export of self private keys holger krekel 2020-10-26 09:37:22 +01:00
  • 11d9fcad35 Display a quote if top posting is detected Alexander Krotov 2020-10-26 00:33:32 +03:00
  • fa7b6c001e Merge pull request #2046 from deltachat/fix2026 bjoern 2020-10-25 19:32:40 +01:00
  • 42bd1bc806 remove reference to star-commands. holger krekel 2020-10-25 17:23:38 +01:00
  • 31bf34890a Always show the cause for which a msg landed in trash Hocuri 2020-10-25 17:10:11 +01:00
  • 34af492afb Rename fetch_existing to fetch_existing_msgs, add comment (#2042) Hocuri 2020-10-24 12:10:36 +02:00
  • ef245b5759 reduce code a bit and shortcut contact lookup to make it easier to remove an existing contact whether blocked or not. holger krekel 2020-10-23 20:38:10 +02:00
  • 41b2dee4ca Use get_contact() instead of create_contact() Hocuri 2020-10-22 21:41:09 +02:00
  • 1ce1a01d49 improve docstring adbenitez 2020-10-22 12:29:16 -04:00
  • 1cd3ee6a05 add failing test adbenitez 2020-10-22 12:22:11 -04:00
  • 75df8f762c update provider-db B. Petersen 2020-10-22 20:57:18 +02:00
  • e5da5c48f1 second review Hocuri 2020-10-23 16:57:50 +02:00
  • 5b5c6a9c31 Alex' review Hocuri 2020-10-23 15:15:51 +02:00
  • 4ae1a17cc0 Add test for "Saved-messages do not pop up in original chat in multi-device anymore" Hocuri 2020-10-23 14:33:27 +02:00
  • 0781316c97 Merge pull request #2040 from deltachat/workaround-spawned-tasks bjoern 2020-10-23 16:20:19 +02:00
  • 8eb73a5ade workaround executer-blocking-handling-bug in async-std B. Petersen 2020-10-23 16:04:36 +02:00
  • e6b7a7e292 saved-messages do not pop up in original chat in multi-device anymore Hocuri 2020-10-22 15:02:26 +02:00
  • c438691b73 Disable fetch-existing for now Hocuri 2020-10-22 15:39:07 +02:00
  • 1cacfb30ff avoid usage of deprecated contact.set_blocked() adbenitez 2020-10-22 21:41:28 -04:00
  • ea9252925c re-enabling smtp_config_task - still fine search-bug B. Petersen 2020-10-22 00:03:28 +02:00
  • 7e3029aa9c this works with https://github.com/deltachat/deltachat-android/issues/1676 B. Petersen 2020-10-21 23:38:33 +02:00
  • 39a00929c7 fix function reference in changelog Simon Laux 2020-10-21 01:34:03 +02:00
  • 8156692e5a configure: always try at least one IMAP and SMTP server Alexander Krotov 2020-10-21 02:12:47 +03:00
  • 5a9a4dbbab introduce Account.get_blocked_contacts also introduce Contact.block() and Contact.unblock() methods and deprecate the c-ish "Contact.set_blocked()" api. fixes #2011 holger krekel 2020-10-20 11:23:05 +02:00
  • ff34ed6054 try add a little testing of imex events test_imex_progress holger krekel 2020-10-19 18:48:55 +02:00
  • df56b76182 Update CHANGELOG.md bjoern 2020-10-19 15:42:27 +02:00
  • 0fc1134bab bump version to 1.47 B. Petersen 2020-10-19 15:11:47 +02:00
  • dfecd033a7 update changelog for 1.47 B. Petersen 2020-10-19 15:10:08 +02:00
  • 6c5eaaed2c Don't peek-receipients/fetch-existing if this is a bot Hocuri 2020-10-19 15:58:55 +02:00
  • 530b621c07 Update CHANGELOG.md 1.47.0 bjoern 2020-10-19 15:42:27 +02:00
  • 6c09c9b10c bump version to 1.47 B. Petersen 2020-10-19 15:11:47 +02:00
  • e10a27b64e update changelog for 1.47 B. Petersen 2020-10-19 15:10:08 +02:00
  • 8aaea09011 Add progress for backup import/export Hocuri 2020-10-19 15:23:15 +02:00
  • dcc00075b0 extract variable Hocuri 2020-10-19 14:55:27 +02:00
  • a320fb9d6c Doesn't look great, but this was the only way to make compiler happy Hocuri 2020-10-19 13:29:10 +02:00
  • 3bef4909d5 Update src/message.rs Hocuri 2020-10-19 12:59:16 +02:00
  • 26aeacc6be @link2xt's review Hocuri 2020-10-15 16:09:02 +02:00
  • 0b1288fc17 Mark all failed messages as failed when receiving an NDN Hocuri 2020-10-14 10:52:25 +02:00
  • c005f756d6 Do not allow to save drafts in non-writeable chats, fix #1986 (#1997) Hocuri 2020-10-19 13:15:48 +02:00
  • 3c6d52842e Doc comments are show in HTML documentation. Hocuri 2020-10-15 12:16:29 +02:00
  • 4d2542cee5 Don't show HTML if there is no content and there is a file attached Hocuri 2020-10-12 18:52:12 +02:00
  • 9bf8799484 fix processing of protection-changed messages B. Petersen 2020-10-19 00:59:40 +02:00
  • e15372531e skip protection enabled/disabled messages where they did not appear in the past with verified-groups B. Petersen 2020-10-17 23:14:13 +02:00