8000 GitHub - hughbe/PstReader: Swift PST File Reader
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Stars

Watchers

Forks

Packages

No packages published

Languages

0