parse

package module
v0.0.0-...-a51937e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2024 License: GPL-3.0 Imports: 12 Imported by: 0

README

OutlookMessageParser-Go

Just a library to parse msg files from outlook.

Took the original code and fork it to be able to process my msg files (in theory coming from newest version of MS Outlook)

Documentation

Index

Constants

View Source
const PropertyStreamPrefix = "__substg1.0_"

PropertyStreamPrefix is the prefix used for a property stream in the msg binary

View Source
const PropsKey = "__properties_version1.0"
View Source
const ReplyToRegExp = "^Reply-To:\\s*(?:<?(?<nameOrAddress>.*?)>?)?\\s*(?:<(?<address>.*?)>)?$"

ReplyToRegExp is a regex to extract the reply to header

Variables

This section is empty.

Functions

func AnalyzeMsgFile

func AnalyzeMsgFile(file string) (res *models.Message, err error)

AnalyzeMsgFile analyzes the msg file and sets the properties

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL