MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / GetInboundByEmailMessageID

Method GetInboundByEmailMessageID

internal/agent/hitl_api.go:171–171  ·  view source on GitHub ↗
(ctx context.Context, agentID, emailMessageID string)

Source from the content-addressed store, hash-verified

169// up the full identity store.
170type hitlInboundLookup interface {
171 GetInboundByEmailMessageID(ctx context.Context, agentID, emailMessageID string) (*identity.Message, error)
172}
173
174// buildSendRequestFromMessage reconstructs a SendRequest from a stored

Callers 2

attachReferencesChainMethod · 0.65
attachReferencesChainFunction · 0.65

Implementers 2

Storeinternal/identity/store.go
fakeInboundLookupinternal/agent/attach_references_test.

Calls

no outgoing calls

Tested by

no test coverage detected