Luca Saiu
b41ca61b91
change the Python API to follow the engine API after ENGINE-959
The decrypt method of the message class now returns a tuple of three elements
instead of four:
* message
* keys
* flags
There is no more rating among the results, as the rating is now a property of
the message -- and can be easily accessed as message.rating .
Update examples and tests.
4 years ago
heck
a80a18f027
test: sync_handshake.py - add --debuglog -d option
4 years ago
Volker Birk
35a83abf14
always have three keys
4 years ago
Volker Birk
7f2d884f6e
add disable_all_sync_channels() and test with extra identity
4 years ago
heck
d94e5881f4
PYADPT-111: sync_handshake.py, now support single- and mutlithreaded again. but through libpEpAdapter
4 years ago
heck
3a6058e4b5
PYADPT-110: Update sync testing (sync_handshake.py) to work with new sync impl
4 years ago
heck
47913909df
Why not make all executable python scripts executable using:
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
5 years ago
Volker Birk
dcbbbca020
random timing for minimail
5 years ago
Volker Birk
63664c52ea
make _inject_sync_event using flag_sync_enabled
6 years ago
Krista 'DarthMama' Bennett
dcc4f75b14
not having a decoder shouldn't be a fatal error.
6 years ago
Volker Birk
892cc86396
adding leave_device_group() test case
6 years ago
Volker Birk
14d1ed4d90
simulator timing
6 years ago
David
aa39990b3b
clean code
6 years ago
David
09abd3e5f2
add own-identities to imap sync_handsjake
6 years ago
Volker Birk
f14544d489
create number of own identities
6 years ago
David
2cc27ebcbf
Add backup and restore for IMAP + fix bug + clean prints - PYADPT-47
6 years ago
David
3b07321501
added imap module for sync_test and sync_handshake PYADPT-47
6 years ago
Volker Birk
e3dc1efaa9
option -n: no end
6 years ago
Volker Birk
f7af6ebb21
add new notify
6 years ago
Volker Birk
14e0e458f1
yellow color for notify
6 years ago
Volker Birk
cabf730cae
add engine debug color
6 years ago
David
4e3e195043
imap for sync
6 years ago
Volker Birk
61ac5cda5a
adding shutdown_sync()
6 years ago
Volker Birk
5e65588af0
even more color
6 years ago
Volker Birk
82d98176f8
...
6 years ago
Volker Birk
0bc3af16cc
that's the sync thread
6 years ago
Volker Birk
f078dee720
multithreaded implementation as an alternative
6 years ago
Volker Birk
e1d051efa9
rollback
6 years ago
Volker Birk
4f70ffe55a
subtype "pEp.sync" invalid, switching to "pEp-sync"
6 years ago
Volker Birk
6eb712115d
adding assert
6 years ago
Volker Birk
6b98204580
add Pad as third device
6 years ago
Volker Birk
9ef1e1434e
end on notifications feature
6 years ago
Volker Birk
ee2ef4b4ba
end on notifications feature
6 years ago
Volker Birk
23d0c77e19
end when notified about device group formed / device added
6 years ago
Volker Birk
a2750b0167
correct message handling
6 years ago
Volker Birk
b5c07f0bea
print more
6 years ago
Volker Birk
d6346a6b9c
fix bug in minimail
6 years ago
Volker Birk
04d5597145
add config_unencrypted_subject() and config_passive_mode()
6 years ago
Volker Birk
ae9e8c2de6
pretty print with lxml
6 years ago
Volker Birk
b725df1972
nicer printing
6 years ago
Volker Birk
f81cd897e7
more compat
6 years ago
Volker Birk
f161720a10
nicer
6 years ago
Volker Birk
10b7533d0c
print nice and sorted by time
6 years ago
Volker Birk
47ff9acaa0
not needed
6 years ago
Volker Birk
fe0a232d6d
print and print and …
6 years ago
Volker Birk
6d891c7dec
setup and print trace functions
6 years ago
Volker Birk
911ecab116
adding DONT_TRIGGER_SYNC flag
6 years ago
Volker Birk
d645b4542a
use device name
6 years ago
Volker Birk
66d8b32379
add color support
6 years ago
Volker Birk
06518e74ae
name files with device name
6 years ago