link2xt
|
88759c815b
|
refactor(python): flatten the API of deltachat module
|
2023-07-03 16:19:31 +00:00 |
|
link2xt
|
d1d43e889a
|
python: add more type annotations
|
2023-02-27 13:07:35 +00:00 |
|
link2xt
|
48fee4fc92
|
python: replace "while 1" with "while True"
This makes pyright recognize that the function never returns implicitly.
|
2023-02-18 11:31:07 +00:00 |
|
link2xt
|
817760a6ef
|
python: upgrade from .format() to f-strings
They are supported since Python 3.5.
|
2023-02-08 15:44:34 +00:00 |
|
link2xt
|
fac7b064b4
|
Refine Python CI
Add lint environment to `deltachat-rpc-client/`
and set line length to 120, same as in `python/`.
Switch from flake8 to ruff.
Fix ruff warnings.
|
2023-01-20 16:53:21 +00:00 |
|
adbenitez
|
17aab01eaa
|
apply black with new line-length == 120
|
2022-05-31 23:05:20 -04:00 |
|
adbenitez
|
16e0f0e986
|
apply isort and black formatters, add format checking to CI
|
2022-05-29 21:11:49 -04:00 |
|
holger krekel
|
d4ff47b6ac
|
allow timeout for internal configure tracker API
|
2022-01-13 14:57:43 +01:00 |
|
Hocuri
|
2a9d06d817
|
Re-enable Export to the new backup format, add backup progress, add a test for the backup progress (#2023)
* Add progress for backup import/export
* Export to the new backup format
* Add tests for the new imex progress
|
2020-12-01 09:05:25 +01:00 |
|
holger krekel
|
e7dd74e4b1
|
simplify configure() and don't keep state on the account in non-test mode
|
2020-06-10 12:47:49 +02:00 |
|
holger krekel
|
0105c831f1
|
make direct_imap a permanent feature of online accounts
|
2020-06-08 16:31:21 +02:00 |
|
holger krekel
|
c43285f6ac
|
fix python data2/string handling and reduce extra code needed
|
2020-05-22 16:24:46 +02:00 |
|
holger krekel
|
fedc946886
|
fix online configure tests
|
2020-05-20 19:44:06 +02:00 |
|
holger krekel
|
2f09bb468e
|
fix configure_canceled test
|
2020-05-20 19:10:36 +02:00 |
|
holger krekel
|
ca88c5b41c
|
rename hooks to use "ac_" (account) and "dc_" (global)
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
84012e760e
|
refine low level event handling
slight refactor on printing
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
6baef49f9d
|
add after_shutdown hook
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
f55d4fa73a
|
rename process_low_level_event to process_ffi_event
|
2020-04-13 17:39:31 +02:00 |
|
holger krekel
|
cf6391d51b
|
move event tracking to new tracker.py file
some api cleanups
|
2020-04-13 17:39:31 +02:00 |
|