Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OfflineIMAP/offlineimap
/ getexpunge
Method
getexpunge
offlineimap/repository/IMAP.py:372–373 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
370
return
max(num1, num2)
371
372
def
getexpunge(self):
373
return
self.getconfboolean(
'expunge'
, True)
374
375
def
getpassword(self):
376
""
"Return the IMAP password
for
this repository.
Callers
1
__init__
Method · 0.80
Calls
1
getconfboolean
Method · 0.80
Tested by
no test coverage detected