deltachat-rpc-client 1.159.5__py3-none-any.whl → 1.160.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- deltachat_rpc_client/account.py +1 -4
- deltachat_rpc_client/const.py +0 -1
- {deltachat_rpc_client-1.159.5.dist-info → deltachat_rpc_client-1.160.0.dist-info}/METADATA +1 -1
- {deltachat_rpc_client-1.159.5.dist-info → deltachat_rpc_client-1.160.0.dist-info}/RECORD +8 -8
- {deltachat_rpc_client-1.159.5.dist-info → deltachat_rpc_client-1.160.0.dist-info}/WHEEL +1 -1
- {deltachat_rpc_client-1.159.5.dist-info → deltachat_rpc_client-1.160.0.dist-info}/entry_points.txt +0 -0
- {deltachat_rpc_client-1.159.5.dist-info → deltachat_rpc_client-1.160.0.dist-info}/licenses/LICENSE +0 -0
- {deltachat_rpc_client-1.159.5.dist-info → deltachat_rpc_client-1.160.0.dist-info}/top_level.txt +0 -0
deltachat_rpc_client/account.py
CHANGED
|
@@ -211,8 +211,8 @@ class Account:
|
|
|
211
211
|
def get_contacts(
|
|
212
212
|
self,
|
|
213
213
|
query: Optional[str] = None,
|
|
214
|
+
*,
|
|
214
215
|
with_self: bool = False,
|
|
215
|
-
verified_only: bool = False,
|
|
216
216
|
snapshot: bool = False,
|
|
217
217
|
) -> Union[list[Contact], list[AttrDict]]:
|
|
218
218
|
"""Get a filtered list of contacts.
|
|
@@ -220,12 +220,9 @@ class Account:
|
|
|
220
220
|
:param query: if a string is specified, only return contacts
|
|
221
221
|
whose name or e-mail matches query.
|
|
222
222
|
:param with_self: if True the self-contact is also included if it matches the query.
|
|
223
|
-
:param only_verified: if True only return verified contacts.
|
|
224
223
|
:param snapshot: If True return a list of contact snapshots instead of Contact instances.
|
|
225
224
|
"""
|
|
226
225
|
flags = 0
|
|
227
|
-
if verified_only:
|
|
228
|
-
flags |= ContactFlag.VERIFIED_ONLY
|
|
229
226
|
if with_self:
|
|
230
227
|
flags |= ContactFlag.ADD_SELF
|
|
231
228
|
|
deltachat_rpc_client/const.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
deltachat_rpc_client/__init__.py,sha256=zroJARiq9HBi7Ln03KlICOUJHSjm3CGIFkHfXILEdOQ,567
|
|
2
2
|
deltachat_rpc_client/_utils.py,sha256=v0iWVSa6S-s078GgnnhflCRhA9pfWI-CfK8mjZ4zjXc,6393
|
|
3
|
-
deltachat_rpc_client/account.py,sha256=
|
|
3
|
+
deltachat_rpc_client/account.py,sha256=RHCiOYaKJbdMQVc7Xp6UIp7yvsZAz6si7QhtrMoN4RA,16386
|
|
4
4
|
deltachat_rpc_client/chat.py,sha256=LTZSYHC24bo5fDAX1XCDP79XaHIyuPZS_-zzD0vu1Rw,11238
|
|
5
5
|
deltachat_rpc_client/client.py,sha256=UeCJov-ZvB3WMzl_6aJEESGRQCdvS3UAKFL4Adar6cg,7206
|
|
6
|
-
deltachat_rpc_client/const.py,sha256=
|
|
6
|
+
deltachat_rpc_client/const.py,sha256=zcs2mJUVS0mHfb0_YLawGaETjXvHxMb3ilZlMvqw-hA,5753
|
|
7
7
|
deltachat_rpc_client/contact.py,sha256=ORhz1TWcCxvYQnpVACDptWEbrpjKoIJEsTWAcwo8Fqw,2043
|
|
8
8
|
deltachat_rpc_client/deltachat.py,sha256=4KpiHbpfXM_LmbG-OvtDACK9W09UH0tsJyFunfH9TR4,1544
|
|
9
9
|
deltachat_rpc_client/events.py,sha256=Y45LoGlQy0i1U-LhoqF9njqJWA8v4b-XHfXZ4VOr1TQ,10205
|
|
@@ -11,9 +11,9 @@ deltachat_rpc_client/message.py,sha256=2MnC4OgDockrfqPherOI_ad8AFbGhHGLVoGKanb5G
|
|
|
11
11
|
deltachat_rpc_client/py.typed,sha256=nGQ9Itq-bkXBn5Ri1JIR0oYnDNv7LDRfkowxBSSqVTM,60
|
|
12
12
|
deltachat_rpc_client/pytestplugin.py,sha256=gUOP63mbEBrWJAta1JOoXaGYm3oCElYRgBkEEtKtnn8,5603
|
|
13
13
|
deltachat_rpc_client/rpc.py,sha256=AUY8UJP7NlRSE5ewJs9jGxJdK8etKqsCEFWiIqnX5T8,6981
|
|
14
|
-
deltachat_rpc_client-1.
|
|
15
|
-
deltachat_rpc_client-1.
|
|
16
|
-
deltachat_rpc_client-1.
|
|
17
|
-
deltachat_rpc_client-1.
|
|
18
|
-
deltachat_rpc_client-1.
|
|
19
|
-
deltachat_rpc_client-1.
|
|
14
|
+
deltachat_rpc_client-1.160.0.dist-info/licenses/LICENSE,sha256=Pz2eACSxkhsGfW9_iN60pgy-enjnbGTj8df8O3ebnQQ,16726
|
|
15
|
+
deltachat_rpc_client-1.160.0.dist-info/METADATA,sha256=7qgC1bD1APogdhmgjEYAboDgfwaAv5TdEUGC-SUUufM,2175
|
|
16
|
+
deltachat_rpc_client-1.160.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
deltachat_rpc_client-1.160.0.dist-info/entry_points.txt,sha256=VHpX6EnKBaNj89qJWctApThnMa8suyaamfZEnQacXgc,81
|
|
18
|
+
deltachat_rpc_client-1.160.0.dist-info/top_level.txt,sha256=ePNMkY10htGrLiLydH1ITvYFM3LcTEa51HyPqJ40hDk,21
|
|
19
|
+
deltachat_rpc_client-1.160.0.dist-info/RECORD,,
|
{deltachat_rpc_client-1.159.5.dist-info → deltachat_rpc_client-1.160.0.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{deltachat_rpc_client-1.159.5.dist-info → deltachat_rpc_client-1.160.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{deltachat_rpc_client-1.159.5.dist-info → deltachat_rpc_client-1.160.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|