MCPcopy Create free account
hub / github.com/chatmail/core / select_folder

Method select_folder

python/src/deltachat/direct_imap.py:62–64  ·  view source on GitHub ↗
(self, foldername: str)

Source from the content-addressed store, hash-verified

60 print("Can't create", foldername, "probably it already exists:", str(e))
61
62 def select_folder(self, foldername: str) -> tuple:
63 assert not self._idling
64 return self.conn.folder.set(foldername)
65
66 def select_config_folder(self, config_name: str):
67 """Return info about selected folder if it is

Callers 5

connectMethod · 0.95
select_config_folderMethod · 0.95
dump_imap_structuresMethod · 0.95
init_imapMethod · 0.45
test_webxdc_messageFunction · 0.45

Calls 1

setMethod · 0.45

Tested by 2

init_imapMethod · 0.36
test_webxdc_messageFunction · 0.36