mirror of
https://github.com/chatmail/relay.git
synced 2026-05-13 09:24:43 +00:00
shift functions to a DictProxy class
This commit is contained in:
@@ -11,4 +11,3 @@ conn.login(f"imapcapa", "pass")
|
||||
status, res = conn.capability()
|
||||
for capa in sorted(res[0].decode().split()):
|
||||
print(capa)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user