Hocuri
|
322cc5a013
|
Cargo update
|
2020-06-10 13:22:03 +02:00 |
|
Hocuri
|
7cc5243130
|
Also revert cargo.lock
|
2020-06-10 13:22:03 +02:00 |
|
Hocuri
|
84be82c670
|
Add test
|
2020-06-10 13:22:03 +02:00 |
|
dignifiedquire
|
4a3825c302
|
fix: improve imap connection establishment
- fixes blocking on start_io
- attempts to connect to the imap on all tasks when needed
|
2020-06-09 13:20:16 +02:00 |
|
jikstra
|
4bade7e13a
|
Update cargo lock
|
2020-05-28 20:38:11 +02:00 |
|
B. Petersen
|
0a4d6fe09b
|
bump version to 1.34.0
|
2020-05-27 19:33:27 +02:00 |
|
dignifiedquire
|
230d40daa0
|
fixup dependency
|
2020-05-25 01:05:17 +02:00 |
|
dignifiedquire
|
45aba61ac8
|
update smol fork
|
2020-05-25 00:56:58 +02:00 |
|
dignifiedquire
|
2adeadfd73
|
fix: avoid blocking on expensive pgp operations
|
2020-05-25 00:17:01 +02:00 |
|
dignifiedquire
|
811655bc98
|
update deps, for real
|
2020-05-24 19:06:22 +02:00 |
|
dignifiedquire
|
0760bfaf7b
|
use patched version of smol to avoid nix dependency
|
2020-05-24 17:20:04 +02:00 |
|
dignifiedquire
|
05f79c1c01
|
update dependencies
|
2020-05-23 00:17:50 +02:00 |
|
dignifiedquire
|
d1f9563e1f
|
remove tracking of current sql query
this will not work like this anymore with async
|
2020-05-22 11:37:03 +02:00 |
|
dignifiedquire
|
70a2dbb4bb
|
back to stable async-std + use surf instead of reqwest
removes tokio from our dependency tree, now only one async executor
|
2020-05-22 11:10:26 +02:00 |
|
dignifiedquire
|
3c7b3faa7f
|
unify deps and more strict start and stop
|
2020-05-20 16:42:59 +02:00 |
|
dignifiedquire
|
f7a7debd9d
|
update dependencies
|
2020-05-19 12:18:47 +02:00 |
|
dignifiedquire
|
af56ebb04e
|
Merge remote-tracking branch 'origin/master' into feat/async-jobs
|
2020-05-19 12:07:34 +02:00 |
|
B. Petersen
|
7dc58bb330
|
bump version
|
2020-05-13 22:46:04 +02:00 |
|
dignifiedquire
|
b25bec53d8
|
refactor next_event
|
2020-05-13 18:42:56 +02:00 |
|
dignifiedquire
|
8a7923c974
|
Merge remote-tracking branch 'origin/master' into feat/async-jobs
|
2020-05-13 18:29:22 +02:00 |
|
B. Petersen
|
3f0136ae7c
|
bump version to 1.32.0
|
2020-05-10 23:58:22 +02:00 |
|
B. Petersen
|
fcf3786fc5
|
bump version to 1.31.0
|
2020-05-05 23:53:54 +02:00 |
|
B. Petersen
|
bb59cf94e9
|
bump version to 1.30.0
|
2020-05-02 19:14:35 +03:00 |
|
B. Petersen
|
f444af825f
|
bump version to 1.29.0
|
2020-04-29 14:49:40 +02:00 |
|
Alexander Krotov
|
32bd6109e3
|
Update rust-toolchain and proptest
It is required for stabilized subslice patterns.
proptest 0.9.6 fixes compatibility with the latest rustc nightly.
|
2020-04-13 23:02:57 +03:00 |
|
Friedel Ziegelmayer
|
24f4cbbb27
|
refactor: replace failure
- failure is deprecated
- thiserror for deriving Error impl
- anyhow for highlevel error handling
|
2020-04-10 22:39:28 +02:00 |
|
dignifiedquire
|
307a3e078e
|
Merge remote-tracking branch 'origin/master' into feat/async-jobs
|
2020-04-09 23:41:34 +02:00 |
|
Alexander Krotov
|
d31265895d
|
Update rPGP to 0.5.2
|
2020-04-03 12:57:13 +03:00 |
|
Alexander Krotov
|
d78ea882c8
|
Update mailparse to 0.12
|
2020-03-31 18:11:44 +02:00 |
|
dignifiedquire
|
49b2f80ded
|
Merge remote-tracking branch 'origin/master' into feat/async-jobs
|
2020-03-26 16:52:07 +01:00 |
|
B. Petersen
|
fd3e6e0ee4
|
bump version to 1.28
|
2020-03-25 19:30:52 +01:00 |
|
dignifiedquire
|
97951aec15
|
implement imape secure upgrade
|
2020-03-25 15:41:27 +01:00 |
|
dignifiedquire
|
01b88f876e
|
fix idle interrupts
|
2020-03-23 00:09:22 +01:00 |
|
dignifiedquire
|
1214609546
|
get ffi api to compile
|
2020-03-21 23:13:38 +01:00 |
|
dignifiedquire
|
1846f20f6e
|
upgrade repl
|
2020-03-21 14:24:41 +01:00 |
|
dignifiedquire
|
9d313b4e0e
|
cleanup and fix most of imap
|
2020-03-18 16:29:34 +01:00 |
|
dignifiedquire
|
efc17983c3
|
switch to queue based logging
|
2020-03-17 10:07:52 +01:00 |
|
dignifiedquire
|
6db253e1cc
|
rebase fixes
|
2020-03-14 15:21:19 +01:00 |
|
dignifiedquire
|
7326ba1403
|
send bounds wip
|
2020-03-14 15:16:27 +01:00 |
|
dignifiedquire
|
618202cf8b
|
more async
|
2020-03-14 15:16:27 +01:00 |
|
B. Petersen
|
0f6024e055
|
bump version to 1.27
|
2020-03-04 17:04:26 +01:00 |
|
dignifiedquire
|
9541960307
|
update fixed rpgp
|
2020-03-04 15:10:19 +01:00 |
|
dignifiedquire
|
95073deb96
|
fix: update to pgp@0.5
|
2020-03-04 14:51:58 +01:00 |
|
B. Petersen
|
42ebf49f92
|
bump version to 1.26.0
|
2020-03-01 21:46:26 +01:00 |
|
Alexander Krotov
|
63baac3c61
|
Update rPGP to 0.4.1
This version fixes incorrect serialization of ECC session keys with
leading zeros.
|
2020-03-01 20:52:08 +03:00 |
|
B. Petersen
|
a0b2a692d0
|
bump version to 1.25.0
|
2020-02-20 23:49:49 +01:00 |
|
dignifiedquire
|
e9bacff830
|
fixup
|
2020-02-12 19:12:22 +01:00 |
|
dignifiedquire
|
9cc99ffcd6
|
add more ser and de impls
|
2020-02-12 19:12:22 +01:00 |
|
Alexander Krotov
|
983fd70260
|
Update imap-proto to 0.10.2
It adds support for parsing of BODY[HEADER.FIELDS (...)] fetches.
|
2020-02-09 23:28:29 +00:00 |
|
B. Petersen
|
0f172595d7
|
we need the provider-db also in the core, not only ffi. the idea is to add it directly to the core and to avoid an extra crate. this also avoids pulling in yaml-rust and some other dependencies.
|
2020-01-30 17:47:39 +01:00 |
|