Commit Graph

  • a18f4c9b1b prepare py-0.800.0 py-0.800.0 holger krekel 2020-02-21 14:09:05 +01:00
  • 783c7ee4c5 Merge pull request #1303 from deltachat/prep-core25 1.25.0 bjoern 2020-02-21 10:41:07 +01:00
  • a0b2a692d0 bump version to 1.25.0 B. Petersen 2020-02-20 23:49:49 +01:00
  • a59d368101 changelog B. Petersen 2020-02-20 23:47:43 +01:00
  • 5c36fb29ed update python version examples B. Petersen 2020-02-20 23:47:23 +01:00
  • 508b8ef2e2 Improve documentation, mostly by hiding behind pub(crate) Alexander Krotov 2020-02-20 22:52:54 +03:00
  • e94c62e5b3 Update src/contact.rs holger krekel 2020-02-20 01:48:29 +01:00
  • b65a6c2829 target comment of @hpk42 B. Petersen 2020-02-20 00:58:39 +01:00
  • c4a20d0798 fix updating names from incoming mails B. Petersen 2020-02-19 23:07:40 +01:00
  • 9cb7ea524e add failing test where a contact-name is not updated as expected B. Petersen 2020-02-19 22:03:11 +01:00
  • 0ac0eeda34 better naming, less code holger krekel 2020-02-20 00:40:49 +01:00
  • 4d066b4fd2 refine processing of errors and result handling holger krekel 2020-02-20 00:30:32 +01:00
  • 840e321dd9 Process Permanent and Transient SMTP errors Alexander Krotov 2020-02-20 02:04:25 +03:00
  • 4b6963122b Update src/smtp/mod.rs holger krekel 2020-02-19 23:24:48 +01:00
  • d5d662bc41 fix ordering error holger krekel 2020-02-19 17:04:42 +01:00
  • 0b0ed56901 directly attempt to re-connect if the smtp connection is maybe stale holger krekel 2020-01-29 15:53:07 +01:00
  • 13e361aabc add two variants holger krekel 2020-02-19 14:20:07 +01:00
  • d1a26e66a7 update holger krekel 2020-02-19 13:48:05 +01:00
  • ffe3c84e7c small refinements holger krekel 2020-02-19 13:39:33 +01:00
  • 702c7382a7 move holger krekel 2020-02-19 13:35:07 +01:00
  • b138d486e4 two ideas to tackle group consistency holger krekel 2020-02-19 13:29:58 +01:00
  • 3a25d6b275 target comment of @link2xt B. Petersen 2020-02-18 17:13:59 +01:00
  • 66e2f51233 adapt spec B. Petersen 2020-02-18 16:02:17 +01:00
  • 8fdb048b6a alter the memberlist more carefully B. Petersen 2020-02-18 01:18:10 +01:00
  • fa3d98a492 add a function to delete records from the chats_contacts table B. Petersen 2020-02-18 01:15:30 +01:00
  • d9dda44409 Add integration test for RSA and Ed25519 keys Alexander Krotov 2020-02-18 02:41:01 +03:00
  • 7368c01a8f Add key_gen_type config option Alexander Krotov 2020-02-18 00:17:35 +03:00
  • 21ac5be7ca Change generated key type to Ed25519 Alexander Krotov 2020-02-17 23:20:49 +03:00
  • e14a113277 add testrun to provider-db B. Petersen 2020-02-18 16:59:47 +01:00
  • 66d3440675 Update const.py Alexander Krotov 2020-02-18 11:58:11 +03:00
  • 6b6be3b03d Fix some "`" code markup Alexander Krotov 2020-02-18 05:06:11 +03:00
  • cda8158bec Merge pull request #1286 from deltachat/spec-location bjoern 2020-02-17 19:03:30 +01:00
  • 332e0dc4a8 update providers from provider-db B. Petersen 2020-02-17 16:59:19 +01:00
  • f7b4c6837b add location handling to spec B. Petersen 2020-02-17 17:58:25 +01:00
  • 531928bf0b Update proxy.py Asiel Díaz Benítez 2020-01-14 14:27:22 -05:00
  • 490c8e055b Create proxy.py Asiel Díaz Benítez 2019-12-23 18:38:02 -05:00
  • bcbf192bbc Remove deprecated Chat-Group-Image header Alexander Krotov 2020-01-20 22:59:13 +03:00
  • 78d855c5ca Include prefer-encrypt attribute in Autocrypt-Gossip headers Alexander Krotov 2020-01-12 22:03:32 +03:00
  • 1fa9aa88a8 Search for Flag::Deleted and Flag::Seen with == instead of match Alexander Krotov 2020-02-16 04:11:04 +03:00
  • 08c77c2668 fetch_single_msg: use if let Some(...) instead of is_empty() Alexander Krotov 2020-02-16 04:10:35 +03:00
  • 793ebe1b0f imap: move IdleHandle from session.rs to idle.rs Alexander Krotov 2020-02-16 04:08:28 +03:00
  • 4c42acc7e1 Factor src/imap/session.rs out of src/imap/client.rs Alexander Krotov 2020-02-16 04:04:57 +03:00
  • 4eb9660bfa Move src/imap_client.rs into src/imap/client.rs Alexander Krotov 2020-02-16 03:54:14 +03:00
  • 8ed08f701d Do not use grpid to find last inserted row in chats table Alexander Krotov 2020-02-15 16:30:11 +03:00
  • 784964efad Make sql::with_conn and sql::start_stmt public Alexander Krotov 2020-02-15 16:28:46 +03:00
  • adb96e72b9 Pass mutable Connection reference to with_conn callback Alexander Krotov 2020-02-15 16:28:02 +03:00
  • 439c6f7296 Fix a typo Alexander Krotov 2020-02-15 02:40:33 +03:00
  • e2f1ea1444 Add .strdup() method to Option<AsRef<str>> Floris Bruynooghe 2020-02-13 20:47:32 +01:00
  • 2977ceb459 Turn deltachat::configure functions into Context methods Alexander Krotov 2020-02-16 17:12:46 +03:00
  • e00d4e0ed8 Remove AvatarAction::None Alexander Krotov 2020-02-13 22:39:42 +03:00
  • 772127d9d8 Remove outdated comment Alexander Krotov 2020-02-16 03:43:25 +03:00
  • 6ba45c88ec Merge pull request #1281 from deltachat/fix-pin-test bjoern 2020-02-16 01:32:37 +01:00
  • 5a4040cf0b cargo fmt Alexander Krotov 2020-02-16 00:36:25 +03:00
  • b54f580e66 mimeparser: allow "inline" attachments Alexander Krotov 2020-02-15 23:26:29 +03:00
  • a9ac69fe9c fix pinning test by forcing a reliable order B. Petersen 2020-02-16 00:55:13 +01:00
  • 5c52b5e404 fix order of shared chats, move pinned up B. Petersen 2020-02-15 17:40:54 +01:00
  • b80360b7da Pass avatar file path to build_selfavatar_file as &str Alexander Krotov 2020-02-15 22:20:05 +03:00
  • 2753883687 Rename add_selfavatar into attach_selfavatar to match field name Alexander Krotov 2020-02-15 21:22:25 +03:00
  • ced73ffb14 Merge pull request #1248 from deltachat/pinned_chats bjoern 2020-02-15 00:15:33 +01:00
  • 1d1af21a00 Add a cargo-doc run to github actions flub-gh-action-doc Floris Bruynooghe 2020-02-14 23:33:35 +01:00
  • 672fe2dfd7 Parse KML without converting to UTF-8 and back to bytes Alexander Krotov 2020-02-14 22:17:50 +03:00
  • 04bb6997a2 Remove unused imap::idle::Error::ImapError variant Alexander Krotov 2020-02-14 23:24:03 +03:00
  • c8a8dbbbae adapt python bindings B. Petersen 2020-02-14 12:45:03 +01:00
  • 1f9520dc78 target comments from @flub B. Petersen 2020-02-14 11:56:59 +01:00
  • 84f8627890 fix repl tool B. Petersen 2020-02-14 11:43:34 +01:00
  • a177df32b7 omit values in ChatVisibility enum as suggested by @dignifiedquire and @flub B. Petersen 2020-02-14 00:25:44 +01:00
  • f25d5dd123 do not unpin chats on sending/receiving messages B. Petersen 2020-02-13 19:42:06 +01:00
  • 4cfa9e6165 send event as before, uis depend on that B. Petersen 2020-02-13 19:31:57 +01:00
  • 0303ea7f57 rename to ChatVisibility, simplify ffi B. Petersen 2020-02-13 19:14:44 +01:00
  • 2813e01e61 remove unneeded sql-roundtrip on getting archived state B. Petersen 2020-02-13 18:48:08 +01:00
  • e3420da60f reword ffi from 'archived' to 'visibility' B. Petersen 2020-02-13 17:41:46 +01:00
  • 60493d30f6 target comment from @dignifiedquire, use ArchiveState inside core B. Petersen 2020-02-12 20:05:57 +01:00
  • 6efe8e7d7c change ChatInfo.archived to tri-state and add to the changelog Simon Laux 2020-02-12 11:08:43 +01:00
  • 2e8409f146 address some of flubs comments Simon Laux 2020-02-11 11:54:04 +01:00
  • ac4b2b9dfe python bindings for archive and py tests Simon Laux 2020-02-10 20:03:43 +01:00
  • 23b6178e78 add rust test for pin chat Simon Laux 2020-02-10 16:09:53 +01:00
  • 5e5d45fb0a better fallbacks Simon Laux 2020-02-09 00:23:54 +01:00
  • 1765b8f2cf show pinned chats again and order them to the top Simon Laux 2020-02-08 21:16:40 +01:00
  • 5678562ce2 represent archivestate as enum before it was a boolean, even though it is a 3 state Simon Laux 2020-02-08 20:47:20 +01:00
  • 7274197da0 Remove comment about method being deprecated Floris Bruynooghe 2020-02-13 22:53:26 +01:00
  • c79fcb380b Clean up result traits Floris Bruynooghe 2020-02-13 22:36:04 +01:00
  • 6a98eade07 Remove the error method from the ffi Floris Bruynooghe 2020-02-13 22:28:14 +01:00
  • 9008a65c14 Remove DC_IMAP_SEEN constant Alexander Krotov 2020-02-13 13:45:15 +03:00
  • 4e07e4c7f3 Fix a typo (bbc-self instead of bcc-self) Alexander Krotov 2020-02-12 23:15:04 +03:00
  • b0a1f7b421 Update mailparse to parse names with comma mailparse-comma-update Alexander Krotov 2020-02-12 23:08:38 +03:00
  • e440d8503a fixup dignifiedquire 2020-02-11 23:25:23 +01:00
  • e9bacff830 fixup dignifiedquire 2020-02-11 23:23:42 +01:00
  • 9cc99ffcd6 add more ser and de impls dignifiedquire 2020-02-11 23:22:55 +01:00
  • beb91271de Unlock session before calling add_flag_finalized Alexander Krotov 2020-02-12 03:10:40 +03:00
  • 7e9585ebc5 cargo fmt Alexander Krotov 2020-02-12 03:09:52 +03:00
  • 0c4b3f71e5 Check for MOVE capability before using MOVE command Alexander Krotov 2020-02-12 03:09:08 +03:00
  • 5c17ec5f01 use new URL format and service provided by mailadm holger krekel 2020-02-11 20:42:40 +01:00
  • 8b4edc46a7 implement dc_set_config_from_qr() B. Petersen 2020-02-11 02:12:44 +01:00
  • 2b7a0a4585 prototype dc_set_config_from_qr() B. Petersen 2020-02-10 23:36:56 +01:00
  • 1882176489 let dc_check_qr() accept DCACCOUNT-schemes B. Petersen 2020-02-09 01:44:17 +01:00
  • 875e89e71a better event information for moved messages holger krekel 2020-02-11 18:45:01 +01:00
  • 52520635ea Fix a typo ("requests") Alexander Krotov 2020-02-11 22:32:35 +03:00
  • aa50a9ba83 Merge pull request #1258 from deltachat/cargo-check-ci Friedel Ziegelmayer 2020-02-11 11:50:26 +01:00
  • 489e5111ac GitHub actions: check all packages, examples, tests and features Alexander Krotov 2020-02-11 02:07:33 +03:00
  • 2d4c20af35 Revert "Make dc_receive_imf non-public" Alexander Krotov 2020-02-11 02:03:36 +03:00