comparison contrib/FILE-FORMAT.html @ 390:5c0ce43c7532

Fix a number of spelling mistakes Changes-by: codespell -w Suggested-by: codespell, spellintian, lintian I: libpst4: spelling-error-in-binary usr/lib/x86_64-linux-gnu/libpst.so.4.1.14 occured occurred I: libpst-dev: spelling-error-in-manpage usr/share/man/man5/outlook.pst.5.gz Attachement Attachment
author Paul Wise <pabs3@bonedaddy.net>
date Sat, 21 Dec 2019 21:25:45 +0800
parents c508ee15dfca
children
comparison
equal deleted inserted replaced
389:3f83feface7a 390:5c0ce43c7532
17 17
18 <h2 id="header_filesize">Size of current PST file</h2> 18 <h2 id="header_filesize">Size of current PST file</h2>
19 <p>This is the size of the file. If I understand correctly, then Outlook would appear to have a 2GB, or 4GB file limit. Actually, I am not sure that the whole file format could take more than 1GB.</p> 19 <p>This is the size of the file. If I understand correctly, then Outlook would appear to have a 2GB, or 4GB file limit. Actually, I am not sure that the whole file format could take more than 1GB.</p>
20 20
21 <h2 id="header_index_control">Pointer to Index of Controlling Items</h2> 21 <h2 id="header_index_control">Pointer to Index of Controlling Items</h2>
22 <p>This is what is reffered to as the second index, or Descriptive index. These records contain pointers to the <a href="#glossary_item">item</a> description and a table of extra ids. These records also contain the id2# of its parent.</p> 22 <p>This is what is referred to as the second index, or Descriptive index. These records contain pointers to the <a href="#glossary_item">item</a> description and a table of extra ids. These records also contain the id2# of its parent.</p>
23 <h3>Table pointing to further tables</h3> 23 <h3>Table pointing to further tables</h3>
24 <pre> 24 <pre>
25 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 25 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
26 <a href="#glossary_id2" title="Starting ID2 value in following table">xx xx xx xx</a> 00 00 00 00 <a href="#glossary_offset" title="File Offset">xx xx xx xx</a> 26 <a href="#glossary_id2" title="Starting ID2 value in following table">xx xx xx xx</a> 00 00 00 00 <a href="#glossary_offset" title="File Offset">xx xx xx xx</a>
27 </pre> 27 </pre>
30 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 30 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
31 <a href="#glossary_id2" title="ID2 Value of record">xx xx xx xx</a> <a href="#glossary_desc" title="ID of Description Record">xx xx xx xx</a> <a href="#assoclist" title="ID of Association Table">xx xx xx xx</a> <a href="#glossary_id2" title="ID2 Parent Record">xx xx xx xx</a> 31 <a href="#glossary_id2" title="ID2 Value of record">xx xx xx xx</a> <a href="#glossary_desc" title="ID of Description Record">xx xx xx xx</a> <a href="#assoclist" title="ID of Association Table">xx xx xx xx</a> <a href="#glossary_id2" title="ID2 Parent Record">xx xx xx xx</a>
32 </pre> 32 </pre>
33 33
34 <h2 id="header_index_items">Pointer to index of ID Offsets</h2> 34 <h2 id="header_index_items">Pointer to index of ID Offsets</h2>
35 <p>This is what is reffered to as an ID. These just basically point to offsets in the file. The do not describe what they point to. Each ID2 record that needs data not stored in it, will have an ID value that is a pointer to some data.</p> 35 <p>This is what is referred to as an ID. These just basically point to offsets in the file. The do not describe what they point to. Each ID2 record that needs data not stored in it, will have an ID value that is a pointer to some data.</p>
36 <h3>Table pointing to further tables</h3> 36 <h3>Table pointing to further tables</h3>
37 <pre> 37 <pre>
38 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 38 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
39 <a href="#glossary_id" title="Starting ID value in following table">xx xx xx xx</a> 00 00 00 00 <a href="#glossary_offset" title="File Offset">xx xx xx xx</a> 39 <a href="#glossary_id" title="Starting ID value in following table">xx xx xx xx</a> 00 00 00 00 <a href="#glossary_offset" title="File Offset">xx xx xx xx</a>
40 </pre> 40 </pre>