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