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

Method email_address

pattern/web/imap/__init__.py:306–308  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

304
305 @property
306 def email_address(self):
307 m = re.search(r"<(.*?)>", self.author)
308 return m and m.group(1) or ""
309
310 def __repr__(self):
311 return "Message(from=%s, subject=%s)" % (

Callers

nothing calls this directly

Calls 2

searchMethod · 0.45
groupMethod · 0.45

Tested by

no test coverage detected