MCPcopy Index your code
hub / github.com/clips/pattern / read

Method read

pattern/web/imap/__init__.py:228–229  ·  view source on GitHub ↗
(self, i, attachments=False, cached=True)

Source from the content-addressed store, hash-verified

226 return sorted([int(i)-1 for i in response[0].split()], reverse=True)
227
228 def read(self, i, attachments=False, cached=True):
229 return self.__getitem__(i, attachments, cached)
230
231 def __getitem__(self, i, attachments=False, cached=True):
232 """ Returns the mail message with the given index.

Callers

nothing calls this directly

Calls 1

__getitem__Method · 0.95

Tested by

no test coverage detected