Versions in this module Expand all Collapse all v0 v0.4.0 Jun 4, 2026 v0.3.0 Jun 3, 2026 Changes in this version + func ComposeMIME(agent *identity.AgentIdentity, req outbound.SendRequest, ...) ([]byte, error) + func DeliverInbound(ctx context.Context, store InboundWriter, agent *identity.AgentIdentity, ...) (identity.SendResult, error) + func IsSelfSend(req outbound.SendRequest, agentEmail string) bool + func ProviderID(fromDomain string) string + func StripAgentSelfAliases(addrs []string, agentEmail string) []string + type InboundWriter interface + CreateInboundMessage func(ctx context.Context, ...) (*identity.Message, error)