Versions in this module Expand all Collapse all v0 v0.1.0 Jul 3, 2022 Changes in this version + const MIMEType + var ErrNotMbox = errors.New("not an mbox") + func IsFromLine(line []byte) bool + func ReadFile(file string, onMessage MessageListener) error + type MessageListener func(fromLine string, raw []byte, msg *mail.Message)