MCPcopy
hub / github.com/OfflineIMAP/offlineimap / getsep

Method getsep

offlineimap/repository/Maildir.py:80–81  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

78 self.ui.debug('maildir', msg)
79
80 def getsep(self):
81 return self.getconf('sep', '.').strip()
82
83 def getkeywordmap(self):
84 return self.keyword2char if len(self.keyword2char) > 0 else None

Callers 3

__init__Method · 0.95
makefolderMethod · 0.95
_getfolders_scandirMethod · 0.95

Calls 1

getconfMethod · 0.80

Tested by

no test coverage detected