Commit Graph

  • c690a64462 Update msg related location when message is deleted Nico de Haen 2019-11-16 11:04:56 +01:00
  • d808bfe400 add some tests for me-chat and deaddrop B. Petersen 2019-11-13 00:40:44 +01:00
  • 1b30078c09 test archive functions B. Petersen 2019-11-13 01:49:52 +01:00
  • 6af272230e skip gh actions fix_circle_ci holger krekel 2019-11-13 00:24:09 +01:00
  • 0278875e03 add device-chat tests B. Petersen 2019-11-12 23:03:17 +01:00
  • d0ccf28678 do not add random label for unlabelled device-messages B. Petersen 2019-11-12 18:59:45 +01:00
  • 5023255ebc fix accidentally called maybe_add_bcc_self_device_msg() B. Petersen 2019-11-12 23:44:08 +01:00
  • 9c81ccfd09 avoid clippy on github actions holger krekel 2019-11-13 00:04:25 +01:00
  • 895b01f537 new clean try to get circle-ci to work holger krekel 2019-11-13 00:02:41 +01:00
  • a3e95a3b9e try optimized -j settings hpk-gh-action2 holger krekel 2019-11-12 23:40:20 +01:00
  • 6953386d65 fix typo holger krekel 2019-11-12 22:04:42 +01:00
  • 12df95007b only -j1 works it seems holger krekel 2019-11-12 21:17:23 +01:00
  • 226caa4db6 -j 2 holger krekel 2019-11-12 21:01:40 +01:00
  • 1966e873bd reduce concurrency to -j3 holger krekel 2019-11-12 20:14:06 +01:00
  • c202b6af3b don't use gh actions for now holger krekel 2019-11-12 20:12:34 +01:00
  • 59c92b17eb very slight change holger krekel 2019-11-12 18:47:28 +01:00
  • 7e454ede4c add env hpk-gh-python holger krekel 2019-11-12 18:39:38 +01:00
  • ba878f431a .. dignifiedquire 2019-11-12 18:36:04 +01:00
  • 4dab7485ab .. dignifiedquire 2019-11-12 18:35:50 +01:00
  • 029f60df27 new try holger krekel 2019-11-12 18:35:37 +01:00
  • aec1ba40fe .. dignifiedquire 2019-11-12 18:34:29 +01:00
  • b3f515f7f2 .. dignifiedquire 2019-11-12 18:33:43 +01:00
  • 56b80fe3bb .. dignifiedquire 2019-11-12 18:33:11 +01:00
  • 5b199e4bed .. dignifiedquire 2019-11-12 18:32:15 +01:00
  • 0bf8c3afde combine clippy and fmt dignifiedquire 2019-11-12 18:31:36 +01:00
  • f835521d31 try manual dignifiedquire 2019-11-12 18:30:27 +01:00
  • 20c82b324a try again holger krekel 2019-11-12 18:14:12 +01:00
  • e7ebb40cd1 do not cancel on warnings dignifiedquire 2019-11-12 18:15:41 +01:00
  • bca8094fcb try to fix python action dignifiedquire 2019-11-12 18:15:12 +01:00
  • 7ab5d36b5b try holger krekel 2019-11-12 17:39:57 +01:00
  • 58ad14d9c3 better github action dignifiedquire 2019-11-12 16:21:49 +01:00
  • 545376875a fix python tests holger krekel 2019-11-12 14:57:10 +01:00
  • a9fe77b62e use separate column for device-msg-labels B. Petersen 2019-11-12 13:30:04 +01:00
  • b42d8799b4 add dc_add_device_msg_once() to fii B. Petersen 2019-11-12 12:22:02 +01:00
  • a42e197634 add device-message only once B. Petersen 2019-11-12 02:14:21 +01:00
  • fc32c85608 add device-msg 'consider enabling bcc_self' if bcc_self is disabled and an autocrypt-setup-message is received B. Petersen 2019-11-11 23:25:54 +01:00
  • dabd431b1f change default for bcc_self, preserve values for existing installations B. Petersen 2019-11-11 22:55:19 +01:00
  • 85b4817a1e restore some comments B. Petersen 2019-11-11 22:39:30 +01:00
  • 84c6113271 use enum for show_emails B. Petersen 2019-11-11 22:21:35 +01:00
  • 9506f8c38e use bool for exists_before_update B. Petersen 2019-11-11 22:06:59 +01:00
  • e539bddc3b github actions: nightly only dignifiedquire 2019-11-12 16:08:44 +01:00
  • 2fc1d21959 update github actions dignifiedquire 2019-11-12 16:04:37 +01:00
  • b43d9d2ffe shortcut fetch/idle on mvbox/sentbox if we don't know the folder and prevent busy-looping holger krekel 2019-11-12 13:27:38 +01:00
  • 5b73951b9b steramline some teardown decision code, and add webpki_roots for cert-checking holger krekel 2019-11-12 12:48:01 +01:00
  • 8595b92fcf also make smtp respect CertificateChecks setting roughly holger krekel 2019-11-11 23:37:30 +01:00
  • 6054b90975 rough integration of async-tls CertChecks (strict and automatic but not more finegrained work) holger krekel 2019-11-11 23:22:02 +01:00
  • b8427ab56e update to released versions dignifiedquire 2019-11-11 18:57:26 +01:00
  • 02f72eea61 use AtomicBool for skip_next_idle_wait holger krekel 2019-11-11 17:08:20 +01:00
  • a5a20078f0 actually this fixes the double import issue holger krekel 2019-11-11 15:43:21 +01:00
  • 7383094b33 fix tests for failed logins holger krekel 2019-11-11 15:36:14 +01:00
  • e225a6fb17 * fix interrupt_idle by signalling "skip_next_idle_wait" to the potentially concurrently "fn idle" function holger krekel 2019-11-11 15:33:19 +01:00
  • 6bdc207277 make select_folder return ImapActionResult's and early-return from idle if there is no selected folder holger krekel 2019-11-11 14:07:11 +01:00
  • 101141c67a remove rustup install dignifiedquire 2019-11-10 22:21:16 +01:00
  • d07afe5bd6 try use a different rust version dignifiedquire 2019-11-10 21:22:49 +01:00
  • 00e22d4339 update deps dignifiedquire 2019-11-10 19:22:42 +01:00
  • 91c8f48c21 bust ci cache dignifiedquire 2019-11-10 19:20:12 +01:00
  • 3d76d21925 refactor: drop native-tls dignifiedquire 2019-11-10 19:18:37 +01:00
  • 3349c0e9dc update docker image dignifiedquire 2019-11-10 19:06:27 +01:00
  • 7b35104b83 cleanup imap impl dignifiedquire 2019-11-10 19:06:21 +01:00
  • 22b6e8f6e2 update async-imap dignifiedquire 2019-11-10 15:53:55 +01:00
  • ad118aa0df implement idle again dignifiedquire 2019-11-10 15:51:36 +01:00
  • 9044b80b9f remove local dependency dignifiedquire 2019-11-09 16:41:41 +01:00
  • b948e973c5 it compiles with async-imap dignifiedquire 2019-11-09 16:29:05 +01:00
  • d330d890c0 setup minimal github action Friedel Ziegelmayer 2019-11-12 14:31:38 +01:00
  • ccaacdb5a2 shortcut fetch/idle on mvbox/sentbox if we don't know the folder and prevent busy-looping hpk-async2 holger krekel 2019-11-12 13:27:38 +01:00
  • 7e6143a7f6 steramline some teardown decision code, and add webpki_roots for cert-checking holger krekel 2019-11-12 12:48:01 +01:00
  • 75f3995997 also make smtp respect CertificateChecks setting roughly holger krekel 2019-11-11 23:37:30 +01:00
  • a51f12d546 rough integration of async-tls CertChecks (strict and automatic but not more finegrained work) holger krekel 2019-11-11 23:22:02 +01:00
  • 652e2c63b1 also make smtp respect CertificateChecks setting roughly hpk-fix-async-imap-certchecks holger krekel 2019-11-11 23:37:30 +01:00
  • ddcd1d8919 rough integration of async-tls CertChecks (strict and automatic but not more finegrained work) holger krekel 2019-11-11 23:22:02 +01:00
  • 9396a09505 small fixes feat/async-imap-move-inbox dignifiedquire 2019-11-11 21:47:10 +01:00
  • cfba76d600 extract more dignifiedquire 2019-11-11 21:41:43 +01:00
  • 0e953d18d0 wip: stop sharing the inbox across threads dignifiedquire 2019-11-11 17:55:50 +01:00
  • 50aa68e047 update to released versions dignifiedquire 2019-11-11 18:57:26 +01:00
  • 0bf32dada8 use AtomicBool for skip_next_idle_wait holger krekel 2019-11-11 17:08:20 +01:00
  • b5075a7122 cleanup select_folder and fix idle/termination issues (#822) Friedel Ziegelmayer 2019-11-11 16:47:06 +01:00
  • 3dc589788c actually this fixes the double import issue hpk-fix-async-imap holger krekel 2019-11-11 15:43:21 +01:00
  • ba2b66d07a fix tests for failed logins holger krekel 2019-11-11 15:36:14 +01:00
  • a5a12d1f72 * fix interrupt_idle by signalling "skip_next_idle_wait" to the potentially concurrently "fn idle" function holger krekel 2019-11-11 15:33:19 +01:00
  • 77552cfa42 combine session and interrupt lock feat/async-imap-other-lock dignifiedquire 2019-11-11 14:48:28 +01:00
  • 131f54fbf1 make select_folder return ImapActionResult's and early-return from idle if there is no selected folder holger krekel 2019-11-11 14:07:11 +01:00
  • 01fe782fa0 remove rustup install dignifiedquire 2019-11-10 22:21:16 +01:00
  • 55ada1cd89 some more logging fix/async-imap holger krekel 2019-11-11 10:16:02 +01:00
  • 1077cf5e99 try use a different rust version dignifiedquire 2019-11-10 21:22:49 +01:00
  • ca698f9164 update deps dignifiedquire 2019-11-10 19:22:42 +01:00
  • 99201027e2 bust ci cache dignifiedquire 2019-11-10 19:20:12 +01:00
  • d607d35abc refactor: drop native-tls dignifiedquire 2019-11-10 19:18:37 +01:00
  • 3d790cbfca update docker image dignifiedquire 2019-11-10 19:06:27 +01:00
  • 68b2707d12 cleanup imap impl dignifiedquire 2019-11-10 19:06:21 +01:00
  • 6066821b50 update async-imap dignifiedquire 2019-11-10 15:53:55 +01:00
  • fe695c0f95 implement idle again dignifiedquire 2019-11-10 15:51:36 +01:00
  • 7bf13f3f89 remove local dependency dignifiedquire 2019-11-09 16:41:41 +01:00
  • 3b3992daed it compiles with async-imap dignifiedquire 2019-11-09 16:29:05 +01:00
  • c6369b1c5a Implement TryFrom instead of TryInto Alexander Krotov 2019-11-10 05:17:51 +03:00
  • bfa0f9d911 Use the first subkey for encryption instead of the primary key Alexander Krotov 2019-11-10 06:26:40 +03:00
  • 154cb2db83 add missing DC_STR_DEVICE_MESSAGES B. Petersen 2019-11-10 14:25:57 +01:00
  • 035a414c8f Use the first subkey for encryption instead of the primary key subkey Alexander Krotov 2019-11-10 06:26:40 +03:00
  • 37ecfa6b67 fix gm2local offset calculations B. Petersen 2019-11-09 19:05:21 +01:00
  • 99ba2fb358 let dc_timestamp_to_str() print the local time, not UTC times. the function is used for outputs directly shown to the user, eg. dc_get_msg_info() B. Petersen 2019-11-09 19:04:23 +01:00
  • 85ebde29dc do not resort chatlist on draft changes B. Petersen 2019-11-07 01:56:52 +01:00