Skip to content

golang package to extract attachments out of .msg files

Notifications You must be signed in to change notification settings

JacThomp/docstract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
}

About

golang package to extract attachments out of .msg files

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages