Alexander Krotov
|
67cddedf7e
|
Switch from lazy_static to once_cell
|
2020-10-18 15:47:21 +03:00 |
|
holger krekel
|
13055b9c87
|
use new imap-proto/async-imap 0.4.1 to fix #1834
|
2020-10-14 15:41:23 +03:00 |
|
Hocuri
|
2e3352afca
|
fix #1953 by cargo update (esp. update async-io to 1.1.6)
|
2020-10-02 12:39:27 +02:00 |
|
dignifiedquire
|
c649db15b6
|
update async-std to 1.6.5
making sure latest bug fixes are in
|
2020-09-28 21:40:49 +02:00 |
|
Friedel Ziegelmayer
|
0c03024b97
|
feat: update dependencies
* feat: update dependencies
updates
- pgp
- async-std
- surf
- mailparse
* simplify dev deps
* more deps
* fixup
* fixup
|
2020-09-21 23:53:53 +02:00 |
|
Alexander Krotov
|
49c8964aec
|
Add benchmark for account creation
|
2020-09-15 02:03:58 +03:00 |
|
B. Petersen
|
b0d68ce09e
|
bump version to 1.46
|
2020-09-13 14:35:17 +02:00 |
|
Alexander Krotov
|
b28f5c8716
|
Update to non-release version of async-smtp
It is one commit ahead 0.3.4, replacing EHLO localhost with EHLO [127.0.0.1].
|
2020-09-13 13:04:23 +03:00 |
|
B. Petersen
|
ed3eabe3e5
|
bump version to 1.45
|
2020-08-18 21:29:17 +02:00 |
|
bjoern
|
4b75f3a177
|
Merge pull request #1837 from deltachat/fix-oauth2
Update async-imap to fix Oauth2
|
2020-08-18 18:28:46 +02:00 |
|
Hocuri
|
cf72d9a41e
|
Tar backup (#1749)
Fix #1729
Co-authored-by: holger krekel <holger@merlinux.eu>
Co-authored-by: Alexander Krotov <ilabdsf@gmail.com>
|
2020-08-18 11:54:46 +02:00 |
|
Alexander Krotov
|
a9faaa5cbc
|
Update async-imap to fix Oauth2
|
2020-08-16 12:00:00 +03:00 |
|
dignifiedquire
|
0c567fefa6
|
update deps
|
2020-08-10 11:17:59 +02:00 |
|
dignifiedquire
|
1ae49c1fca
|
unify events
|
2020-08-10 10:32:48 +02:00 |
|
dignifiedquire
|
58a8ae1914
|
feat: initial implementation of the account manager
|
2020-08-10 10:01:46 +02:00 |
|
B. Petersen
|
fa795c54df
|
bump version to 1.44.0
|
2020-08-08 22:44:22 +02:00 |
|
B. Petersen
|
6807bc6eb2
|
bump version to 1.43
|
2020-08-04 13:02:57 +02:00 |
|
Alexander Krotov
|
a9794b73de
|
Update async-imap
|
2020-08-04 12:45:34 +03:00 |
|
Alexander Krotov
|
38dfe2a320
|
Update async-smtp
This change fixes timeout issues with large files.
|
2020-08-04 12:00:00 +03:00 |
|
B. Petersen
|
9ea57e5862
|
bump version to 1.42
|
2020-07-30 16:25:22 +02:00 |
|
dignifiedquire
|
063a10294e
|
fix async-smtp dependency
|
2020-07-30 14:21:44 +02:00 |
|
Hocuri
|
60863c4f91
|
First try
|
2020-07-29 23:06:26 +02:00 |
|
holger krekel
|
9286ea8174
|
try unblocking CI by "cargo update"
|
2020-07-29 00:10:09 +02:00 |
|
B. Petersen
|
27b4cb084e
|
bump version to 1.41
|
2020-07-28 19:49:53 +02:00 |
|
Alexander Krotov
|
bf8e83d816
|
Update itertools
|
2020-07-22 23:51:59 +03:00 |
|
Alexander Krotov
|
71c7b30db7
|
Remove image_meta dependency
|
2020-07-22 00:25:54 +03:00 |
|
B. Petersen
|
18045c9c14
|
bump version to 1.40
|
2020-07-09 23:42:23 +02:00 |
|
B. Petersen
|
b7464f7a5c
|
bump version to 1.39
|
2020-06-23 18:41:45 +02:00 |
|
bjoern
|
aeb8a2e260
|
Revert "Switch to sanitize-filename-reader-friendly"
This reverts commit 93797bc82f.
|
2020-06-23 18:11:18 +02:00 |
|
Alexander Krotov
|
93797bc82f
|
Switch to sanitize-filename-reader-friendly
One advantage is that it does not depend on any crates, so there is a
higher chance of dropping regex crate eventually.
|
2020-06-23 14:37:35 +03:00 |
|
dignifiedquire
|
6fe1f01c5f
|
feat: update deps
includes async-std@1.6.2 and smol@0.1.18 which fix various hangs and possible deadlocks
|
2020-06-22 10:04:10 +02:00 |
|
B. Petersen
|
31a5811241
|
bump version to 1.38
|
2020-06-20 19:16:07 +02:00 |
|
B. Petersen
|
d8be0cdf35
|
bump version to 1.37
|
2020-06-19 21:32:47 +02:00 |
|
B. Petersen
|
aa9b5da1c0
|
bump version to 1.36
|
2020-06-17 15:45:38 +02:00 |
|
Maykel Moya
|
b5fa0f8924
|
Add support for G Suite domains
Do a lookup based on domain's MX servers. G Suite domains are expected
to have at least 'aspmx.l.google.com' listed in MXs.
See https://support.google.com/a/answer/140034
fixes #1425
|
2020-06-17 11:50:46 +03:00 |
|
B. Petersen
|
7362941245
|
add kamadak-exif crate
|
2020-06-15 00:32:13 +02:00 |
|
dignifiedquire
|
e08e817988
|
fix: update deps to fix nightly builds
|
2020-06-13 08:45:01 +02:00 |
|
dignifiedquire
|
944f1ec005
|
feat: update dependencies for new rustcrypto releases
|
2020-06-12 09:12:38 +02:00 |
|
B. Petersen
|
91f46b1291
|
bump version to 1.35.0
|
2020-06-10 19:24:23 +02:00 |
|
Hocuri
|
4dbe836dfa
|
rebuild cargo.lock
|
2020-06-10 13:22:03 +02:00 |
|
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 |
|