mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-16 23:26:44 +00:00
feat: better handling of multipart messages
This commit is contained in:
@ -63,7 +63,7 @@ func (p *Parser) parse(r io.Reader) (err error) {
|
||||
}
|
||||
|
||||
func (p *Parser) enter() {
|
||||
p.stack = append(p.stack, &Part{parent: p.top()})
|
||||
p.stack = append(p.stack, &Part{})
|
||||
}
|
||||
|
||||
func (p *Parser) exit() {
|
||||
|
||||
Reference in New Issue
Block a user