Documentation
¶
Overview ¶
Package processors provides data processing for Gmail Takeout.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct{}
Processor handles the Gmail MBOX processing pipeline.
func NewGmailProcessor ¶
func NewGmailProcessor() *Processor
NewGmailProcessor creates a new Gmail processor.
func (*Processor) ConfigSchema ¶
func (p *Processor) ConfigSchema() []core.ConfigOption
ConfigSchema returns the configuration options for this processor.
func (*Processor) Description ¶
func (*Processor) Process ¶
func (p *Processor) Process(ctx context.Context, cfg core.ProcessorConfig, events chan<- core.ProgressEvent) (*core.ProcessResult, error)
Process runs the Gmail MBOX processing pipeline. Phases: 1) Scan MBOX files, 2) Parse messages, 3) Extract .eml files, 4) Extract metadata, 5) Extract attachments (optional), 6) Generate summary
Click to show internal directories.
Click to hide internal directories.