MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / parseMessage

Method parseMessage

src/bitmessageqt/account.py:194–195  ·  view source on GitHub ↗
(self, toAddress, fromAddress, subject, message)

Source from the content-addressed store, hash-verified

192 queues.workerQueue.put(('sendmessage', self.toAddress))
193
194 def parseMessage(self, toAddress, fromAddress, subject, message):
195 super(GatewayAccount, self).parseMessage(toAddress, fromAddress, subject, message)
196
197class MailchuckAccount(GatewayAccount):
198 # set "gateway" in keys.dat to this

Callers

nothing calls this directly

Calls 1

parseMessageMethod · 0.45

Tested by

no test coverage detected