MCPcopy
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

getconfbooleanMethod · 0.80

Tested by

no test coverage detected