Skip to content

hughbe/PstReader

Repository files navigation

PstReader

Swift definitions for structures, enumerations and functions defined in MS-PST

Example Usage

Add the following line to your project's SwiftPM dependencies:

.package(url: "https://github.com/hughbe/PstReader", from: "1.0.0"),
import PstReader

let data = Data(contentsOfFile: "<path-to-file>.pst")!
let file = try PstFile(data: data)
print(file.rootFolder)

Resources

About

Swift PST File Reader

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages