-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathlibpff.ini
More file actions
55 lines (45 loc) · 2.33 KB
/
Copy pathlibpff.ini
File metadata and controls
55 lines (45 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[project]
name: "libpff"
status: "alpha"
year_of_creation: "2008"
data_format: "Personal Folder File (PFF)"
documentation_url: "https://github.com/libyal/libpff/tree/main/documentation"
features: ["debug_output", "ossfuzz", "python_bindings", "tools"]
[library]
build_dependencies: ["zlib"]
description: "Library to access the Personal Folder File (OST, PAB and PST) format"
features: ["pthread", "wide_character_type"]
public_types: ["file", "name_to_id_map_entry", "item", "multi_value", "record_entry", "record_set"]
tests: ["allocation_table", "attached_file_io_handle", "attachment", "bit_stream", "block_descriptor", "block_tree", "block_tree_node", "checksum", "column_definition", "compression", "data_array", "data_array_entry", "data_block", "deflate", "descriptors_index", "encryption", "error", "file_header", "folder", "free_map", "huffman_tree", "index", "index_node", "index_value", "io_handle", "item", "item_descriptor", "item_tree", "item_values", "local_descriptor_value", "local_descriptors", "local_descriptors_node", "local_descriptors_tree", "mapi_value", "message", "multi_value", "name_to_id_map_entry", "notify", "offsets_index", "record_entry", "record_set", "reference_descriptor", "table", "table_block_index", "table_header", "table_index_value", "value_type"]
tests_with_input: ["file", "read_items", "support"]
[python_module]
tests_with_input: ["attachment", "file", "folder", "item", "message", "record_entry", "record_set", "support"]
[tools]
description: "Several tools for reading Personal Folder Files (OST, PAB and PST)"
names: ["pffexport", "pffinfo"]
tests: ["info_handle", "output", "signal"]
[export_tool]
features: ["codepage"]
source_description: "a Personal Folder File (OST, PAB and PST)"
source_type: "file"
[info_tool]
features: ["codepage"]
source_description: "a Personal Folder File (OST, PAB and PST)"
source_type: "file"
[troubleshooting]
example: "pffinfo Archive.pst"
[development]
main_object: "file"
main_object_filename: "Archive.pst"
[test_data]
path: "pst"
repository: "libyal/testdata"
files: ["outlook.pst"]
[tests]
profiles: ["libpff", "pypff", "pffinfo", "pffexport", "pffexport_recovered"]
options_per_profile: ["", "", "", "", "-mrecovered"]
export_tool_output: "files"
export_tool_profiles: ["pffexport"]
info_tool_profiles: ["pffinfo"]
example_filename1: "Archive.pst"
example_filename2: "outlook.ost"