mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-18 16:17:03 +00:00
feat: pull out most things as attachments
This commit is contained in:
@ -33,6 +33,10 @@ func (p *Parser) NewWalker() *Walker {
|
||||
return newWalker(p.root)
|
||||
}
|
||||
|
||||
func (p *Parser) NewVisitor(defaultRule VisitorRule) *Visitor {
|
||||
return newVisitor(p.root, defaultRule)
|
||||
}
|
||||
|
||||
func (p *Parser) NewWriter() *Writer {
|
||||
return newWriter(p.root)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user