Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chatmail/core
/ ac_message_delivered
Method
ac_message_delivered
python/tests/test_1_online.py:737–738 ·
view source on GitHub ↗
(self, message)
Source
from the content-addressed store, hash-verified
735
class
OutPlugin:
736
@account_hookimpl
737
def
ac_message_delivered(self, message):
738
delivered.put(message)
739
740
@account_hookimpl
741
def
ac_outgoing_message(self, message):
Callers
nothing calls this directly
Calls
1
put
Method · 0.80
Tested by
no test coverage detected