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