Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 216 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 216 Bytes

docstract

golang package to extract attachments out of .msg files

import "github.com/jacthomp/DocStract"

func main(){
  file, _ := ioutil.ReadFile("x.msg")
  
  files, count, err := docstract.Extract(file)
}