MCPcopy
hub / github.com/dreadl0ck/netcap / MailFileExtractor

Struct MailFileExtractor

decoder/stream/mail/mail_file_extractor.go:30–30  ·  view source on GitHub ↗

MailFileExtractor implements file extraction for email attachments

Source from the content-addressed store, hash-verified

28
29// MailFileExtractor implements file extraction for email attachments
30type MailFileExtractor struct{}
31
32// GetFileHandle generates a unique identifier for an email attachment
33func (m *MailFileExtractor) GetFileHandle(conv *core.ConversationInfo, isOrigin bool, depth int) string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected