Mercurial > libpst
annotate xml/libpst.in @ 355:d1f930be4711
From Jeffrey Morlan:
pst_build_id_ptr and pst_build_desc_ptr require that the first child
of a BTree page have the same starting ID as itself. This is not
required by the spec, and is not true in many real-world PSTs
(presumably, the original first child of the page got
deleted). Because of this, many emails are not being extracted from
these PSTs. It also triggers an infinite loop in lspst (a separate
bug, also fixed)
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 06 Jul 2016 10:12:22 -0700 |
parents | c006b76da81d |
children | a2da2bbe393a |
rev | line source |
---|---|
16 | 1 <reference> |
2 <title>@PACKAGE@ Utilities - Version @VERSION@</title> | |
3 <partintro> | |
4 <title>Packages</title> | |
31 | 5 |
57
de3753c3160a
add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents:
55
diff
changeset
|
6 <para>The various source and binary packages are available at <ulink |
de3753c3160a
add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents:
55
diff
changeset
|
7 url="http://www.five-ten-sg.com/@PACKAGE@/packages/">http://www.five-ten-sg.com/@PACKAGE@/packages/</ulink>. |
de3753c3160a
add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents:
55
diff
changeset
|
8 The most recent documentation is available at <ulink |
de3753c3160a
add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents:
55
diff
changeset
|
9 url="http://www.five-ten-sg.com/@PACKAGE@/">http://www.five-ten-sg.com/@PACKAGE@/</ulink>. |
191
4b498fd68464
add pst_attach_to_mem() back into the shared library interface.
Carl Byington <carl@five-ten-sg.com>
parents:
182
diff
changeset
|
10 The most recent developer documentation for the shared library is available at <ulink |
192 | 11 url="http://www.five-ten-sg.com/@PACKAGE@/devel/">http://www.five-ten-sg.com/@PACKAGE@/devel/</ulink>. |
57
de3753c3160a
add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents:
55
diff
changeset
|
12 </para> |
31 | 13 |
57
de3753c3160a
add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents:
55
diff
changeset
|
14 <para>A <ulink |
de3753c3160a
add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents:
55
diff
changeset
|
15 url="http://www.selenic.com/mercurial/wiki/">Mercurial</ulink> source |
de3753c3160a
add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents:
55
diff
changeset
|
16 code repository for this project is available at <ulink |
de3753c3160a
add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents:
55
diff
changeset
|
17 url="http://hg.five-ten-sg.com/@PACKAGE@/">http://hg.five-ten-sg.com/@PACKAGE@/</ulink>. |
de3753c3160a
add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents:
55
diff
changeset
|
18 </para> |
54
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
19 |
57
de3753c3160a
add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents:
55
diff
changeset
|
20 <para>This version can now convert both 32 bit Outlook files (pre 2003), and the |
64
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
63
diff
changeset
|
21 64 bit Outlook 2003 pst files. Utilities are supplied to convert email messages |
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
63
diff
changeset
|
22 to both mbox and MH mailbox formats, and to DII load file format for use with |
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
63
diff
changeset
|
23 many of the <ulink url="http://www.ctsummation.com">CT Summation</ulink> products. |
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
63
diff
changeset
|
24 Contacts can be converted to a simple list, to vcard format, or to ldif format |
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
63
diff
changeset
|
25 for import to an LDAP server. |
57
de3753c3160a
add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents:
55
diff
changeset
|
26 </para> |
51 | 27 |
122
bdb38b434c0a
more changes from Fridrich Strba to avoid installing our config.h
Carl Byington <carl@five-ten-sg.com>
parents:
118
diff
changeset
|
28 <para>The <ulink |
340
0f3185217313
Daniel Gryniewicz found buffer overrun in LIST_COPY_TIME
Carl Byington <carl@five-ten-sg.com>
parents:
328
diff
changeset
|
29 url="http://code.google.com/p/libpff/">libpff</ulink> project |
122
bdb38b434c0a
more changes from Fridrich Strba to avoid installing our config.h
Carl Byington <carl@five-ten-sg.com>
parents:
118
diff
changeset
|
30 has some excellent documentation of the pst file format. |
bdb38b434c0a
more changes from Fridrich Strba to avoid installing our config.h
Carl Byington <carl@five-ten-sg.com>
parents:
118
diff
changeset
|
31 </para> |
bdb38b434c0a
more changes from Fridrich Strba to avoid installing our config.h
Carl Byington <carl@five-ten-sg.com>
parents:
118
diff
changeset
|
32 |
24 | 33 </partintro> |
16 | 34 |
35 | |
36 <refentry id="readpst.1"> | |
37 <refentryinfo> | |
348
c006b76da81d
document new -8 switch
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
38 <date>2015-03-09</date> |
16 | 39 </refentryinfo> |
40 | |
41 <refmeta> | |
42 <refentrytitle>readpst</refentrytitle> | |
43 <manvolnum>1</manvolnum> | |
44 <refmiscinfo>readpst @VERSION@</refmiscinfo> | |
45 </refmeta> | |
46 | |
20 | 47 <refnamediv id='readpst.name.1'> |
16 | 48 <refname>readpst</refname> |
51 | 49 <refpurpose>convert PST (MS Outlook Personal Folders) files to mbox and other formats</refpurpose> |
16 | 50 </refnamediv> |
51 | |
20 | 52 <refsynopsisdiv id='readpst.synopsis.1'> |
16 | 53 <title>Synopsis</title> |
54 <cmdsynopsis> | |
55 <command>readpst</command> | |
304
5338d93889aa
preserve bcc headers, document -C switch to set default character set, space after colon is not required in header fields
Carl Byington <carl@five-ten-sg.com>
parents:
290
diff
changeset
|
56 <arg><option>-C <replaceable class="parameter">default-charset</replaceable></option></arg> |
100
1e4a7610d525
fixes from Justin Greer to add -D option to include deleted items, to add missing email headers, to fix bug in my_stristr()
Carl Byington <carl@five-ten-sg.com>
parents:
99
diff
changeset
|
57 <arg><option>-D</option></arg> |
63
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
58 <arg><option>-M</option></arg> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
59 <arg><option>-S</option></arg> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
60 <arg><option>-V</option></arg> |
328 | 61 <arg><option>-a <replaceable class="parameter">attachment-extension-list</replaceable></option></arg> |
31 | 62 <arg><option>-b</option></arg> |
16 | 63 <arg><option>-c <replaceable class="parameter">format</replaceable></option></arg> |
64 <arg><option>-d <replaceable class="parameter">debug-file</replaceable></option></arg> | |
239
aa50c23a6935
patch from Lee Ayres to add file name extensions in separate mode; allow mixed items types in a folder in separate mode
Carl Byington <carl@five-ten-sg.com>
parents:
238
diff
changeset
|
65 <arg><option>-e</option></arg> |
16 | 66 <arg><option>-h</option></arg> |
204
268458c79e9b
more cleanup of the shared library interface, but still not fully thread safe
Carl Byington <carl@five-ten-sg.com>
parents:
202
diff
changeset
|
67 <arg><option>-j <replaceable class="parameter">jobs</replaceable></option></arg> |
16 | 68 <arg><option>-k</option></arg> |
317 | 69 <arg><option>-m</option></arg> |
16 | 70 <arg><option>-o <replaceable class="parameter">output-directory</replaceable></option></arg> |
71 <arg><option>-q</option></arg> | |
72 <arg><option>-r</option></arg> | |
230
42b38d65f7e4
patches from Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
214
diff
changeset
|
73 <arg><option>-t <replaceable class="parameter">output-type-codes</replaceable></option></arg> |
231
fe64279df92b
patches from Chris White, Roberto Polli, Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
230
diff
changeset
|
74 <arg><option>-u</option></arg> |
16 | 75 <arg><option>-w</option></arg> |
348
c006b76da81d
document new -8 switch
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
76 <arg><option>-8</option></arg> |
43 | 77 <arg choice='plain'>pstfile</arg> |
16 | 78 </cmdsynopsis> |
79 </refsynopsisdiv> | |
80 | |
20 | 81 <refsect1 id='readpst.description.1'> |
82 <title>Description</title> | |
28 | 83 <para><command>readpst</command> is a program that can read an Outlook |
84 PST (Personal Folders) file and convert it into an mbox file, a format | |
85 suitable for KMail, a recursive mbox structure, or separate emails. | |
20 | 86 </para> |
87 </refsect1> | |
88 | |
89 <refsect1 id='readpst.options.1'> | |
16 | 90 <title>Options</title> |
91 <variablelist> | |
92 <varlistentry> | |
304
5338d93889aa
preserve bcc headers, document -C switch to set default character set, space after colon is not required in header fields
Carl Byington <carl@five-ten-sg.com>
parents:
290
diff
changeset
|
93 <term>-C <replaceable class="parameter">default-charset</replaceable></term> |
5338d93889aa
preserve bcc headers, document -C switch to set default character set, space after colon is not required in header fields
Carl Byington <carl@five-ten-sg.com>
parents:
290
diff
changeset
|
94 <listitem><para> |
5338d93889aa
preserve bcc headers, document -C switch to set default character set, space after colon is not required in header fields
Carl Byington <carl@five-ten-sg.com>
parents:
290
diff
changeset
|
95 Set the character set to be used for items with an unspecified character set. |
5338d93889aa
preserve bcc headers, document -C switch to set default character set, space after colon is not required in header fields
Carl Byington <carl@five-ten-sg.com>
parents:
290
diff
changeset
|
96 </para></listitem> |
5338d93889aa
preserve bcc headers, document -C switch to set default character set, space after colon is not required in header fields
Carl Byington <carl@five-ten-sg.com>
parents:
290
diff
changeset
|
97 </varlistentry> |
5338d93889aa
preserve bcc headers, document -C switch to set default character set, space after colon is not required in header fields
Carl Byington <carl@five-ten-sg.com>
parents:
290
diff
changeset
|
98 <varlistentry> |
100
1e4a7610d525
fixes from Justin Greer to add -D option to include deleted items, to add missing email headers, to fix bug in my_stristr()
Carl Byington <carl@five-ten-sg.com>
parents:
99
diff
changeset
|
99 <term>-D</term> |
1e4a7610d525
fixes from Justin Greer to add -D option to include deleted items, to add missing email headers, to fix bug in my_stristr()
Carl Byington <carl@five-ten-sg.com>
parents:
99
diff
changeset
|
100 <listitem><para> |
1e4a7610d525
fixes from Justin Greer to add -D option to include deleted items, to add missing email headers, to fix bug in my_stristr()
Carl Byington <carl@five-ten-sg.com>
parents:
99
diff
changeset
|
101 Include deleted items in the output. |
1e4a7610d525
fixes from Justin Greer to add -D option to include deleted items, to add missing email headers, to fix bug in my_stristr()
Carl Byington <carl@five-ten-sg.com>
parents:
99
diff
changeset
|
102 </para></listitem> |
1e4a7610d525
fixes from Justin Greer to add -D option to include deleted items, to add missing email headers, to fix bug in my_stristr()
Carl Byington <carl@five-ten-sg.com>
parents:
99
diff
changeset
|
103 </varlistentry> |
1e4a7610d525
fixes from Justin Greer to add -D option to include deleted items, to add missing email headers, to fix bug in my_stristr()
Carl Byington <carl@five-ten-sg.com>
parents:
99
diff
changeset
|
104 <varlistentry> |
63
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
105 <term>-M</term> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
106 <listitem><para> |
239
aa50c23a6935
patch from Lee Ayres to add file name extensions in separate mode; allow mixed items types in a folder in separate mode
Carl Byington <carl@five-ten-sg.com>
parents:
238
diff
changeset
|
107 Output messages in MH (rfc822) format as separate files. This will create |
63
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
108 folders as named in the PST file, and will put each email together with |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
109 any attachments into its own file. These files will be numbered from 1 |
254
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
110 to n with no leading zeros. This format has no from quoting. |
63
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
111 </para></listitem> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
112 </varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
113 <varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
114 <term>-S</term> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
115 <listitem><para> |
239
aa50c23a6935
patch from Lee Ayres to add file name extensions in separate mode; allow mixed items types in a folder in separate mode
Carl Byington <carl@five-ten-sg.com>
parents:
238
diff
changeset
|
116 Output messages into separate files. This will create folders as |
aa50c23a6935
patch from Lee Ayres to add file name extensions in separate mode; allow mixed items types in a folder in separate mode
Carl Byington <carl@five-ten-sg.com>
parents:
238
diff
changeset
|
117 named in the PST file, and will put each email in its own file. These |
254
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
118 files will be numbered from 1 to n with no leading zeros. Attachments |
239
aa50c23a6935
patch from Lee Ayres to add file name extensions in separate mode; allow mixed items types in a folder in separate mode
Carl Byington <carl@five-ten-sg.com>
parents:
238
diff
changeset
|
119 will also be saved in the same folder as the email message. The |
aa50c23a6935
patch from Lee Ayres to add file name extensions in separate mode; allow mixed items types in a folder in separate mode
Carl Byington <carl@five-ten-sg.com>
parents:
238
diff
changeset
|
120 attachments for message $m are saved as $m-$name where $name is (the |
aa50c23a6935
patch from Lee Ayres to add file name extensions in separate mode; allow mixed items types in a folder in separate mode
Carl Byington <carl@five-ten-sg.com>
parents:
238
diff
changeset
|
121 original name of the attachment, or 'attach$n' if the attachment had |
aa50c23a6935
patch from Lee Ayres to add file name extensions in separate mode; allow mixed items types in a folder in separate mode
Carl Byington <carl@five-ten-sg.com>
parents:
238
diff
changeset
|
122 no name), where $n is another sequential index with no leading zeros. |
254
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
123 This format has no from quoting. |
63
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
124 </para></listitem> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
125 </varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
126 <varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
127 <term>-V</term> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
128 <listitem><para> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
129 Show program version and exit. |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
130 </para></listitem> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
131 </varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
132 <varlistentry> |
328 | 133 <term>-a <replaceable class="parameter">attachment-extension-list</replaceable></term> |
134 <listitem><para> | |
135 Set the list of acceptable attachment extensions. Any attachment that | |
136 does not have an extension on this list will be discarded. All attachments | |
137 are acceptable if the list is empty, or this option is not specified. | |
138 </para></listitem> | |
139 </varlistentry> | |
140 <varlistentry> | |
31 | 141 <term>-b</term> |
142 <listitem><para> | |
143 Do not save the attachments for the RTF format of the email body. | |
144 </para></listitem> | |
145 </varlistentry> | |
146 <varlistentry> | |
16 | 147 <term>-c <replaceable class="parameter">format</replaceable></term> |
148 <listitem><para> | |
149 Set the Contact output mode. Use -cv for vcard format or -cl for an email list. | |
150 </para></listitem> | |
151 </varlistentry> | |
152 <varlistentry> | |
153 <term>-d <replaceable class="parameter">debug-file</replaceable></term> | |
154 <listitem><para> | |
202
2f38c4ce606f
remove readpstlog, switch to plain ascii debug log files
Carl Byington <carl@five-ten-sg.com>
parents:
201
diff
changeset
|
155 Specify name of debug log file. The log file is now an ascii file, |
2f38c4ce606f
remove readpstlog, switch to plain ascii debug log files
Carl Byington <carl@five-ten-sg.com>
parents:
201
diff
changeset
|
156 instead of the binary file used in previous versions. |
16 | 157 </para></listitem> |
158 </varlistentry> | |
159 <varlistentry> | |
239
aa50c23a6935
patch from Lee Ayres to add file name extensions in separate mode; allow mixed items types in a folder in separate mode
Carl Byington <carl@five-ten-sg.com>
parents:
238
diff
changeset
|
160 <term>-e</term> |
aa50c23a6935
patch from Lee Ayres to add file name extensions in separate mode; allow mixed items types in a folder in separate mode
Carl Byington <carl@five-ten-sg.com>
parents:
238
diff
changeset
|
161 <listitem><para> |
aa50c23a6935
patch from Lee Ayres to add file name extensions in separate mode; allow mixed items types in a folder in separate mode
Carl Byington <carl@five-ten-sg.com>
parents:
238
diff
changeset
|
162 Same as the M option, but each output file will include an extension |
254
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
163 from (.eml, .ics, .vcf). This format has no from quoting. |
239
aa50c23a6935
patch from Lee Ayres to add file name extensions in separate mode; allow mixed items types in a folder in separate mode
Carl Byington <carl@five-ten-sg.com>
parents:
238
diff
changeset
|
164 </para></listitem> |
aa50c23a6935
patch from Lee Ayres to add file name extensions in separate mode; allow mixed items types in a folder in separate mode
Carl Byington <carl@five-ten-sg.com>
parents:
238
diff
changeset
|
165 </varlistentry> |
aa50c23a6935
patch from Lee Ayres to add file name extensions in separate mode; allow mixed items types in a folder in separate mode
Carl Byington <carl@five-ten-sg.com>
parents:
238
diff
changeset
|
166 <varlistentry> |
16 | 167 <term>-h</term> |
168 <listitem><para> | |
31 | 169 Show summary of options and exit. |
16 | 170 </para></listitem> |
171 </varlistentry> | |
172 <varlistentry> | |
201
3850a3b11745
fixes for parallel readpst
Carl Byington <carl@five-ten-sg.com>
parents:
197
diff
changeset
|
173 <term>-j <replaceable class="parameter">jobs</replaceable></term> |
3850a3b11745
fixes for parallel readpst
Carl Byington <carl@five-ten-sg.com>
parents:
197
diff
changeset
|
174 <listitem><para> |
3850a3b11745
fixes for parallel readpst
Carl Byington <carl@five-ten-sg.com>
parents:
197
diff
changeset
|
175 Specifies the maximum number of parallel jobs. Specify 0 to suppress |
290
fec37c150982
possible fix for corrupted output forking for separate messages
Carl Byington <carl@five-ten-sg.com>
parents:
254
diff
changeset
|
176 running parallel jobs. Folders may be processed in parallel. Output |
fec37c150982
possible fix for corrupted output forking for separate messages
Carl Byington <carl@five-ten-sg.com>
parents:
254
diff
changeset
|
177 formats that place each mail message in a separate file (-M, -S, -e) |
fec37c150982
possible fix for corrupted output forking for separate messages
Carl Byington <carl@five-ten-sg.com>
parents:
254
diff
changeset
|
178 may process the contents of individual folders in parallel. |
201
3850a3b11745
fixes for parallel readpst
Carl Byington <carl@five-ten-sg.com>
parents:
197
diff
changeset
|
179 </para></listitem> |
3850a3b11745
fixes for parallel readpst
Carl Byington <carl@five-ten-sg.com>
parents:
197
diff
changeset
|
180 </varlistentry> |
3850a3b11745
fixes for parallel readpst
Carl Byington <carl@five-ten-sg.com>
parents:
197
diff
changeset
|
181 <varlistentry> |
16 | 182 <term>-k</term> |
183 <listitem><para> | |
254
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
184 Changes the output format to KMail. This format uses mboxrd from quoting. |
16 | 185 </para></listitem> |
186 </varlistentry> | |
187 <varlistentry> | |
308
97c53c6868ab
add -m option to readpst to create Outlook .msg files
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
188 <term>-m</term> |
97c53c6868ab
add -m option to readpst to create Outlook .msg files
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
189 <listitem><para> |
97c53c6868ab
add -m option to readpst to create Outlook .msg files
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
190 Same as the e option, but write .msg files also |
97c53c6868ab
add -m option to readpst to create Outlook .msg files
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
191 </para></listitem> |
97c53c6868ab
add -m option to readpst to create Outlook .msg files
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
192 </varlistentry> |
97c53c6868ab
add -m option to readpst to create Outlook .msg files
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
193 <varlistentry> |
20 | 194 <term>-o <replaceable class="parameter">output-directory</replaceable></term> |
16 | 195 <listitem><para> |
196 Specifies the output directory. The directory must already exist, and | |
197 is entered after the PST file is opened, but before any processing of | |
198 files commences. | |
199 </para></listitem> | |
200 </varlistentry> | |
201 <varlistentry> | |
202 <term>-q</term> | |
203 <listitem><para> | |
204 Changes to silent mode. No feedback is printed to the screen, except | |
205 for error messages. | |
206 </para></listitem> | |
207 </varlistentry> | |
208 <varlistentry> | |
209 <term>-r</term> | |
210 <listitem><para> | |
211 Changes the output format to Recursive. This will create folders as | |
21 | 212 named in the PST file, and will put all emails in a file called "mbox" |
16 | 213 inside each folder. These files are then compatible with all |
254
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
214 mbox-compatible email clients. This format uses mboxrd from quoting. |
16 | 215 </para></listitem> |
216 </varlistentry> | |
217 <varlistentry> | |
230
42b38d65f7e4
patches from Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
214
diff
changeset
|
218 <term>-t <replaceable class="parameter">output-type-codes</replaceable></term> |
42b38d65f7e4
patches from Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
214
diff
changeset
|
219 <listitem><para> |
42b38d65f7e4
patches from Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
214
diff
changeset
|
220 Specifies the item types that are processed. The argument is a sequence |
42b38d65f7e4
patches from Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
214
diff
changeset
|
221 of single letters from (e,a,j,c) for (email, appointment, journal, contact) |
42b38d65f7e4
patches from Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
214
diff
changeset
|
222 types. The default is to process all item types. |
42b38d65f7e4
patches from Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
214
diff
changeset
|
223 </para></listitem> |
42b38d65f7e4
patches from Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
214
diff
changeset
|
224 </varlistentry> |
42b38d65f7e4
patches from Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
214
diff
changeset
|
225 <varlistentry> |
231
fe64279df92b
patches from Chris White, Roberto Polli, Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
230
diff
changeset
|
226 <term>-u</term> |
fe64279df92b
patches from Chris White, Roberto Polli, Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
230
diff
changeset
|
227 <listitem><para> |
fe64279df92b
patches from Chris White, Roberto Polli, Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
230
diff
changeset
|
228 Sets Thunderbird mode, a submode of recursive mode. This causes |
254
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
229 two extra .type and .size meta files to be created. This format uses |
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
230 mboxrd from quoting. |
231
fe64279df92b
patches from Chris White, Roberto Polli, Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
230
diff
changeset
|
231 </para></listitem> |
fe64279df92b
patches from Chris White, Roberto Polli, Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
230
diff
changeset
|
232 </varlistentry> |
fe64279df92b
patches from Chris White, Roberto Polli, Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
230
diff
changeset
|
233 <varlistentry> |
16 | 234 <term>-w</term> |
235 <listitem><para> | |
20 | 236 Overwrite any previous output files. Beware: When used with the -S |
16 | 237 switch, this will remove all files from the target folder before |
238 writing. This is to keep the count of emails and attachments correct. | |
239 </para></listitem> | |
240 </varlistentry> | |
348
c006b76da81d
document new -8 switch
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
241 <varlistentry> |
c006b76da81d
document new -8 switch
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
242 <term>-8</term> |
c006b76da81d
document new -8 switch
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
243 <listitem><para> |
c006b76da81d
document new -8 switch
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
244 Output bodies in UTF-8, rather than original encoding, if a UTF-8 |
c006b76da81d
document new -8 switch
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
245 version is available. |
c006b76da81d
document new -8 switch
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
246 </para></listitem> |
c006b76da81d
document new -8 switch
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
247 </varlistentry> |
16 | 248 </variablelist> |
249 </refsect1> | |
250 | |
254
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
251 <refsect1 id='readpst.quoting.1'> |
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
252 <title>From Quoting</title> |
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
253 <para> |
319
6fc49b69b1dc
remove unnecessary dependencies
Carl Byington <carl@five-ten-sg.com>
parents:
317
diff
changeset
|
254 Output formats that place each mail message in a separate file (-M, -S, -e, -m) |
254
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
255 don't do any from quoting. |
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
256 Output formats that place multiple email messages in a single file (-k, -r, -u) |
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
257 now use mboxrd from quoting rules. |
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
258 If none of those switches are specified, the default output format uses mboxrd |
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
259 from quoting rules, since it produces multiple email messages in a single file. |
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
260 Earlier versions used mboxo from quoting rules for all output formats. |
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
261 </para> |
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
262 </refsect1> |
fb66d428347d
switch to mboxrd quoting
Carl Byington <carl@five-ten-sg.com>
parents:
239
diff
changeset
|
263 |
20 | 264 <refsect1 id='readpst.author.1'> |
16 | 265 <title>Author</title> |
266 <para> | |
267 This manual page was originally written by Dave Smith | |
268 <dave.s@earthcorp.com>, and updated by Joe Nahmias <joe@nahmias.net> | |
269 for the Debian GNU/Linux system (but may be used by others). It was | |
20 | 270 subsequently updated by Brad Hards <bradh@frogmouth.net>, and converted to |
16 | 271 xml format by Carl Byington <carl@five-ten-sg.com>. |
272 </para> | |
273 </refsect1> | |
274 | |
20 | 275 <refsect1 id='readpst.copyright.1'> |
16 | 276 <title>Copyright</title> |
277 <para> | |
278 Copyright (C) 2002 by David Smith <dave.s@earthcorp.com>. | |
99
b7f456946c5b
add configure option --enable-dii=no to remove dependency on libgd.
Carl Byington <carl@five-ten-sg.com>
parents:
79
diff
changeset
|
279 XML version Copyright (C) 2008 by 510 Software Group <carl@five-ten-sg.com>. |
16 | 280 </para> |
281 <para> | |
282 This program is free software; you can redistribute it and/or modify it | |
283 under the terms of the GNU General Public License as published by the | |
284 Free Software Foundation; either version 2, or (at your option) any | |
285 later version. | |
286 </para> | |
287 <para> | |
288 You should have received a copy of the GNU General Public License along | |
289 with this program; see the file COPYING. If not, please write to the | |
290 Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | |
291 </para> | |
292 </refsect1> | |
293 | |
20 | 294 <refsect1 id='readpst.version.1'> |
52 | 295 <title>Version</title> |
16 | 296 <para> |
52 | 297 @VERSION@ |
16 | 298 </para> |
299 </refsect1> | |
300 </refentry> | |
301 | |
302 | |
43 | 303 <refentry id="lspst.1"> |
304 <refentryinfo> | |
348
c006b76da81d
document new -8 switch
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
305 <date>2015-03-09</date> |
43 | 306 </refentryinfo> |
307 | |
308 <refmeta> | |
309 <refentrytitle>lspst</refentrytitle> | |
310 <manvolnum>1</manvolnum> | |
311 <refmiscinfo>lspst @VERSION@</refmiscinfo> | |
312 </refmeta> | |
313 | |
314 <refnamediv id='lspst.name.1'> | |
315 <refname>lspst</refname> | |
316 <refpurpose>list PST (MS Outlook Personal Folders) file data</refpurpose> | |
317 </refnamediv> | |
318 | |
319 <refsynopsisdiv id='lspst.synopsis.1'> | |
320 <title>Synopsis</title> | |
321 <cmdsynopsis> | |
322 <command>lspst</command> | |
63
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
323 <arg><option>-V</option></arg> |
50 | 324 <arg><option>-d <replaceable class="parameter">debug-file</replaceable></option></arg> |
325 <arg><option>-h</option></arg> | |
43 | 326 <arg choice='plain'>pstfile</arg> |
327 </cmdsynopsis> | |
328 </refsynopsisdiv> | |
329 | |
50 | 330 <refsect1 id='lspst.options.1'> |
331 <title>Options</title> | |
332 <variablelist> | |
333 <varlistentry> | |
63
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
334 <term>-V</term> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
335 <listitem><para> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
336 Show program version and exit. |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
337 </para></listitem> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
338 </varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
339 <varlistentry> |
50 | 340 <term>-d <replaceable class="parameter">debug-file</replaceable></term> |
341 <listitem><para> | |
202
2f38c4ce606f
remove readpstlog, switch to plain ascii debug log files
Carl Byington <carl@five-ten-sg.com>
parents:
201
diff
changeset
|
342 Specify name of debug log file. The log file is now an ascii file, |
2f38c4ce606f
remove readpstlog, switch to plain ascii debug log files
Carl Byington <carl@five-ten-sg.com>
parents:
201
diff
changeset
|
343 instead of the binary file used in previous versions. |
50 | 344 </para></listitem> |
345 </varlistentry> | |
346 <varlistentry> | |
347 <term>-h</term> | |
348 <listitem><para> | |
349 Show summary of options and exit. | |
350 </para></listitem> | |
351 </varlistentry> | |
352 </variablelist> | |
353 </refsect1> | |
354 | |
43 | 355 <refsect1 id='lspst.description.1'> |
356 <title>Description</title> | |
357 <para><command>lspst</command> is a program that can read an Outlook | |
358 PST (Personal Folders) file and produce a simple listing of the | |
57
de3753c3160a
add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents:
55
diff
changeset
|
359 data (contacts, email subjects, etc). |
43 | 360 </para> |
361 </refsect1> | |
362 | |
363 <refsect1 id='lspst.author.1'> | |
364 <title>Author</title> | |
365 <para> | |
366 lspst was written by Joe Nahmias <joe@nahmias.net> based on readpst. | |
367 This man page was written by 510 Software Group <carl@five-ten-sg.com>. | |
368 </para> | |
369 </refsect1> | |
370 | |
371 <refsect1 id='lspst.copyright.1'> | |
372 <title>Copyright</title> | |
373 <para> | |
374 Copyright (C) 2004 by Joe Nahmias <joe@nahmias.net>. | |
375 </para> | |
376 <para> | |
377 This program is free software; you can redistribute it and/or modify it | |
378 under the terms of the GNU General Public License as published by the | |
379 Free Software Foundation; either version 2, or (at your option) any | |
380 later version. | |
381 </para> | |
382 <para> | |
383 You should have received a copy of the GNU General Public License along | |
384 with this program; see the file COPYING. If not, please write to the | |
385 Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | |
386 </para> | |
387 </refsect1> | |
388 | |
389 <refsect1 id='lspst.version.1'> | |
52 | 390 <title>Version</title> |
43 | 391 <para> |
52 | 392 @VERSION@ |
43 | 393 </para> |
394 </refsect1> | |
395 </refentry> | |
396 | |
397 | |
24 | 398 <refentry id="pst2ldif.1"> |
399 <refentryinfo> | |
348
c006b76da81d
document new -8 switch
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
400 <date>2015-03-09</date> |
24 | 401 </refentryinfo> |
402 | |
403 <refmeta> | |
404 <refentrytitle>pst2ldif</refentrytitle> | |
405 <manvolnum>1</manvolnum> | |
406 <refmiscinfo>pst2ldif @VERSION@</refmiscinfo> | |
407 </refmeta> | |
408 | |
409 <refnamediv id='pst2ldif.name.1'> | |
410 <refname>pst2ldif</refname> | |
411 <refpurpose>extract contacts from a MS Outlook .pst file in .ldif format</refpurpose> | |
412 </refnamediv> | |
413 | |
414 <refsynopsisdiv id='pst2ldif.synopsis.1'> | |
415 <title>Synopsis</title> | |
416 <cmdsynopsis> | |
417 <command>pst2ldif</command> | |
418 <arg><option>-V</option></arg> | |
419 <arg><option>-b <replaceable class="parameter">ldap-base</replaceable></option></arg> | |
420 <arg><option>-c <replaceable class="parameter">class</replaceable></option></arg> | |
33
12cac756bc05
enable -d option, but if not specified, don't generate a debug file
carl
parents:
32
diff
changeset
|
421 <arg><option>-d <replaceable class="parameter">debug-file</replaceable></option></arg> |
104
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
422 <arg><option>-l <replaceable class="parameter">extra-line</replaceable></option></arg> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
423 <arg><option>-o</option></arg> |
63
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
424 <arg><option>-h</option></arg> |
24 | 425 <arg choice='plain'>pstfilename</arg> |
426 </cmdsynopsis> | |
427 </refsynopsisdiv> | |
428 | |
429 <refsect1 id='pst2ldif.options.1'> | |
430 <title>Options</title> | |
431 <variablelist> | |
432 <varlistentry> | |
63
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
433 <term>-V</term> |
24 | 434 <listitem><para> |
435 Show program version. Subsequent options are then ignored. | |
436 </para></listitem> | |
437 </varlistentry> | |
438 <varlistentry> | |
439 <term>-b <replaceable class="parameter">ldap-base</replaceable></term> | |
440 <listitem><para> | |
441 Sets the ldap base value used in the dn records. You probably want to | |
442 use something like "o=organization, c=US". | |
443 </para></listitem> | |
444 </varlistentry> | |
445 <varlistentry> | |
446 <term>-c <replaceable class="parameter">class</replaceable></term> | |
447 <listitem><para> | |
448 Sets the objectClass values for the contact items. This class needs to be | |
449 defined in the schema used by your LDAP server, and at a minimum it must | |
104
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
450 contain the ldap attributes given below. This option may be specified |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
451 multiple times to generate entries with multiple object classes. |
24 | 452 </para></listitem> |
453 </varlistentry> | |
33
12cac756bc05
enable -d option, but if not specified, don't generate a debug file
carl
parents:
32
diff
changeset
|
454 <varlistentry> |
12cac756bc05
enable -d option, but if not specified, don't generate a debug file
carl
parents:
32
diff
changeset
|
455 <term>-d <replaceable class="parameter">debug-file</replaceable></term> |
12cac756bc05
enable -d option, but if not specified, don't generate a debug file
carl
parents:
32
diff
changeset
|
456 <listitem><para> |
210
2d1111fd70cf
fix documentation, dropping readpstlog
Carl Byington <carl@five-ten-sg.com>
parents:
204
diff
changeset
|
457 Specify name of debug log file. The log file is now an ascii file, |
2d1111fd70cf
fix documentation, dropping readpstlog
Carl Byington <carl@five-ten-sg.com>
parents:
204
diff
changeset
|
458 instead of the binary file used in previous versions. |
33
12cac756bc05
enable -d option, but if not specified, don't generate a debug file
carl
parents:
32
diff
changeset
|
459 </para></listitem> |
12cac756bc05
enable -d option, but if not specified, don't generate a debug file
carl
parents:
32
diff
changeset
|
460 </varlistentry> |
63
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
461 <varlistentry> |
104
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
462 <term>-l <replaceable class="parameter">extra-line</replaceable></term> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
463 <listitem><para> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
464 Specify an extra line to be added to each ldap entry. This |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
465 option may be specified multiple times to add multiple lines |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
466 to each ldap entry. |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
467 </para></listitem> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
468 </varlistentry> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
469 <varlistentry> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
470 <term>-o</term> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
471 <listitem><para> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
472 Use the old ldap schema, rather than the default new ldap schema. |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
473 The old schema generates multiple postalAddress attributes for |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
474 a single entry. The new schema generates a single postalAddress |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
475 (and homePostalAddress when available) attribute with $ delimiters |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
476 as specified in RFC4517. Using the old schema also generates two |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
477 extra leading entries, one for "dn:ldap base", and one for |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
478 "dn: cn=root, ldap base". |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
479 </para></listitem> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
480 </varlistentry> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
481 <varlistentry> |
63
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
482 <term>-h</term> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
483 <listitem><para> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
484 Show summary of options. Subsequent options are then ignored. |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
485 </para></listitem> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
486 </varlistentry> |
24 | 487 </variablelist> |
488 </refsect1> | |
489 | |
490 <refsect1 id='pst2ldif.description.1'> | |
491 <title>Description</title> | |
492 <para><command>pst2ldif</command> | |
493 reads the contact information from a MS Outlook .pst file | |
494 and produces a .ldif file that may be used to import those contacts | |
104
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
495 into an LDAP database. The following ldap attributes are generated |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
496 for the old ldap schema: |
24 | 497 <simplelist> |
498 <member>cn </member> | |
499 <member>givenName </member> | |
500 <member>sn </member> | |
501 <member>personalTitle </member> | |
502 <member>company </member> | |
503 <member>mail </member> | |
504 <member>postalAddress </member> | |
505 <member>l </member> | |
506 <member>st </member> | |
507 <member>postalCode </member> | |
508 <member>c </member> | |
509 <member>homePhone </member> | |
510 <member>telephoneNumber </member> | |
511 <member>facsimileTelephoneNumber </member> | |
512 <member>mobile </member> | |
513 <member>description </member> | |
514 </simplelist> | |
104
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
515 The following attributes are generated for the new ldap schema: |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
516 <simplelist> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
517 <member>cn </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
518 <member>givenName </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
519 <member>sn </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
520 <member>title </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
521 <member>o </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
522 <member>mail </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
523 <member>postalAddress </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
524 <member>homePostalAddress </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
525 <member>l </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
526 <member>st </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
527 <member>postalCode </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
528 <member>c </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
529 <member>homePhone </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
530 <member>telephoneNumber </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
531 <member>facsimileTelephoneNumber </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
532 <member>mobile </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
533 <member>description </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
534 <member>labeledURI </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
535 </simplelist> |
24 | 536 </para> |
537 </refsect1> | |
538 | |
539 <refsect1 id='pst2ldif.copyright.1'> | |
540 <title>Copyright</title> | |
541 <para> | |
99
b7f456946c5b
add configure option --enable-dii=no to remove dependency on libgd.
Carl Byington <carl@five-ten-sg.com>
parents:
79
diff
changeset
|
542 Copyright (C) 2008 by 510 Software Group <carl@five-ten-sg.com> |
24 | 543 </para> |
544 <para> | |
545 This program is free software; you can redistribute it and/or modify it | |
546 under the terms of the GNU General Public License as published by the | |
547 Free Software Foundation; either version 2, or (at your option) any | |
548 later version. | |
549 </para> | |
550 <para> | |
551 You should have received a copy of the GNU General Public License along | |
552 with this program; see the file COPYING. If not, please write to the | |
553 Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | |
554 </para> | |
555 </refsect1> | |
556 | |
557 <refsect1 id='pst2ldif.version.1'> | |
52 | 558 <title>Version</title> |
24 | 559 <para> |
52 | 560 @VERSION@ |
24 | 561 </para> |
562 </refsect1> | |
563 </refentry> | |
564 | |
565 | |
63
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
566 <refentry id="pst2dii.1"> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
567 <refentryinfo> |
348
c006b76da81d
document new -8 switch
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
568 <date>2015-03-09</date> |
63
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
569 </refentryinfo> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
570 |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
571 <refmeta> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
572 <refentrytitle>pst2dii</refentrytitle> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
573 <manvolnum>1</manvolnum> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
574 <refmiscinfo>pst2dii @VERSION@</refmiscinfo> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
575 </refmeta> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
576 |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
577 <refnamediv id='pst2dii.name.1'> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
578 <refname>pst2dii</refname> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
579 <refpurpose>extract email messages from a MS Outlook .pst file in DII load format</refpurpose> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
580 </refnamediv> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
581 |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
582 <refsynopsisdiv id='pst2dii.synopsis.1'> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
583 <title>Synopsis</title> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
584 <cmdsynopsis> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
585 <command>pst2dii</command> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
586 <arg><option>-B <replaceable class="parameter">bates-prefix</replaceable></option></arg> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
587 <arg><option>-O <replaceable class="parameter">dii-output-file</replaceable></option></arg> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
588 <arg><option>-V</option></arg> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
589 <arg><option>-b <replaceable class="parameter">bates-number</replaceable></option></arg> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
590 <arg><option>-c <replaceable class="parameter">bates-color</replaceable></option></arg> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
591 <arg><option>-d <replaceable class="parameter">debug-file</replaceable></option></arg> |
214
7fcff97ca5a9
document pst2dii font file arg not optional, patch from bharder to fix documentation for pst_getTopOfFolders
Carl Byington <carl@five-ten-sg.com>
parents:
210
diff
changeset
|
592 <arg choice='plain'>-f <replaceable class="parameter">ttf-font-file</replaceable></arg> |
63
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
593 <arg><option>-h</option></arg> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
594 <arg><option>-o <replaceable class="parameter">output-directory</replaceable></option></arg> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
595 <arg choice='plain'>pstfilename</arg> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
596 </cmdsynopsis> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
597 </refsynopsisdiv> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
598 |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
599 <refsect1 id='pst2dii.options.1'> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
600 <title>Options</title> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
601 <variablelist> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
602 <varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
603 <term>-B <replaceable class="parameter">bates-prefix</replaceable></term> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
604 <listitem><para> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
605 Sets the bates prefix string. The bates sequence number is appended to |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
606 this string, and printed on each page. |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
607 </para></listitem> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
608 </varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
609 <varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
610 <term>-O <replaceable class="parameter">dii-output-file</replaceable></term> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
611 <listitem><para> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
612 Name of the output DII load file. |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
613 </para></listitem> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
614 </varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
615 <varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
616 <term>-V</term> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
617 <listitem><para> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
618 Show program version. Subsequent options are then ignored. |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
619 </para></listitem> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
620 </varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
621 <varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
622 <term>-b <replaceable class="parameter">bates-number</replaceable></term> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
623 <listitem><para> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
624 Starting bates sequence number. The default is zero. |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
625 </para></listitem> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
626 </varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
627 <varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
628 <term>-c <replaceable class="parameter">bates-color</replaceable></term> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
629 <listitem><para> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
630 Font color for the bates stamp on each page, specified as 6 hex digits |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
631 as rrggbb values. The default is ff0000 for bright red. |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
632 </para></listitem> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
633 </varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
634 <varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
635 <term>-d <replaceable class="parameter">debug-file</replaceable></term> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
636 <listitem><para> |
210
2d1111fd70cf
fix documentation, dropping readpstlog
Carl Byington <carl@five-ten-sg.com>
parents:
204
diff
changeset
|
637 Specify name of debug log file. The log file is now an ascii file, |
2d1111fd70cf
fix documentation, dropping readpstlog
Carl Byington <carl@five-ten-sg.com>
parents:
204
diff
changeset
|
638 instead of the binary file used in previous versions. |
63
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
639 </para></listitem> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
640 </varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
641 <varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
642 <term>-f <replaceable class="parameter">ttf-font-file</replaceable></term> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
643 <listitem><para> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
644 Specify name of a true type font file. This should be a fixed pitch font. |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
645 </para></listitem> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
646 </varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
647 <varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
648 <term>-h</term> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
649 <listitem><para> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
650 Show summary of options. Subsequent options are then ignored. |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
651 </para></listitem> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
652 </varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
653 <varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
654 <term>-o <replaceable class="parameter">output-directory</replaceable></term> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
655 <listitem><para> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
656 Specifies the output directory. The directory must already exist. |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
657 </para></listitem> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
658 </varlistentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
659 </variablelist> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
660 </refsect1> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
661 |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
662 <refsect1 id='pst2dii.description.1'> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
663 <title>Description</title> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
664 <para><command>pst2dii</command> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
665 reads the email messages from a MS Outlook .pst file |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
666 and produces a DII load file that may be used to import message |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
667 summaries into a Summation DII system. The DII output file contains |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
668 references to the image and attachment files in the output directory. |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
669 </para> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
670 </refsect1> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
671 |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
672 <refsect1 id='pst2dii.copyright.1'> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
673 <title>Copyright</title> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
674 <para> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
675 Copyright (C) 2008 by 510 Software Group <carl@five-ten-sg.com> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
676 </para> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
677 <para> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
678 This program is free software; you can redistribute it and/or modify it |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
679 under the terms of the GNU General Public License as published by the |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
680 Free Software Foundation; either version 2, or (at your option) any |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
681 later version. |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
682 </para> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
683 <para> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
684 You should have received a copy of the GNU General Public License along |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
685 with this program; see the file COPYING. If not, please write to the |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
686 Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
687 </para> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
688 </refsect1> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
689 |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
690 <refsect1 id='pst2dii.version.1'> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
691 <title>Version</title> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
692 <para> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
693 @VERSION@ |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
694 </para> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
695 </refsect1> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
696 </refentry> |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
697 |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
698 |
24 | 699 <refentry id="pst.5"> |
700 <refentryinfo> | |
348
c006b76da81d
document new -8 switch
Carl Byington <carl@five-ten-sg.com>
parents:
340
diff
changeset
|
701 <date>2015-03-09</date> |
24 | 702 </refentryinfo> |
703 | |
704 <refmeta> | |
705 <refentrytitle>outlook.pst</refentrytitle> | |
706 <manvolnum>5</manvolnum> | |
707 </refmeta> | |
708 | |
709 <refnamediv id='pst.name.1'> | |
710 <refname>outlook.pst</refname> | |
711 <refpurpose>format of MS Outlook .pst file</refpurpose> | |
712 </refnamediv> | |
713 | |
714 <refsynopsisdiv id='pst.synopsis.1'> | |
715 <title>Synopsis</title> | |
716 <cmdsynopsis> | |
717 <command>outlook.pst</command> | |
718 </cmdsynopsis> | |
719 </refsynopsisdiv> | |
720 | |
721 <refsect1 id='pst.file.overview.5'> | |
722 <title>Overview</title> | |
723 <para> | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
724 Low level or primitive items in a .pst file are identified by an I_ID |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
725 value. Higher level or composite items in a .pst file are identified by |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
726 a D_ID value. |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
727 There are two separate b-trees indexed by these I_ID and D_ID values. |
57
de3753c3160a
add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents:
55
diff
changeset
|
728 Starting with Outlook 2003, the file format changed from one with 32 |
de3753c3160a
add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents:
55
diff
changeset
|
729 bit pointers, to one with 64 bit pointers. We describe both formats |
de3753c3160a
add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents:
55
diff
changeset
|
730 here. |
24 | 731 </para> |
732 </refsect1> | |
733 | |
44 | 734 <refsect1 id='pst.file.header.32.5'> |
735 <title>32 bit File Header</title> | |
24 | 736 <para> |
44 | 737 The 32 bit file header is located at offset 0 in the .pst file. |
24 | 738 </para> |
739 <literallayout class="monospaced"><![CDATA[ | |
740 0000 21 42 44 4e 49 f8 64 d9 53 4d 0e 00 13 00 01 01 | |
741 0010 00 00 00 00 00 00 00 00 50 d6 03 00 bd 1e 02 00 | |
742 0020 08 4c 00 00 00 04 00 00 00 04 00 00 0f 04 00 00 | |
743 0030 0d 40 00 00 99 0a 01 00 18 04 00 00 0d 40 00 00 | |
744 0040 0d 40 00 00 11 80 00 00 02 04 00 00 0a 04 00 00 | |
745 0050 00 04 00 00 00 04 00 00 0f 04 00 00 0f 04 00 00 | |
746 0060 0f 04 00 00 0d 40 00 00 00 04 00 00 00 04 00 00 | |
747 0070 04 40 00 00 00 04 00 00 00 04 00 00 00 04 00 00 | |
748 0080 00 04 00 00 00 04 00 00 00 04 00 00 00 04 00 00 | |
749 0090 00 04 00 00 00 04 00 00 00 04 00 00 00 04 00 00 | |
750 00a0 0c 09 00 00 00 00 00 00 00 04 27 00 00 24 23 00 | |
751 00b0 c0 09 0a 00 00 c8 00 00 bc 1e 02 00 00 7e 0c 00 | |
752 00c0 b4 1e 02 00 00 54 00 00 01 00 00 00 23 55 44 d1 | |
753 00d0 5a 4f ce 6b 80 ff ff ff 00 00 00 00 00 00 00 00 | |
754 00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
755 00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
756 0100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
757 0110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
758 0120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
759 0130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
760 0140 00 00 00 00 00 00 00 00 00 00 00 00 3f ff ff ff | |
761 0150 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
762 0160 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
763 0170 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
764 0180 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
765 0190 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
766 01a0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
767 01b0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
768 01c0 ff ff ff ff ff ff ff ff ff ff ff ff 80 01 00 00 | |
769 01d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
770 01e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
771 01f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
772 | |
773 0000 signature [4 bytes] 0x4e444221 constant | |
28 | 774 000a indexType [1 byte] 0x0e constant |
44 | 775 01cd encryptionType [1 byte] 0x01 in this case |
24 | 776 00a8 total file size [4 bytes] 0x270400 in this case |
28 | 777 00c0 backPointer1 [4 bytes] 0x021eb4 in this case |
778 00c4 offsetIndex1 [4 bytes] 0x005400 in this case | |
779 00b8 backPointer2 [4 bytes] 0x021ebc in this case | |
780 00bc offsetIndex2 [4 bytes] 0x0c7e00 in this case | |
24 | 781 ]]></literallayout> |
782 <para> | |
122
bdb38b434c0a
more changes from Fridrich Strba to avoid installing our config.h
Carl Byington <carl@five-ten-sg.com>
parents:
118
diff
changeset
|
783 We only support index types 0x0e, 0x0f, 0x15, and 0x17, and encryption |
bdb38b434c0a
more changes from Fridrich Strba to avoid installing our config.h
Carl Byington <carl@five-ten-sg.com>
parents:
118
diff
changeset
|
784 types 0x00, 0x01 and 0x02. Index type 0x0e is the older 32 bit Outlook |
bdb38b434c0a
more changes from Fridrich Strba to avoid installing our config.h
Carl Byington <carl@five-ten-sg.com>
parents:
118
diff
changeset
|
785 format. Index type 0x0f seems to be rare, and so far the data seems |
bdb38b434c0a
more changes from Fridrich Strba to avoid installing our config.h
Carl Byington <carl@five-ten-sg.com>
parents:
118
diff
changeset
|
786 to be identical to that in type 0x0e files. Index type 0x17 is the |
bdb38b434c0a
more changes from Fridrich Strba to avoid installing our config.h
Carl Byington <carl@five-ten-sg.com>
parents:
118
diff
changeset
|
787 newer 64 bit Outlook format. Index type 0x15 seems to be rare, and |
bdb38b434c0a
more changes from Fridrich Strba to avoid installing our config.h
Carl Byington <carl@five-ten-sg.com>
parents:
118
diff
changeset
|
788 according to the libpff project should have the same format as type |
bdb38b434c0a
more changes from Fridrich Strba to avoid installing our config.h
Carl Byington <carl@five-ten-sg.com>
parents:
118
diff
changeset
|
789 0x17 files. It was found in a 64-bit pst file created by Visual |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
790 Recovery. It may be that index types less than 0x10 are 32 bit, and |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
791 index types greater than or equal to 0x10 are 64 bit, and the low order |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
792 four bits of the index type is some subtype or minor version number. |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
793 </para> |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
794 <para> |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
795 Encryption type 0x00 is no encryption, type 0x01 is |
122
bdb38b434c0a
more changes from Fridrich Strba to avoid installing our config.h
Carl Byington <carl@five-ten-sg.com>
parents:
118
diff
changeset
|
796 "compressible" encryption which is a simple substitution cipher, and |
bdb38b434c0a
more changes from Fridrich Strba to avoid installing our config.h
Carl Byington <carl@five-ten-sg.com>
parents:
118
diff
changeset
|
797 type 0x02 is "strong" encryption, which is a simple three rotor Enigma |
bdb38b434c0a
more changes from Fridrich Strba to avoid installing our config.h
Carl Byington <carl@five-ten-sg.com>
parents:
118
diff
changeset
|
798 cipher from WWII. |
24 | 799 </para> |
800 <para> | |
28 | 801 offsetIndex1 is the file offset of the root of the |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
802 index1 b-tree, which contains (I_ID, offset, size, unknown) tuples |
28 | 803 for each item in the file. backPointer1 is the value that should |
24 | 804 appear in the parent pointer of that root node. |
805 </para> | |
806 <para> | |
28 | 807 offsetIndex2 is the file offset of the root of the |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
808 index2 b-tree, which contains (D_ID, DESC-I_ID, TREE-I_ID, PARENT-D_ID) |
28 | 809 tuples for each item in the file. backPointer2 is the value that should |
24 | 810 appear in the parent pointer of that root node. |
811 </para> | |
812 </refsect1> | |
813 | |
44 | 814 <refsect1 id='pst.file.header.64.5'> |
815 <title>64 bit File Header</title> | |
24 | 816 <para> |
44 | 817 The 64 bit file header is located at offset 0 in the .pst file. |
818 </para> | |
819 <literallayout class="monospaced"><![CDATA[ | |
820 0000 21 42 44 4e 03 02 23 b2 53 4d 17 00 13 00 01 01 | |
821 0010 00 00 00 00 00 00 00 00 04 00 00 00 01 00 00 00 | |
822 0020 8b 00 00 00 00 00 00 00 1d 00 00 00 00 04 00 00 | |
823 0030 00 04 00 00 04 04 00 00 00 40 00 00 02 00 01 00 | |
824 0040 00 04 00 00 00 04 00 00 00 04 00 00 00 80 00 00 | |
825 0050 00 04 00 00 00 04 00 00 00 04 00 00 00 04 00 00 | |
826 0060 04 04 00 00 04 04 00 00 04 04 00 00 00 04 00 00 | |
827 0070 00 04 00 00 00 04 00 00 00 04 00 00 00 04 00 00 | |
828 0080 00 04 00 00 00 04 00 00 00 04 00 00 00 04 00 00 | |
829 0090 00 04 00 00 00 04 00 00 00 04 00 00 00 04 00 00 | |
830 00a0 00 04 00 00 00 04 00 00 02 04 00 00 00 00 00 00 | |
831 00b0 00 00 00 00 00 00 00 00 00 24 04 00 00 00 00 00 | |
832 00c0 00 44 00 00 00 00 00 00 00 71 03 00 00 00 00 00 | |
833 00d0 00 22 00 00 00 00 00 00 83 00 00 00 00 00 00 00 | |
834 00e0 00 6a 00 00 00 00 00 00 8a 00 00 00 00 00 00 00 | |
835 00f0 00 60 00 00 00 00 00 00 01 00 00 00 00 00 00 00 | |
836 0100 ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
837 0110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
838 0120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
839 0130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
840 0140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
841 0150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
842 0160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
843 0170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
844 0180 7f ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
845 0190 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
846 01a0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
847 01b0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
848 01c0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
849 01d0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
850 01e0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
851 01f0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
852 0200 80 00 00 00 e8 00 00 00 00 00 00 00 c4 68 cb 89 | |
853 | |
854 0000 signature [4 bytes] 0x4e444221 constant | |
855 000a indexType [1 byte] 0x17 constant | |
856 0201 encryptionType [1 byte] 0x00 in this case | |
857 00b8 total file size [8 bytes] 0x042400 in this case | |
858 00e8 backPointer1 [8 bytes] 0x00008a in this case | |
859 00f0 offsetIndex1 [8 bytes] 0x006000 in this case | |
860 00d8 backPointer2 [8 bytes] 0x000083 in this case | |
861 00e0 offsetIndex2 [8 bytes] 0x006a00 in this case | |
862 ]]></literallayout> | |
863 </refsect1> | |
864 | |
865 <refsect1 id='pst.file.node1.32.5'> | |
866 <title>32 bit Index 1 Node</title> | |
867 <para> | |
52 | 868 The 32 bit index1 b-tree nodes are 512 byte blocks with the |
44 | 869 following format. |
24 | 870 </para> |
871 <literallayout class="monospaced"><![CDATA[ | |
872 0000 04 00 00 00 8a 1e 02 00 00 1c 0b 00 | |
873 000c 58 27 03 00 b3 1e 02 00 00 52 00 00 | |
874 0018 00 00 00 00 00 00 00 00 00 00 00 00 | |
875 0024 00 00 00 00 00 00 00 00 00 00 00 00 | |
876 0030 00 00 00 00 00 00 00 00 00 00 00 00 | |
877 003c 00 00 00 00 00 00 00 00 00 00 00 00 | |
878 0048 00 00 00 00 00 00 00 00 00 00 00 00 | |
879 0054 00 00 00 00 00 00 00 00 00 00 00 00 | |
880 0060 00 00 00 00 00 00 00 00 00 00 00 00 | |
881 006c 00 00 00 00 00 00 00 00 00 00 00 00 | |
882 0078 00 00 00 00 00 00 00 00 00 00 00 00 | |
883 0084 00 00 00 00 00 00 00 00 00 00 00 00 | |
884 0090 00 00 00 00 00 00 00 00 00 00 00 00 | |
885 009c 00 00 00 00 00 00 00 00 00 00 00 00 | |
886 00a8 00 00 00 00 00 00 00 00 00 00 00 00 | |
887 00b4 00 00 00 00 00 00 00 00 00 00 00 00 | |
888 00c0 00 00 00 00 00 00 00 00 00 00 00 00 | |
889 00cc 00 00 00 00 00 00 00 00 00 00 00 00 | |
890 00d8 00 00 00 00 00 00 00 00 00 00 00 00 | |
891 00e4 00 00 00 00 00 00 00 00 00 00 00 00 | |
892 00f0 00 00 00 00 00 00 00 00 00 00 00 00 | |
893 00fc 00 00 00 00 00 00 00 00 00 00 00 00 | |
894 0108 00 00 00 00 00 00 00 00 00 00 00 00 | |
895 0114 00 00 00 00 00 00 00 00 00 00 00 00 | |
896 0120 00 00 00 00 00 00 00 00 00 00 00 00 | |
897 012c 00 00 00 00 00 00 00 00 00 00 00 00 | |
898 0138 00 00 00 00 00 00 00 00 00 00 00 00 | |
899 0144 00 00 00 00 00 00 00 00 00 00 00 00 | |
900 0150 00 00 00 00 00 00 00 00 00 00 00 00 | |
901 015c 00 00 00 00 00 00 00 00 00 00 00 00 | |
902 0168 00 00 00 00 00 00 00 00 00 00 00 00 | |
903 0174 00 00 00 00 00 00 00 00 00 00 00 00 | |
904 0180 00 00 00 00 00 00 00 00 00 00 00 00 | |
905 018c 00 00 00 00 00 00 00 00 00 00 00 00 | |
906 0198 00 00 00 00 00 00 00 00 00 00 00 00 | |
907 01a4 00 00 00 00 00 00 00 00 00 00 00 00 | |
908 01b0 00 00 00 00 00 00 00 00 00 00 00 00 | |
909 01bc 00 00 00 00 00 00 00 00 00 00 00 00 | |
910 01c8 00 00 00 00 00 00 00 00 00 00 00 00 | |
911 01d4 00 00 00 00 00 00 00 00 00 00 00 00 | |
912 01e0 00 00 00 00 00 00 00 00 00 00 00 00 | |
913 01ec 00 00 00 00 02 29 0c 02 80 80 b6 4a | |
52 | 914 01f8 b4 1e 02 00 27 9c cc 56 |
24 | 915 |
28 | 916 01f0 itemCount [1 byte] 0x02 in this case |
917 01f1 maxItemCount [1 byte] 0x29 constant | |
71
1bd4491cf8ff
fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents:
64
diff
changeset
|
918 01f2 itemSize [1 byte] 0x0c constant |
28 | 919 01f3 nodeLevel [1 byte] 0x02 in this case |
920 01f8 backPointer [4 bytes] 0x021eb4 in this case | |
24 | 921 ]]></literallayout> |
922 <para> | |
28 | 923 The itemCount specifies the number of 12 byte records that |
924 are active. The nodeLevel is non-zero for this style of nodes. | |
925 The leaf nodes have a different format. The backPointer must | |
926 match the backPointer from the triple that pointed to this node. | |
24 | 927 </para> |
928 <para> | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
929 Each item in this node is a triple of (I_ID, backPointer, offset) |
24 | 930 where the offset points to the next deeper node in the tree, the |
28 | 931 backPointer value must match the backPointer in that deeper node, |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
932 and I_ID is the lowest I_ID value in the subtree. |
24 | 933 </para> |
934 </refsect1> | |
935 | |
44 | 936 <refsect1 id='pst.file.node1.64.5'> |
937 <title>64 bit Index 1 Node</title> | |
24 | 938 <para> |
44 | 939 The 64 bit index1 b-tree nodes are 512 byte blocks with the |
940 following format. | |
941 </para> | |
942 <literallayout class="monospaced"><![CDATA[ | |
943 0000 04 00 00 00 00 00 00 00 88 00 00 00 | |
944 000C 00 00 00 00 00 48 00 00 00 00 00 00 | |
945 0018 74 00 00 00 00 00 00 00 86 00 00 00 | |
946 0024 00 00 00 00 00 54 00 00 00 00 00 00 | |
947 0030 00 00 00 00 00 00 00 00 00 00 00 00 | |
948 003C 00 00 00 00 00 00 00 00 00 00 00 00 | |
949 0048 00 00 00 00 00 00 00 00 00 00 00 00 | |
950 0054 00 00 00 00 00 00 00 00 00 00 00 00 | |
951 0060 00 00 00 00 00 00 00 00 00 00 00 00 | |
952 006C 00 00 00 00 00 00 00 00 00 00 00 00 | |
953 0078 00 00 00 00 00 00 00 00 00 00 00 00 | |
954 0084 00 00 00 00 00 00 00 00 00 00 00 00 | |
955 0090 00 00 00 00 00 00 00 00 00 00 00 00 | |
956 009C 00 00 00 00 00 00 00 00 00 00 00 00 | |
957 00A8 00 00 00 00 00 00 00 00 00 00 00 00 | |
958 00B4 00 00 00 00 00 00 00 00 00 00 00 00 | |
959 00C0 00 00 00 00 00 00 00 00 00 00 00 00 | |
960 00CC 00 00 00 00 00 00 00 00 00 00 00 00 | |
961 00D8 00 00 00 00 00 00 00 00 00 00 00 00 | |
962 00E4 00 00 00 00 00 00 00 00 00 00 00 00 | |
963 00F0 00 00 00 00 00 00 00 00 00 00 00 00 | |
964 00FC 00 00 00 00 00 00 00 00 00 00 00 00 | |
965 0108 00 00 00 00 00 00 00 00 00 00 00 00 | |
966 0114 00 00 00 00 00 00 00 00 00 00 00 00 | |
967 0120 00 00 00 00 00 00 00 00 00 00 00 00 | |
968 012C 00 00 00 00 00 00 00 00 00 00 00 00 | |
969 0138 00 00 00 00 00 00 00 00 00 00 00 00 | |
970 0144 00 00 00 00 00 00 00 00 00 00 00 00 | |
971 0150 00 00 00 00 00 00 00 00 00 00 00 00 | |
972 015C 00 00 00 00 00 00 00 00 00 00 00 00 | |
973 0168 00 00 00 00 00 00 00 00 00 00 00 00 | |
974 0174 00 00 00 00 00 00 00 00 00 00 00 00 | |
975 0180 00 00 00 00 00 00 00 00 00 00 00 00 | |
976 018C 00 00 00 00 00 00 00 00 00 00 00 00 | |
977 0198 00 00 00 00 00 00 00 00 00 00 00 00 | |
978 01A4 00 00 00 00 00 00 00 00 00 00 00 00 | |
979 01B0 00 00 00 00 00 00 00 00 00 00 00 00 | |
980 01BC 00 00 00 00 00 00 00 00 00 00 00 00 | |
981 01C8 00 00 00 00 00 00 00 00 00 00 00 00 | |
982 01D4 00 00 00 00 00 00 00 00 00 00 00 00 | |
983 01E0 00 00 00 00 00 00 00 00 02 14 18 01 | |
984 01EC 00 00 00 00 80 80 8a 60 68 e5 b5 19 | |
985 01F8 8a 00 00 00 00 00 00 00 | |
986 | |
987 01e8 itemCount [1 byte] 0x02 in this case | |
988 01e9 maxItemCount [1 byte] 0x14 constant | |
71
1bd4491cf8ff
fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents:
64
diff
changeset
|
989 01ea itemSize [1 byte] 0x18 constant |
44 | 990 01eb nodeLevel [1 byte] 0x01 in this case |
991 01f8 backPointer [8 bytes] 0x00008a in this case | |
992 ]]></literallayout> | |
993 <para> | |
994 The itemCount specifies the number of 24 byte records that | |
995 are active. The nodeLevel is non-zero for this style of nodes. | |
996 The leaf nodes have a different format. The backPointer must | |
997 match the backPointer from the triple that pointed to this node. | |
998 </para> | |
999 <para> | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1000 Each item in this node is a triple of (I_ID, backPointer, offset) |
44 | 1001 where the offset points to the next deeper node in the tree, the |
1002 backPointer value must match the backPointer in that deeper node, | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1003 and I_ID is the lowest I_ID value in the subtree. |
44 | 1004 </para> |
1005 </refsect1> | |
1006 | |
1007 <refsect1 id='pst.file.leaf1.32.5'> | |
1008 <title>32 bit Index 1 Leaf Node</title> | |
1009 <para> | |
52 | 1010 The 32 bit index1 b-tree leaf nodes are 512 byte blocks with the |
44 | 1011 following format. |
24 | 1012 </para> |
1013 <literallayout class="monospaced"><![CDATA[ | |
1014 0000 04 00 00 00 00 58 00 00 64 00 0f 00 | |
1015 000c 08 00 00 00 80 58 00 00 ac 00 06 00 | |
1016 0018 0c 00 00 00 40 59 00 00 ac 00 06 00 | |
1017 0024 10 00 00 00 00 5a 00 00 bc 00 03 00 | |
1018 0030 14 00 00 00 00 5b 00 00 a4 00 02 00 | |
1019 003c 18 00 00 00 c0 5b 00 00 64 00 02 00 | |
1020 0048 1c 00 00 00 40 5c 00 00 5c 00 02 00 | |
1021 0054 50 00 00 00 80 62 00 00 60 00 02 00 | |
1022 0060 74 00 00 00 00 77 00 00 5e 00 02 00 | |
1023 006c 7c 00 00 00 80 77 00 00 66 00 02 00 | |
1024 0078 84 00 00 00 00 76 00 00 ca 00 02 00 | |
1025 0084 88 00 00 00 00 63 00 00 52 00 02 00 | |
1026 0090 90 00 00 00 00 79 00 00 58 00 02 00 | |
1027 009c cc 00 00 00 c0 61 00 00 76 00 02 00 | |
1028 00a8 e0 00 00 00 00 61 00 00 74 00 02 00 | |
1029 00b4 f4 00 00 00 80 65 00 00 6e 00 02 00 | |
1030 00c0 8c 01 00 00 40 60 00 00 70 00 02 00 | |
1031 00cc ea 01 00 00 80 61 00 00 10 00 02 00 | |
1032 00d8 ec 01 00 00 40 8a 00 00 f3 01 02 00 | |
1033 00e4 f0 01 00 00 80 93 00 00 f4 1f 02 00 | |
1034 00f0 fa 01 00 00 c0 7f 00 00 10 00 02 00 | |
1035 00fc 00 02 00 00 00 89 00 00 34 01 02 00 | |
1036 0108 1c 02 00 00 40 ec 00 00 12 06 02 00 | |
1037 0114 22 02 00 00 00 84 00 00 10 00 02 00 | |
1038 0120 24 02 00 00 c0 ea 00 00 3c 01 02 00 | |
1039 012c 40 02 00 00 00 f4 00 00 0a 06 02 00 | |
1040 0138 46 02 00 00 40 8c 00 00 10 00 02 00 | |
1041 0144 48 02 00 00 80 f2 00 00 36 01 02 00 | |
1042 0150 64 02 00 00 80 fb 00 00 bf 07 02 00 | |
1043 015c 6a 02 00 00 80 63 00 00 10 00 02 00 | |
1044 0168 6c 02 00 00 40 fa 00 00 2a 01 02 00 | |
1045 0174 6c 02 00 00 40 fa 00 00 2a 01 02 00 | |
1046 0180 6c 02 00 00 40 fa 00 00 2a 01 02 00 | |
1047 018c 6c 02 00 00 40 fa 00 00 2a 01 02 00 | |
1048 0198 6c 02 00 00 40 fa 00 00 2a 01 02 00 | |
1049 01a4 6c 02 00 00 40 fa 00 00 2a 01 02 00 | |
1050 01b0 64 02 00 00 80 fb 00 00 bf 07 02 00 | |
1051 01bc 64 02 00 00 80 fb 00 00 bf 07 02 00 | |
1052 01c8 64 02 00 00 80 fb 00 00 bf 07 02 00 | |
1053 01d4 64 02 00 00 80 fb 00 00 bf 07 02 00 | |
1054 01e0 64 02 00 00 80 fb 00 00 bf 07 02 00 | |
1055 01ec 00 00 00 00 1f 29 0c 00 80 80 5b b3 | |
52 | 1056 01f8 5a 67 01 00 4f ae 70 a7 |
24 | 1057 |
28 | 1058 01f0 itemCount [1 byte] 0x1f in this case |
1059 01f1 maxItemCount [1 byte] 0x29 constant | |
71
1bd4491cf8ff
fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents:
64
diff
changeset
|
1060 01f2 itemSize [1 byte] 0x0c constant |
44 | 1061 01f3 nodeLevel [1 byte] 0x00 defines a leaf node |
28 | 1062 01f8 backPointer [4 bytes] 0x01675a in this case |
24 | 1063 ]]></literallayout> |
1064 <para> | |
28 | 1065 The itemCount specifies the number of 12 byte records that |
1066 are active. The nodeLevel is zero for these leaf nodes. | |
1067 The backPointer must match the backPointer from the triple | |
24 | 1068 that pointed to this node. |
1069 </para> | |
1070 <para> | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1071 Each item in this node is a tuple of (I_ID, offset, size, unknown) |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1072 The two low order bits of the I_ID value seem to be flags. I have |
35 | 1073 never seen a case with bit zero set. Bit one indicates that the |
1074 item is <emphasis>not</emphasis> encrypted. Note that references | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1075 to these I_ID values elsewhere may have the low order bit set (and |
35 | 1076 I don't know what that means), but when we do the search in this |
1077 tree we need to clear that bit so that we can find the correct item. | |
24 | 1078 </para> |
1079 </refsect1> | |
1080 | |
44 | 1081 <refsect1 id='pst.file.leaf1.64.5'> |
1082 <title>64 bit Index 1 Leaf Node</title> | |
24 | 1083 <para> |
44 | 1084 The 64 bit index1 b-tree leaf nodes are 512 byte blocks with the |
1085 following format. | |
1086 </para> | |
1087 <literallayout class="monospaced"><![CDATA[ | |
1088 0000 04 00 00 00 00 00 00 00 00 58 00 00 | |
1089 000C 00 00 00 00 6c 00 05 00 00 00 00 00 | |
1090 0018 08 00 00 00 00 00 00 00 80 58 00 00 | |
1091 0024 00 00 00 00 b4 00 06 00 d8 22 37 08 | |
1092 0030 0c 00 00 00 00 00 00 00 80 59 00 00 | |
1093 003C 00 00 00 00 ac 00 07 00 d8 22 37 08 | |
1094 0048 10 00 00 00 00 00 00 00 40 5a 00 00 | |
1095 0054 00 00 00 00 bc 00 03 00 d8 22 37 08 | |
1096 0060 14 00 00 00 00 00 00 00 40 5b 00 00 | |
1097 006C 00 00 00 00 a4 00 02 00 d8 22 37 08 | |
1098 0078 18 00 00 00 00 00 00 00 00 5c 00 00 | |
1099 0084 00 00 00 00 64 00 02 00 d8 22 37 08 | |
1100 0090 1c 00 00 00 00 00 00 00 80 5c 00 00 | |
1101 009C 00 00 00 00 5c 00 02 00 d8 22 37 08 | |
1102 00A8 24 00 00 00 00 00 00 00 80 5d 00 00 | |
1103 00B4 00 00 00 00 72 00 02 00 d8 22 37 08 | |
1104 00C0 34 00 00 00 00 00 00 00 00 70 00 00 | |
1105 00CC 00 00 00 00 8c 00 02 00 00 0d 00 00 | |
1106 00D8 38 00 00 00 00 00 00 00 c0 71 00 00 | |
1107 00E4 00 00 00 00 5c 00 02 00 d8 22 9c 00 | |
1108 00F0 40 00 00 00 00 00 00 00 40 72 00 00 | |
1109 00FC 00 00 00 00 26 00 02 00 d8 22 9c 00 | |
1110 0108 4c 00 00 00 00 00 00 00 80 5f 00 00 | |
1111 0114 00 00 00 00 3e 00 02 00 d8 22 9c 00 | |
1112 0120 5c 00 00 00 00 00 00 00 c0 76 00 00 | |
1113 012C 00 00 00 00 8c 00 02 00 d8 22 9c 00 | |
1114 0138 64 00 00 00 00 00 00 00 40 75 00 00 | |
1115 0144 00 00 00 00 76 00 02 00 d8 22 9c 00 | |
1116 0150 6c 00 00 00 00 00 00 00 c0 73 00 00 | |
1117 015C 00 00 00 00 5e 00 02 00 d8 22 9c 00 | |
1118 0168 70 00 00 00 00 00 00 00 80 72 00 00 | |
1119 0174 00 00 00 00 1e 01 02 00 d8 22 9c 00 | |
1120 0180 70 00 00 00 00 00 00 00 80 72 00 00 | |
1121 018C 00 00 00 00 1e 01 02 00 d8 22 9c 00 | |
1122 0198 70 00 00 00 00 00 00 00 80 72 00 00 | |
1123 01A4 00 00 00 00 1e 01 02 00 d8 22 9c 00 | |
1124 01B0 74 00 00 00 00 00 00 00 40 74 00 00 | |
1125 01BC 00 00 00 00 e0 00 02 00 d8 22 9c 00 | |
1126 01C8 7c 00 00 00 00 00 00 00 80 77 00 00 | |
1127 01D4 00 00 00 00 dc 00 02 00 d8 22 9c 00 | |
1128 01E0 00 00 00 00 00 00 00 00 10 14 18 00 | |
1129 01EC 00 00 00 00 80 80 88 48 3f 50 0b 04 | |
1130 01F8 88 00 00 00 00 00 00 00 | |
1131 | |
1132 01e8 itemCount [1 byte] 0x10 in this case | |
1133 01e9 maxItemCount [1 byte] 0x14 constant | |
71
1bd4491cf8ff
fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents:
64
diff
changeset
|
1134 01ea itemSize [1 byte] 0x18 constant |
44 | 1135 01eb nodeLevel [1 byte] 0x00 defines a leaf node |
1136 01f8 backPointer [8 bytes] 0x000088 in this case | |
1137 ]]></literallayout> | |
1138 <para> | |
1139 The itemCount specifies the number of 24 byte records that | |
1140 are active. The nodeLevel is zero for these leaf nodes. | |
1141 The backPointer must match the backPointer from the triple | |
1142 that pointed to this node. | |
1143 </para> | |
1144 <para> | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1145 Each item in this node is a tuple of (I_ID, offset, size, unknown) |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1146 The two low order bits of the I_ID value seem to be flags. I have |
44 | 1147 never seen a case with bit zero set. Bit one indicates that the |
1148 item is <emphasis>not</emphasis> encrypted. Note that references | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1149 to these I_ID values elsewhere may have the low order bit set (and |
44 | 1150 I don't know what that means), but when we do the search in this |
1151 tree we need to clear that bit so that we can find the correct item. | |
1152 </para> | |
1153 </refsect1> | |
1154 | |
1155 <refsect1 id='pst.file.node2.32.5'> | |
1156 <title>32 bit Index 2 Node</title> | |
1157 <para> | |
52 | 1158 The 32 bit index2 b-tree nodes are 512 byte blocks with the |
44 | 1159 following format. |
24 | 1160 </para> |
1161 <literallayout class="monospaced"><![CDATA[ | |
1162 0000 21 00 00 00 bb 1e 02 00 00 e2 0b 00 | |
1163 000c 64 78 20 00 8c 1e 02 00 00 dc 0b 00 | |
1164 0018 00 00 00 00 00 00 00 00 00 00 00 00 | |
1165 0024 00 00 00 00 00 00 00 00 00 00 00 00 | |
1166 0030 00 00 00 00 00 00 00 00 00 00 00 00 | |
1167 003c 00 00 00 00 00 00 00 00 00 00 00 00 | |
1168 0048 00 00 00 00 00 00 00 00 00 00 00 00 | |
1169 0054 00 00 00 00 00 00 00 00 00 00 00 00 | |
1170 0060 00 00 00 00 00 00 00 00 00 00 00 00 | |
1171 006c 00 00 00 00 00 00 00 00 00 00 00 00 | |
1172 0078 00 00 00 00 00 00 00 00 00 00 00 00 | |
1173 0084 00 00 00 00 00 00 00 00 00 00 00 00 | |
1174 0090 00 00 00 00 00 00 00 00 00 00 00 00 | |
1175 009c 00 00 00 00 00 00 00 00 00 00 00 00 | |
1176 00a8 00 00 00 00 00 00 00 00 00 00 00 00 | |
1177 00b4 00 00 00 00 00 00 00 00 00 00 00 00 | |
1178 00c0 00 00 00 00 00 00 00 00 00 00 00 00 | |
1179 00cc 00 00 00 00 00 00 00 00 00 00 00 00 | |
1180 00d8 00 00 00 00 00 00 00 00 00 00 00 00 | |
1181 00e4 00 00 00 00 00 00 00 00 00 00 00 00 | |
1182 00f0 00 00 00 00 00 00 00 00 00 00 00 00 | |
1183 00fc 00 00 00 00 00 00 00 00 00 00 00 00 | |
1184 0108 00 00 00 00 00 00 00 00 00 00 00 00 | |
1185 0114 00 00 00 00 00 00 00 00 00 00 00 00 | |
1186 0120 00 00 00 00 00 00 00 00 00 00 00 00 | |
1187 012c 00 00 00 00 00 00 00 00 00 00 00 00 | |
1188 0138 00 00 00 00 00 00 00 00 00 00 00 00 | |
1189 0144 00 00 00 00 00 00 00 00 00 00 00 00 | |
1190 0150 00 00 00 00 00 00 00 00 00 00 00 00 | |
1191 015c 00 00 00 00 00 00 00 00 00 00 00 00 | |
1192 0168 00 00 00 00 00 00 00 00 00 00 00 00 | |
1193 0174 00 00 00 00 00 00 00 00 00 00 00 00 | |
1194 0180 00 00 00 00 00 00 00 00 00 00 00 00 | |
1195 018c 00 00 00 00 00 00 00 00 00 00 00 00 | |
1196 0198 00 00 00 00 00 00 00 00 00 00 00 00 | |
1197 01a4 00 00 00 00 00 00 00 00 00 00 00 00 | |
1198 01b0 00 00 00 00 00 00 00 00 00 00 00 00 | |
1199 01bc 00 00 00 00 00 00 00 00 00 00 00 00 | |
1200 01c8 00 00 00 00 00 00 00 00 00 00 00 00 | |
1201 01d4 00 00 00 00 00 00 00 00 00 00 00 00 | |
1202 01e0 00 00 00 00 00 00 00 00 00 00 00 00 | |
1203 01ec 00 00 00 00 02 29 0c 02 81 81 b2 60 | |
52 | 1204 01f8 bc 1e 02 00 7e 70 dc e3 |
24 | 1205 |
28 | 1206 01f0 itemCount [1 byte] 0x02 in this case |
1207 01f1 maxItemCount [1 byte] 0x29 constant | |
71
1bd4491cf8ff
fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents:
64
diff
changeset
|
1208 01f2 itemSize [1 byte] 0x0c constant |
28 | 1209 01f3 nodeLevel [1 byte] 0x02 in this case |
1210 01f8 backPointer [4 bytes] 0x021ebc in this case | |
24 | 1211 ]]></literallayout> |
1212 <para> | |
28 | 1213 The itemCount specifies the number of 12 byte records that |
1214 are active. The nodeLevel is non-zero for this style of nodes. | |
1215 The leaf nodes have a different format. The backPointer must | |
1216 match the backPointer from the triple that pointed to this node. | |
24 | 1217 </para> |
1218 <para> | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1219 Each item in this node is a triple of (D_ID, backPointer, offset) |
24 | 1220 where the offset points to the next deeper node in the tree, the |
28 | 1221 backPointer value must match the backPointer in that deeper node, |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1222 and D_ID is the lowest D_ID value in the subtree. |
24 | 1223 </para> |
1224 </refsect1> | |
1225 | |
44 | 1226 <refsect1 id='pst.file.node2.64.5'> |
1227 <title>64 bit Index 2 Node</title> | |
24 | 1228 <para> |
44 | 1229 The 64 bit index2 b-tree nodes are 512 byte blocks with the |
1230 following format. | |
1231 </para> | |
1232 <literallayout class="monospaced"><![CDATA[ | |
1233 0000 21 00 00 00 00 00 00 00 77 00 00 00 | |
1234 000C 00 00 00 00 00 56 00 00 00 00 00 00 | |
1235 0018 4c 06 00 00 00 00 00 00 82 00 00 00 | |
1236 0024 00 00 00 00 00 68 00 00 00 00 00 00 | |
1237 0030 4f 80 00 00 00 00 00 00 84 00 00 00 | |
1238 003C 00 00 00 00 00 6e 00 00 00 00 00 00 | |
1239 0048 00 00 00 00 00 00 00 00 00 00 00 00 | |
1240 0054 00 00 00 00 00 00 00 00 00 00 00 00 | |
1241 0060 00 00 00 00 00 00 00 00 00 00 00 00 | |
1242 006C 00 00 00 00 00 00 00 00 00 00 00 00 | |
1243 0078 00 00 00 00 00 00 00 00 00 00 00 00 | |
1244 0084 00 00 00 00 00 00 00 00 00 00 00 00 | |
1245 0090 00 00 00 00 00 00 00 00 00 00 00 00 | |
1246 009C 00 00 00 00 00 00 00 00 00 00 00 00 | |
1247 00A8 00 00 00 00 00 00 00 00 00 00 00 00 | |
1248 00B4 00 00 00 00 00 00 00 00 00 00 00 00 | |
1249 00C0 00 00 00 00 00 00 00 00 00 00 00 00 | |
1250 00CC 00 00 00 00 00 00 00 00 00 00 00 00 | |
1251 00D8 00 00 00 00 00 00 00 00 00 00 00 00 | |
1252 00E4 00 00 00 00 00 00 00 00 00 00 00 00 | |
1253 00F0 00 00 00 00 00 00 00 00 00 00 00 00 | |
1254 00FC 00 00 00 00 00 00 00 00 00 00 00 00 | |
1255 0108 00 00 00 00 00 00 00 00 00 00 00 00 | |
1256 0114 00 00 00 00 00 00 00 00 00 00 00 00 | |
1257 0120 00 00 00 00 00 00 00 00 00 00 00 00 | |
1258 012C 00 00 00 00 00 00 00 00 00 00 00 00 | |
1259 0138 00 00 00 00 00 00 00 00 00 00 00 00 | |
1260 0144 00 00 00 00 00 00 00 00 00 00 00 00 | |
1261 0150 00 00 00 00 00 00 00 00 00 00 00 00 | |
1262 015C 00 00 00 00 00 00 00 00 00 00 00 00 | |
1263 0168 00 00 00 00 00 00 00 00 00 00 00 00 | |
1264 0174 00 00 00 00 00 00 00 00 00 00 00 00 | |
1265 0180 00 00 00 00 00 00 00 00 00 00 00 00 | |
1266 018C 00 00 00 00 00 00 00 00 00 00 00 00 | |
1267 0198 00 00 00 00 00 00 00 00 00 00 00 00 | |
1268 01A4 00 00 00 00 00 00 00 00 00 00 00 00 | |
1269 01B0 00 00 00 00 00 00 00 00 00 00 00 00 | |
1270 01BC 00 00 00 00 00 00 00 00 00 00 00 00 | |
1271 01C8 00 00 00 00 00 00 00 00 00 00 00 00 | |
1272 01D4 00 00 00 00 00 00 00 00 00 00 00 00 | |
1273 01E0 00 00 00 00 00 00 00 00 03 14 18 01 | |
1274 01EC 00 00 00 00 81 81 83 6a 49 da f3 d3 | |
1275 01F8 83 00 00 00 00 00 00 00 | |
1276 | |
1277 01e8 itemCount [1 byte] 0x03 in this case | |
1278 01e9 maxItemCount [1 byte] 0x14 constant | |
71
1bd4491cf8ff
fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents:
64
diff
changeset
|
1279 01ea itemSize [1 byte] 0x18 constant |
44 | 1280 01eb nodeLevel [1 byte] 0x01 in this case |
71
1bd4491cf8ff
fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents:
64
diff
changeset
|
1281 01f8 backPointer [8 bytes] 0x000083 in this case |
44 | 1282 ]]></literallayout> |
1283 <para> | |
1284 The itemCount specifies the number of 24 byte records that | |
1285 are active. The nodeLevel is non-zero for this style of nodes. | |
1286 The leaf nodes have a different format. The backPointer must | |
1287 match the backPointer from the triple that pointed to this node. | |
1288 </para> | |
1289 <para> | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1290 Each item in this node is a triple of (D_ID, backPointer, offset) |
44 | 1291 where the offset points to the next deeper node in the tree, the |
1292 backPointer value must match the backPointer in that deeper node, | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1293 and D_ID is the lowest D_ID value in the subtree. |
44 | 1294 </para> |
1295 </refsect1> | |
1296 | |
1297 <refsect1 id='pst.file.leaf2.32.5'> | |
1298 <title>32 bit Index 2 Leaf Node</title> | |
1299 <para> | |
52 | 1300 The 32 bit index2 b-tree leaf nodes are 512 byte blocks with the |
44 | 1301 following format. |
24 | 1302 </para> |
1303 <literallayout class="monospaced"><![CDATA[ | |
1304 0000 21 00 00 00 38 e6 00 00 00 00 00 00 00 00 00 00 | |
1305 0010 61 00 00 00 2c a8 02 00 36 a8 02 00 00 00 00 00 | |
1306 0020 22 01 00 00 20 a2 02 00 00 00 00 00 22 01 00 00 | |
1307 0030 2d 01 00 00 88 7b 03 00 00 00 00 00 00 00 00 00 | |
1308 0040 2e 01 00 00 08 00 00 00 00 00 00 00 00 00 00 00 | |
1309 0050 2f 01 00 00 0c 00 00 00 00 00 00 00 00 00 00 00 | |
1310 0060 e1 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
1311 0070 01 02 00 00 b4 e4 02 00 00 00 00 00 00 00 00 00 | |
1312 0080 61 02 00 00 a0 e4 02 00 00 00 00 00 00 00 00 00 | |
1313 0090 0d 06 00 00 04 00 00 00 00 00 00 00 00 00 00 00 | |
1314 00A0 0e 06 00 00 08 00 00 00 00 00 00 00 00 00 00 00 | |
1315 00B0 0f 06 00 00 0c 00 00 00 00 00 00 00 00 00 00 00 | |
1316 00C0 10 06 00 00 10 00 00 00 00 00 00 00 00 00 00 00 | |
1317 00D0 2b 06 00 00 84 00 00 00 00 00 00 00 00 00 00 00 | |
1318 00E0 4c 06 00 00 1c 00 00 00 00 00 00 00 00 00 00 00 | |
1319 00F0 71 06 00 00 18 00 00 00 00 00 00 00 00 00 00 00 | |
1320 0100 92 06 00 00 14 00 00 00 00 00 00 00 00 00 00 00 | |
1321 0110 23 22 00 00 14 a0 02 00 00 00 00 00 22 01 00 00 | |
1322 0120 26 22 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
1323 0130 27 22 00 00 1c a0 02 00 00 00 00 00 00 00 00 00 | |
1324 0140 22 80 00 00 50 00 00 00 00 00 00 00 22 01 00 00 | |
1325 0150 2d 80 00 00 f8 9f 02 00 00 00 00 00 00 00 00 00 | |
1326 0160 2e 80 00 00 08 00 00 00 00 00 00 00 00 00 00 00 | |
1327 0170 2f 80 00 00 34 e6 00 00 00 00 00 00 00 00 00 00 | |
1328 0180 42 80 00 00 3c 6d 02 00 00 00 00 00 22 80 00 00 | |
1329 0190 4d 80 00 00 04 00 00 00 00 00 00 00 00 00 00 00 | |
1330 01A0 4e 80 00 00 10 6d 02 00 00 00 00 00 00 00 00 00 | |
1331 01B0 4f 80 00 00 ec 23 00 00 00 00 00 00 00 00 00 00 | |
1332 01C0 62 80 00 00 38 78 02 00 00 00 00 00 22 01 00 00 | |
1333 01D0 6d 80 00 00 34 78 02 00 00 00 00 00 00 00 00 00 | |
1334 01E0 6e 80 00 00 08 00 00 00 00 00 00 00 00 00 00 00 | |
1335 01F0 10 1f 10 00 81 81 a0 9a ae 1e 02 00 89 44 6a 0f | |
1336 | |
28 | 1337 01f0 itemCount [1 byte] 0x10 in this case |
1338 01f1 maxItemCount [1 byte] 0x1f constant | |
71
1bd4491cf8ff
fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents:
64
diff
changeset
|
1339 01f2 itemSize [1 byte] 0x10 constant |
28 | 1340 01f3 nodeLevel [1 byte] 0x00 in this case |
1341 01f8 backPointer [4 bytes] 0x021eae in this case | |
24 | 1342 ]]></literallayout> |
1343 <para> | |
28 | 1344 The itemCount specifies the number of 16 byte records that |
1345 are active. The nodeLevel is zero for these leaf nodes. | |
1346 The backPointer must match the backPointer from the triple | |
24 | 1347 that pointed to this node. |
1348 </para> | |
1349 <para> | |
150
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1350 Each item in this node is a tuple of (D_ID, DESC-I_ID, TREE-I_ID, |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1351 PARENT-D_ID) The DESC-I_ID points to the main data for this item |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1352 (Associated Descriptor Items 0x7cec, 0xbcec, or 0x0101) via the index1 |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1353 tree. The TREE-I_ID is zero or points to an Associated Tree Item |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1354 0x0002 via the index1 tree. The PARENT-D_ID points to the parent of |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1355 this item in this index2 tree. |
24 | 1356 </para> |
1357 </refsect1> | |
1358 | |
44 | 1359 <refsect1 id='pst.file.leaf2.64.5'> |
1360 <title>64 bit Index 2 Leaf Node</title> | |
1361 <para> | |
1362 The 64 bit index2 b-tree leaf nodes are 512 byte blocks with the | |
1363 following format. | |
1364 </para> | |
1365 <literallayout class="monospaced"><![CDATA[ | |
1366 0000 21 00 00 00 00 00 00 00 74 00 00 00 00 00 00 00 | |
1367 0010 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1368 0020 61 00 00 00 00 00 00 00 34 00 00 00 00 00 00 00 | |
1369 0030 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1370 0040 22 01 00 00 00 00 00 00 4c 00 00 00 00 00 00 00 | |
1371 0050 00 00 00 00 00 00 00 00 22 01 00 00 02 00 00 00 | |
1372 0060 2d 01 00 00 00 00 00 00 70 00 00 00 00 00 00 00 | |
1373 0070 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1374 0080 2e 01 00 00 00 00 00 00 08 00 00 00 00 00 00 00 | |
1375 0090 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1376 00A0 2f 01 00 00 00 00 00 00 0c 00 00 00 00 00 00 00 | |
1377 00B0 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1378 00C0 e1 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
1379 00D0 00 00 00 00 00 00 00 00 00 00 00 00 d8 e3 13 00 | |
1380 00E0 01 02 00 00 00 00 00 00 8c 00 00 00 00 00 00 00 | |
1381 00F0 00 00 00 00 00 00 00 00 00 00 00 00 b0 e3 13 00 | |
1382 0100 61 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
1383 0110 00 00 00 00 00 00 00 00 00 00 00 00 d8 e3 13 00 | |
1384 0120 0d 06 00 00 00 00 00 00 04 00 00 00 00 00 00 00 | |
1385 0130 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1386 0140 0e 06 00 00 00 00 00 00 08 00 00 00 00 00 00 00 | |
1387 0150 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1388 0160 0f 06 00 00 00 00 00 00 0c 00 00 00 00 00 00 00 | |
1389 0170 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1390 0180 10 06 00 00 00 00 00 00 10 00 00 00 00 00 00 00 | |
1391 0190 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1392 01A0 2b 06 00 00 00 00 00 00 24 00 00 00 00 00 00 00 | |
1393 01B0 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1394 01C0 71 06 00 00 00 00 00 00 18 00 00 00 00 00 00 00 | |
1395 01D0 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1396 01E0 00 00 00 00 00 00 00 00 0e 0f 20 00 00 00 00 00 | |
1397 01F0 81 81 77 56 f8 32 43 49 77 00 00 00 00 00 00 00 | |
1398 | |
1399 01e8 itemCount [1 byte] 0x0e in this case | |
1400 01e9 maxItemCount [1 byte] 0x0f constant | |
71
1bd4491cf8ff
fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents:
64
diff
changeset
|
1401 01ea itemSize [1 byte] 0x20 constant |
44 | 1402 01eb nodeLevel [1 byte] 0x00 defines a leaf node |
71
1bd4491cf8ff
fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents:
64
diff
changeset
|
1403 01f8 backPointer [8 bytes] 0x000077 in this case |
44 | 1404 ]]></literallayout> |
1405 <para> | |
1406 The itemCount specifies the number of 32 byte records that | |
1407 are active. The nodeLevel is zero for these leaf nodes. | |
1408 The backPointer must match the backPointer from the triple | |
1409 that pointed to this node. | |
1410 </para> | |
1411 <para> | |
150
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1412 Each item in this node is a tuple of (D_ID, DESC-I_ID, TREE-I_ID, |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1413 PARENT-D_ID) The DESC-I_ID points to the main data for this item |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1414 (Associated Descriptor Items 0x7cec, 0xbcec, or 0x0101) via the index1 |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1415 tree. The TREE-I_ID is zero or points to an Associated Tree Item |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1416 0x0002 via the index1 tree. The PARENT-D_ID points to the parent of |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1417 this item in this index2 tree. |
44 | 1418 </para> |
1419 </refsect1> | |
1420 | |
46 | 1421 <refsect1 id='pst.file.list.32.5'> |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1422 <title>32 bit Associated Tree Item 0x0002</title> |
24 | 1423 <para> |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1424 A D_ID value may point to an entry in the index2 tree with a non-zero |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1425 TREE-I_ID which points to this descriptor block via the index1 |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1426 tree. It maps local ID2 values (referenced in the main data for the |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1427 original D_ID item) to I_ID values. This descriptor block contains |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1428 triples of (ID2, I_ID, CHILD-I_ID) where the local ID2 data can be |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1429 found via I_ID, and CHILD-I_ID is either zero or it points to another |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1430 Associated Tree Item via the index1 tree. |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1431 </para> |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1432 <para> |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1433 In the above 32 bit leaf node, we have a tuple of (0x61, 0x02a82c, |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1434 0x02a836, 0) 0x02a836 is the I_ID of the associated tree, and we can |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1435 lookup that I_ID value in the index1 b-tree to find the (offset,size) |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1436 of the data in the .pst file. |
24 | 1437 </para> |
1438 <literallayout class="monospaced"><![CDATA[ | |
1439 0000 02 00 01 00 9f 81 00 00 30 a8 02 00 00 00 00 00 | |
1440 | |
48 | 1441 0000 signature [2 bytes] 0x0002 constant |
24 | 1442 0002 count [2 bytes] 0x0001 in this case |
1443 repeating | |
1444 0004 id2 [4 bytes] 0x00819f in this case | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1445 0008 i_id [4 bytes] 0x02a830 in this case |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1446 000c child-i_id [4 bytes] 0 in this case |
46 | 1447 ]]></literallayout> |
1448 </refsect1> | |
1449 | |
1450 <refsect1 id='pst.file.list.64.5'> | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1451 <title>64 bit Associated Tree Item 0x0002</title> |
46 | 1452 <para> |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1453 This descriptor block contains a tree that maps local ID2 values |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1454 to I_ID entries, similar to the 32 bit version described above. |
46 | 1455 </para> |
1456 <literallayout class="monospaced"><![CDATA[ | |
1457 0000 02 00 02 00 00 00 00 00 92 06 00 00 00 00 00 00 | |
1458 0010 a8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
1459 0020 3f 80 00 00 00 00 00 00 98 00 00 00 00 00 00 00 | |
1460 0030 00 00 00 00 00 00 00 00 | |
1461 | |
48 | 1462 0000 signature [2 bytes] 0x0002 constant |
46 | 1463 0002 count [2 bytes] 0x0002 in this case |
57
de3753c3160a
add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents:
55
diff
changeset
|
1464 0004 unknown [4 bytes] 0 possibly constant |
46 | 1465 repeating |
48 | 1466 0008 id2 [4 bytes] 0x000692 in this case |
1467 000c unknown1 [2 bytes] 0 may be a count or size | |
1468 000e unknown2 [2 bytes] 0 may be a count or size | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1469 0010 i_id [8 bytes] 0x0000a8 in this case |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1470 0018 child-i_id [8 bytes] 0 in this case |
24 | 1471 ]]></literallayout> |
1472 </refsect1> | |
1473 | |
1474 <refsect1 id='pst.file.desc.5'> | |
28 | 1475 <title>Associated Descriptor Item 0xbcec</title> |
24 | 1476 <para> |
28 | 1477 Contains information about the item, which may be email, contact, or |
1478 other outlook types. In the above leaf node, we have a tuple of (0x21, | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1479 0x00e638, 0, 0) 0x00e638 is the I_ID of the associated descriptor, and we |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1480 can lookup that I_ID value in the index1 b-tree to find the (offset,size) |
28 | 1481 of the data in the .pst file. |
150
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1482 This descriptor is eventually decoded to a list of MAPI elements. |
24 | 1483 </para> |
1484 <literallayout class="monospaced"><![CDATA[ | |
1485 0000 3c 01 ec bc 20 00 00 00 00 00 00 00 b5 02 06 00 | |
1486 0010 40 00 00 00 f9 0f 02 01 60 00 00 00 01 30 1e 00 | |
1487 0020 80 00 00 00 04 30 1e 00 00 00 00 00 df 35 03 00 | |
1488 0030 ff 00 00 00 e0 35 02 01 a0 00 00 00 e2 35 02 01 | |
1489 0040 e0 00 00 00 e3 35 02 01 c0 00 00 00 e4 35 02 01 | |
1490 0050 00 01 00 00 e5 35 02 01 20 01 00 00 e6 35 02 01 | |
1491 0060 40 01 00 00 e7 35 02 01 60 01 00 00 1e 66 0b 00 | |
1492 0070 00 00 00 00 ff 67 03 00 00 00 00 00 d2 7f 17 d8 | |
1493 0080 64 8c d5 11 83 24 00 50 04 86 95 45 53 74 61 6e | |
1494 0090 6c 65 79 00 00 00 00 d2 7f 17 d8 64 8c d5 11 83 | |
1495 00A0 24 00 50 04 86 95 45 22 80 00 00 00 00 00 00 d2 | |
1496 00B0 7f 17 d8 64 8c d5 11 83 24 00 50 04 86 95 45 42 | |
1497 00C0 80 00 00 00 00 00 00 d2 7f 17 d8 64 8c d5 11 83 | |
1498 00D0 24 00 50 04 86 95 45 a2 80 00 00 00 00 00 00 d2 | |
1499 00E0 7f 17 d8 64 8c d5 11 83 24 00 50 04 86 95 45 c2 | |
1500 00F0 80 00 00 00 00 00 00 d2 7f 17 d8 64 8c d5 11 83 | |
1501 0100 24 00 50 04 86 95 45 e2 80 00 00 00 00 00 00 d2 | |
1502 0110 7f 17 d8 64 8c d5 11 83 24 00 50 04 86 95 45 02 | |
1503 0120 81 00 00 00 00 00 00 d2 7f 17 d8 64 8c d5 11 83 | |
1504 0130 24 00 50 04 86 95 45 62 80 00 00 00 0b 00 00 00 | |
1505 0140 0c 00 14 00 7c 00 8c 00 93 00 ab 00 c3 00 db 00 | |
1506 0150 f3 00 0b 01 23 01 3b 01 | |
1507 | |
28 | 1508 0000 indexOffset [2 bytes] 0x013c in this case |
24 | 1509 0002 signature [2 bytes] 0xbcec constant |
35 | 1510 0004 b5offset [4 bytes] 0x0020 index reference |
24 | 1511 ]]></literallayout> |
1512 <para> | |
35 | 1513 Note the signature of 0xbcec. There are other descriptor block formats |
1514 with other signatures. Note the indexOffset of 0x013c - starting at | |
1515 that position in the descriptor block, we have an array of two byte | |
1516 integers. The first integer (0x000b) is a (count-1) of the number of | |
1517 overlapping pairs following the count. The first pair is (0, 0xc), the | |
1518 next pair is (0xc, 0x14) and the last (12th) pair is (0x123, 0x13b). | |
1519 These pairs are (start,end+1) offsets of items in this block. So we | |
1520 have count+2 integers following the count value. | |
24 | 1521 </para> |
1522 <para> | |
35 | 1523 Note the b5offset of 0x0020, which is a type that I will call an index |
49 | 1524 reference. Such index references have at least two different forms, |
1525 and may point to data either in this block, or in some other block. | |
35 | 1526 External pointer references have the low order 4 bits all set, and are |
1527 ID2 values that can be used to fetch data. This value of 0x0020 is an | |
49 | 1528 internal pointer reference, which needs to be right shifted by 4 bits |
1529 to become 0x0002, which is then a byte offset to be added to the above | |
35 | 1530 indexOffset plus two (to skip the count), so it points to the (0xc, |
1531 0x14) pair. | |
1532 </para> | |
1533 <para> | |
49 | 1534 So far we have only described internal index references where the high |
1535 order 16 bits are zero. That suffices for single descriptor | |
1536 blocks. But in the case of the type 0x0101 descriptor block, we have | |
1537 an array of subblocks. In this case, the high order 16 bits of an | |
1538 internal index reference are used to select the subblock. Each | |
1539 subblock starts with a 16 bit indexOffset which points to the count | |
1540 and array of 16 bit integer pairs which are offsets in the current | |
1541 subblock. | |
1542 </para> | |
1543 <para> | |
35 | 1544 Finally, we have the offset and size of the "b5" block located at offset 0xc |
24 | 1545 with a size of 8 bytes in this descriptor block. The "b5" block has the |
1546 following format: | |
1547 </para> | |
1548 <literallayout class="monospaced"><![CDATA[ | |
1549 0000 signature [2 bytes] 0x02b5 constant | |
75
987aa872294e
Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
1550 0002 datasize [2 bytes] 0x0006 constant +2 for 8 byte entries |
35 | 1551 0004 descoffset [4 bytes] 0x0040 index reference |
24 | 1552 ]]></literallayout> |
1553 <para> | |
150
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1554 Note the descoffset of 0x0040, which again is an index reference. In |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1555 this case, it is an internal pointer reference, which needs to be |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1556 right shifted by 4 bits to become 0x0004, which is then a byte offset |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1557 to be added to the above indexOffset plus two (to skip the count), so |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1558 it points to the (0x14, 0x7c) pair. The datasize (6) plus the b5 code |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1559 (02) gives the size of the entries, in this case 8 bytes. We now have |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1560 the offset 0x14 of the descriptor array, composed of 8 byte entries |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1561 that describe MAPI elements. Each descriptor entry has the following |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1562 format: |
24 | 1563 </para> |
1564 <literallayout class="monospaced"><![CDATA[ | |
28 | 1565 0000 itemType [2 bytes] |
1566 0002 referenceType [2 bytes] | |
24 | 1567 0004 value [4 bytes] |
1568 ]]></literallayout> | |
1569 <para> | |
1570 For some reference types (2, 3, 0xb) the value is used directly. Otherwise, | |
35 | 1571 the value is an index reference, which is either an ID2 value, or an |
1572 offset, to be right shifted by 4 bits and used to fetch a pair from the | |
1573 index table to find the offset and size of the item in this descriptor block. | |
24 | 1574 </para> |
1575 <para> | |
1576 The following reference types are known, but not all of these | |
1577 are implemented in the code yet. | |
1578 </para> | |
1579 <literallayout class="monospaced"><![CDATA[ | |
1580 0x0002 - Signed 16bit value | |
1581 0x0003 - Signed 32bit value | |
1582 0x0004 - 4-byte floating point | |
1583 0x0005 - Floating point double | |
1584 0x0006 - Signed 64-bit int | |
1585 0x0007 - Application Time | |
1586 0x000A - 32-bit error value | |
1587 0x000B - Boolean (non-zero = true) | |
1588 0x000D - Embedded Object | |
1589 0x0014 - 8-byte signed integer (64-bit) | |
1590 0x001E - Null terminated String | |
1591 0x001F - Unicode string | |
1592 0x0040 - Systime - Filetime structure | |
1593 0x0048 - OLE Guid | |
1594 0x0102 - Binary data | |
1595 0x1003 - Array of 32bit values | |
1596 0x1014 - Array of 64bit values | |
1597 0x101E - Array of Strings | |
1598 0x1102 - Array of Binary data | |
1599 ]]></literallayout> | |
1600 <para> | |
1601 The following item types are known, but not all of these | |
1602 are implemented in the code yet. | |
1603 </para> | |
1604 <literallayout class="monospaced"><![CDATA[ | |
150
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1605 0x0002 Alternate recipient allowed |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1606 0x0003 Extended Attributes Table |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1607 0x0017 Importance Level |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1608 0x001a IPM Context, message class |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1609 0x0023 Global delivery report requested |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1610 0x0026 Priority |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1611 0x0029 Read Receipt |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1612 0x002b Reassignment Prohibited |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1613 0x002e Original Sensitivity |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1614 0x0032 Report time |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1615 0x0036 Sensitivity |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1616 0x0037 Email Subject |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1617 0x0039 Client submit time / date sent |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1618 0x003b Outlook Address of Sender |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1619 0x003f Outlook structure describing the recipient |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1620 0x0040 Name of the Outlook recipient structure |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1621 0x0041 Outlook structure describing the sender |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1622 0x0042 Name of the Outlook sender structure |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1623 0x0043 Another structure describing the recipient |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1624 0x0044 Name of the second recipient structure |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1625 0x004f Reply-To Outlook Structure |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1626 0x0050 Name of the Reply-To structure |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1627 0x0051 Outlook Name of recipient |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1628 0x0052 Second Outlook name of recipient |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1629 0x0057 My address in TO field |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1630 0x0058 My address in CC field |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1631 0x0059 Message addressed to me |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1632 0x0063 Response requested |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1633 0x0064 Sender's Address access method (SMTP, EX) |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1634 0x0065 Sender's Address |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1635 0x0070 Conversation topic, processed subject (with Fwd:, Re, ... removed) |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1636 0x0071 Conversation index |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1637 0x0072 Original display BCC |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1638 0x0073 Original display CC |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1639 0x0074 Original display TO |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1640 0x0075 Recipient Address Access Method (SMTP, EX) |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1641 0x0076 Recipient's Address |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1642 0x0077 Second Recipient Access Method (SMTP, EX) |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1643 0x0078 Second Recipient Address |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1644 0x007d Email Header. This is the header that was attached to the email |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1645 0x0c04 NDR Reason code |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1646 0x0c05 NDR Diag code |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1647 0x0c06 Non-receipt notification requested |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1648 0x0c17 Reply Requested |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1649 0x0c19 Second sender structure |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1650 0x0c1a Name of second sender structure |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1651 0x0c1b Supplementary info |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1652 0x0c1d Second outlook name of sender |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1653 0x0c1e Second sender access method (SMTP, EX) |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1654 0x0c1f Second Sender Address |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1655 0x0c20 NDR status code |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1656 0x0e01 Delete after submit |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1657 0x0e02 BCC Addresses |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1658 0x0e03 CC Addresses |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1659 0x0e04 SentTo Address |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1660 0x0e06 Date. |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1661 0x0e07 Flag bits |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1662 0x01 - Read |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1663 0x02 - Unmodified |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1664 0x04 - Submit |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1665 0x08 - Unsent |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1666 0x10 - Has Attachments |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1667 0x20 - From Me |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1668 0x40 - Associated |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1669 0x80 - Resend |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1670 0x100 - RN Pending |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1671 0x200 - NRN Pending |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1672 0x0e08 Message Size |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1673 0x0e0a Sentmail EntryID |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1674 0x0e1f Compressed RTF in Sync |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1675 0x0e20 Attachment Size |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1676 0x0ff9 binary record header |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1677 0x1000 Plain Text Email Body. Does not exist if the email doesn't have a plain text version |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1678 0x1001 Report Text |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1679 0x1006 RTF Sync Body CRC |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1680 0x1007 RTF Sync Body character count |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1681 0x1008 RTF Sync body tag |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1682 0x1009 RTF Compressed body |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1683 0x1010 RTF whitespace prefix count |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1684 0x1011 RTF whitespace tailing count |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1685 0x1013 HTML Email Body. Does not exist if the email doesn't have an HTML version |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1686 0x1035 Message ID |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1687 0x1042 In-Reply-To or Parent's Message ID |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1688 0x1046 Return Path |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1689 0x3001 Folder Name? I have seen this value used for the contacts record aswell |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1690 0x3002 Address Type |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1691 0x3003 Contact Address |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1692 0x3004 Comment |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1693 0x3007 Date item creation |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1694 0x3008 Date item modification |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1695 0x300b binary record header |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1696 0x35df Valid Folder Mask |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1697 0x35e0 binary record contains a reference to "Top of Personal Folder" item |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1698 0x35e2 binary record contains a reference to default outbox item |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1699 0x35e3 binary record contains a reference to "Deleted Items" item |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1700 0x35e4 binary record contains a reference to sent items folder item |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1701 0x35e5 binary record contains a reference to user views folder item |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1702 0x35e6 binary record contains a reference to common views folder item |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1703 0x35e7 binary record contains a reference to "Search Root" item |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1704 0x3602 the number of emails stored in a folder |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1705 0x3603 the number of unread emails in a folder |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1706 0x360a Has Subfolders |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1707 0x3613 the folder content description |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1708 0x3617 Associate Content count |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1709 0x3701 Binary Data attachment |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1710 0x3704 Attachment Filename |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1711 0x3705 Attachement method |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1712 0x3707 Attachment Filename long |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1713 0x370b Attachment Position |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1714 0x370e Attachment mime encoding |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1715 0x3710 Attachment mime Sequence |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1716 0x3a00 Contact's Account name |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1717 0x3a01 Contact Alternate Recipient |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1718 0x3a02 Callback telephone number |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1719 0x3a03 Message Conversion Prohibited |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1720 0x3a05 Contacts Suffix |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1721 0x3a06 Contacts First Name |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1722 0x3a07 Contacts Government ID Number |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1723 0x3a08 Business Telephone Number |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1724 0x3a09 Home Telephone Number |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1725 0x3a0a Contacts Initials |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1726 0x3a0b Keyword |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1727 0x3a0c Contact's Language |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1728 0x3a0d Contact's Location |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1729 0x3a0e Mail Permission |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1730 0x3a0f MHS Common Name |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1731 0x3a10 Organizational ID # |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1732 0x3a11 Contacts Surname |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1733 0x3a12 original entry id |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1734 0x3a13 original display name |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1735 0x3a14 original search key |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1736 0x3a15 Default Postal Address |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1737 0x3a16 Company Name |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1738 0x3a17 Job Title |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1739 0x3a18 Department Name |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1740 0x3a19 Office Location |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1741 0x3a1a Primary Telephone |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1742 0x3a1b Business Phone Number 2 |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1743 0x3a1c Mobile Phone Number |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1744 0x3a1d Radio Phone Number |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1745 0x3a1e Car Phone Number |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1746 0x3a1f Other Phone Number |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1747 0x3a20 Transmittable Display Name |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1748 0x3a21 Pager Phone Number |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1749 0x3a22 user certificate |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1750 0x3a23 Primary Fax Number |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1751 0x3a24 Business Fax Number |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1752 0x3a25 Home Fax Number |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1753 0x3a26 Business Address Country |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1754 0x3a27 Business Address City |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1755 0x3a28 Business Address State |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1756 0x3a29 Business Address Street |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1757 0x3a2a Business Postal Code |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1758 0x3a2b Business PO Box |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1759 0x3a2c Telex Number |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1760 0x3a2d ISDN Number |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1761 0x3a2e Assistant Phone Number |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1762 0x3a2f Home Phone 2 |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1763 0x3a30 Assistant's Name |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1764 0x3a40 Can receive Rich Text |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1765 0x3a41 Wedding Anniversary |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1766 0x3a42 Birthday |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1767 0x3a43 Hobbies |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1768 0x3a44 Middle Name |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1769 0x3a45 Display Name Prefix (Title) |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1770 0x3a46 Profession |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1771 0x3a47 Preferred By Name |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1772 0x3a48 Spouse's Name |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1773 0x3a49 Computer Network Name |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1774 0x3a4a Customer ID |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1775 0x3a4b TTY/TDD Phone |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1776 0x3a4c Ftp Site |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1777 0x3a4d Gender |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1778 0x3a4e Manager's Name |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1779 0x3a4f Nickname |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1780 0x3a50 Personal Home Page |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1781 0x3a51 Business Home Page |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1782 0x3a57 Company Main Phone |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1783 0x3a58 childrens names |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1784 0x3a59 Home Address City |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1785 0x3a5a Home Address Country |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1786 0x3a5b Home Address Postal Code |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1787 0x3a5c Home Address State or Province |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1788 0x3a5d Home Address Street |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1789 0x3a5e Home Address Post Office Box |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1790 0x3a5f Other Address City |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1791 0x3a60 Other Address Country |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1792 0x3a61 Other Address Postal Code |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1793 0x3a62 Other Address State |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1794 0x3a63 Other Address Street |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1795 0x3a64 Other Address Post Office box |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1796 0x3fde Internet code page |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1797 0x3ffd Message code page |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1798 0x65e3 Entry ID |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1799 0x67f2 Attachment ID2 value |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1800 0x67ff Password checksum |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1801 0x6f02 Secure HTML Body |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1802 0x6f04 Secure Text Body |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1803 0x7c07 Top of folders RecID |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1804 0x8005 Contact Fullname |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1805 0x801a Home Address |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1806 0x801b Business Address |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1807 0x801c Other Address |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1808 0x8045 Work Address Street |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1809 0x8046 Work Address City |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1810 0x8047 Work Address State |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1811 0x8048 Work Address Postal Code |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1812 0x8049 Work Address Country |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1813 0x804a Work Address Post Office Box |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1814 0x8082 Email Address 1 Transport |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1815 0x8083 Email Address 1 Address |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1816 0x8084 Email Address 1 Description |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1817 0x8085 Email Address 1 Record |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1818 0x8092 Email Address 2 Transport |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1819 0x8093 Email Address 2 Address |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1820 0x8094 Email Address 2 Description |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1821 0x8095 Email Address 2 Record |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1822 0x80a2 Email Address 3 Transport |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1823 0x80a3 Email Address 3 Address |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1824 0x80a4 Email Address 3 Description |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1825 0x80a5 Email Address 3 Record |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1826 0x80d8 Internet Free/Busy |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1827 0x8205 Appointment shows as |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1828 0x8208 Appointment Location |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1829 0x820d Appointment start |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1830 0x820e Appointment end |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1831 0x8214 Label for appointment |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1832 0x8215 All day appointment flag |
238
410b6422d65b
fix --help usage; readpstlog is gone
Carl Byington <carl@five-ten-sg.com>
parents:
236
diff
changeset
|
1833 0x8216 Appointment recurrence data |
410b6422d65b
fix --help usage; readpstlog is gone
Carl Byington <carl@five-ten-sg.com>
parents:
236
diff
changeset
|
1834 0x8223 Appointment is recurring |
150
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1835 0x8231 Recurrence type |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1836 0x8232 Recurrence description |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1837 0x8234 TimeZone of times |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1838 0x8235 Recurrence Start Time |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1839 0x8236 Recurrence End Time |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1840 0x8501 Reminder minutes before appointment start |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1841 0x8503 Reminder alarm |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1842 0x8516 Common Time Start |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1843 0x8517 Common Time End |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1844 0x851f Play reminder sound filename |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1845 0x8530 Followup String |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1846 0x8534 Mileage |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1847 0x8535 Billing Information |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1848 0x8554 Outlook Version |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1849 0x8560 Appointment Reminder Time |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1850 0x8700 Journal Entry Type |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1851 0x8706 Start Timestamp |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1852 0x8708 End Timestamp |
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1853 0x8712 Journal Entry Type - duplicate? |
24 | 1854 ]]></literallayout> |
1855 </refsect1> | |
1856 | |
28 | 1857 <refsect1 id='pst.file.desc2.5'> |
1858 <title>Associated Descriptor Item 0x7cec</title> | |
1859 <para> | |
35 | 1860 This style of descriptor block is similar to the 0xbcec format. |
150
06aa84023b48
rename some structure fields to reflect our better understanding of the pst format
Carl Byington <carl@five-ten-sg.com>
parents:
149
diff
changeset
|
1861 This descriptor is also eventually decoded to a list of MAPI elements. |
28 | 1862 </para> |
1863 <literallayout class="monospaced"><![CDATA[ | |
1864 0000 7a 01 ec 7c 40 00 00 00 00 00 00 00 b5 04 02 00 | |
1865 0010 60 00 00 00 7c 18 60 00 60 00 62 00 65 00 20 00 | |
1866 0020 00 00 80 00 00 00 00 00 00 00 03 00 20 0e 0c 00 | |
1867 0030 04 03 1e 00 01 30 2c 00 04 0b 1e 00 03 37 28 00 | |
1868 0040 04 0a 1e 00 04 37 14 00 04 05 03 00 05 37 10 00 | |
1869 0050 04 04 1e 00 07 37 24 00 04 09 1e 00 08 37 20 00 | |
1870 0060 04 08 02 01 0a 37 18 00 04 06 03 00 0b 37 08 00 | |
1871 0070 04 02 1e 00 0d 37 1c 00 04 07 1e 00 0e 37 40 00 | |
1872 0080 04 10 02 01 0f 37 30 00 04 0c 1e 00 11 37 34 00 | |
1873 0090 04 0d 1e 00 12 37 3c 00 04 0f 1e 00 13 37 38 00 | |
1874 00A0 04 0e 03 00 f2 67 00 00 04 00 03 00 f3 67 04 00 | |
1875 00B0 04 01 03 00 09 69 44 00 04 11 03 00 fa 7f 5c 00 | |
1876 00C0 04 15 40 00 fb 7f 4c 00 08 13 40 00 fc 7f 54 00 | |
1877 00D0 08 14 03 00 fd 7f 48 00 04 12 0b 00 fe 7f 60 00 | |
1878 00E0 01 16 0b 00 ff 7f 61 00 01 17 45 82 00 00 00 00 | |
1879 00F0 45 82 00 00 78 3c 00 00 ff ff ff ff 49 1e 00 00 | |
1880 0100 06 00 00 00 00 00 00 00 a0 00 00 00 00 00 00 00 | |
1881 0110 00 00 00 00 00 00 00 00 00 00 00 00 c0 00 00 00 | |
1882 0120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
1883 0130 00 00 00 00 00 00 00 00 00 00 00 00 00 40 dd a3 | |
1884 0140 57 45 b3 0c 00 40 dd a3 57 45 b3 0c 02 00 00 00 | |
1885 0150 00 00 fa 10 3e 2a 86 48 86 f7 14 03 0a 03 02 01 | |
1886 0160 4a 2e 20 44 61 76 69 64 20 4b 61 72 61 6d 27 73 | |
1887 0170 20 42 69 72 74 68 64 61 79 00 06 00 00 00 0c 00 | |
1888 0180 14 00 ea 00 f0 00 55 01 60 01 79 01 | |
1889 | |
1890 0000 indexOffset [2 bytes] 0x017a in this case | |
1891 0002 signature [2 bytes] 0x7cec constant | |
35 | 1892 0004 7coffset [4 bytes] 0x0040 index reference |
28 | 1893 ]]></literallayout> |
1894 <para> | |
1895 Note the signature of 0x7cec. There are other descriptor block | |
1896 formats with other signatures. | |
1897 Note the indexOffset of 0x017a - starting at that position in the | |
1898 descriptor block, we have an array of two byte integers. The first | |
1899 integer (0x0006) is a (count-1) of the number of overlapping pairs | |
1900 following the count. The first pair is (0, 0xc), the next pair is (0xc, 0x14) | |
1901 and the last (7th) pair is (0x160, 0x179). These pairs are (start,end+1) | |
1902 offsets of items in this block. So we have count+2 integers following | |
1903 the count value. | |
1904 </para> | |
1905 <para> | |
35 | 1906 Note the 7coffset of 0x0040, which is an index reference. In this case, |
1907 it is an internal reference pointer, which needs to be right shifted by 4 bits | |
28 | 1908 to become 0x0004, which is then a byte offset to be added to the above |
1909 indexOffset plus two (to skip the count), so it points to the (0x14, 0xea) | |
1910 pair. We have the offset and size of the "7c" block located at offset 0x14 | |
1911 with a size of 214 bytes in this case. The "7c" block starts with | |
1912 a header with the following format: | |
1913 </para> | |
1914 <literallayout class="monospaced"><![CDATA[ | |
1915 0000 signature [1 bytes] 0x7c constant | |
1916 0001 itemCount [1 bytes] 0x18 in this case | |
1917 0002 unknown [2 bytes] 0x0060 in this case | |
1918 0004 unknown [2 bytes] 0x0060 in this case | |
1919 0006 unknown [2 bytes] 0x0062 in this case | |
1920 0008 recordSize [2 bytes] 0x0065 in this case | |
35 | 1921 000a b5Offset [4 bytes] 0x0020 index reference |
1922 000e index2Offset [4 bytes] 0x0080 index reference | |
28 | 1923 0012 unknown [2 bytes] 0x0000 in this case |
1924 0014 unknown [2 bytes] 0x0000 in this case | |
1925 ]]></literallayout> | |
1926 <para> | |
35 | 1927 Note the b5Offset of 0x0020, which is an index reference. In this case, |
1928 it is an internal reference pointer, which needs to be right shifted by 4 bits | |
28 | 1929 to become 0x0002, which is then a byte offset to be added to the above |
1930 indexOffset plus two (to skip the count), so it points to the (0xc, | |
1931 0x14) pair. Finally, we have the offset and size of the "b5" block | |
1932 located at offset 0xc with a size of 8 bytes in this descriptor block. | |
1933 The "b5" block has the following format: | |
1934 </para> | |
1935 <literallayout class="monospaced"><![CDATA[ | |
1936 0000 signature [2 bytes] 0x04b5 constant | |
75
987aa872294e
Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
1937 0002 datasize [2 bytes] 0x0002 +4 for 6 byte entries in this case |
35 | 1938 0004 descoffset [4 bytes] 0x0060 index reference |
28 | 1939 ]]></literallayout> |
1940 <para> | |
35 | 1941 Note the descoffset of 0x0060, which again is an index reference. In this |
1942 case, it is an internal pointer reference, which needs to be right shifted by 4 | |
28 | 1943 bits to become 0x0006, which is then a byte offset to be added to the |
1944 above indexOffset plus two (to skip the count), so it points to the | |
75
987aa872294e
Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
1945 (0xea, 0xf0) pair. The datasize (2) plus the b5 code (04) gives the size |
987aa872294e
Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
1946 of the entries, in this case 6 bytes. We now have the offset 0xea of an |
987aa872294e
Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
1947 unused block of data in an unknown format, composed of 6 byte entries. |
987aa872294e
Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
1948 That gives us (0xf0 - 0xea)/6 = 1, so we have a recordCount of one. |
28 | 1949 </para> |
1950 <para> | |
60
97b7706bdda2
Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents:
58
diff
changeset
|
1951 We have seen cases where the descoffset in the b5 block is zero, and |
97b7706bdda2
Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents:
58
diff
changeset
|
1952 the index2Offset in the 7c block is zero. This has been seen for |
97b7706bdda2
Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents:
58
diff
changeset
|
1953 objects that seem to be attachments on messages that have been |
97b7706bdda2
Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents:
58
diff
changeset
|
1954 read. Before the message was read, it did not have any attachments. |
97b7706bdda2
Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents:
58
diff
changeset
|
1955 </para> |
97b7706bdda2
Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents:
58
diff
changeset
|
1956 <para> |
35 | 1957 Note the index2Offset above of 0x0080, which again is an index reference. In this |
1958 case, it is an internal pointer reference, which needs to be right shifted | |
28 | 1959 by 4 bits to become 0x0008, which is then a byte offset to be added to |
1960 the above indexOffset plus two (to skip the count), so it points to the | |
1961 (0xf0, 0x155) pair. This is an array of tables of four byte integers. | |
1962 We will call these the IND2 tables. The size of each of these tables is | |
1963 specified by the recordSize field of the "7c" header. The number of | |
1964 these tables is the above recordCount value derived from the "b5" block. | |
1965 </para> | |
1966 <para> | |
1967 Now the remaining data in the "7c" block after the header starts at | |
1968 offset 0x2a. There should be itemCount 8 byte items here, with the | |
1969 following format: | |
1970 </para> | |
1971 <literallayout class="monospaced"><![CDATA[ | |
1972 0000 referenceType [2 bytes] | |
1973 0002 itemType [2 bytes] | |
1974 0004 ind2Offset [2 bytes] | |
35 | 1975 0006 size [1 byte] |
1976 0007 unknown [1 byte] | |
28 | 1977 ]]></literallayout> |
1978 <para> | |
35 | 1979 The ind2Offset is a byte offset into the current IND2 table of some value. |
1980 If that is a four byte integer value, then once we fetch that, we have | |
1981 the same triple (item type, reference type, value) as we find in the | |
1982 0xbcec style descriptor blocks. If not, then this value is used directly. | |
1983 These 8 byte descriptors are processed recordCount times, each | |
28 | 1984 time using the next IND2 table. The item and reference types are as |
1985 described above for the 0xbcec format descriptor block. | |
1986 </para> | |
1987 </refsect1> | |
1988 | |
48 | 1989 <refsect1 id='pst.file.desc3.32.5'> |
1990 <title>32 bit Associated Descriptor Item 0x0101</title> | |
35 | 1991 <para> |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1992 This descriptor block contains a list of I_ID values. It is used when |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1993 an I_ID (that would normally point to a type 0x7cec or 0xbcec |
49 | 1994 descriptor block) contains more data than can fit in any single |
1995 descriptor of those types. In this case, it points to a type 0x0101 | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1996 block, which contains a list of I_ID values that themselves point to |
49 | 1997 the actual descriptor blocks. The total length value in the 0x0101 |
1998 header is the sum of the lengths of the blocks pointed to by the list | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1999 of I_ID values. The result is an array of subblocks, that may contain |
49 | 2000 index references where the high order 16 bits specify which descriptor |
2001 subblock to use. Only the first descriptor subblock contains the | |
2002 signature (0xbcec or 0x7cec). | |
35 | 2003 </para> |
2004 <literallayout class="monospaced"><![CDATA[ | |
2005 0000 01 01 02 00 26 28 00 00 18 77 0c 00 b8 04 00 00 | |
2006 | |
2007 0000 signature [2 bytes] 0x0101 constant | |
2008 0002 count [2 bytes] 0x0002 in this case | |
49 | 2009 0004 total length [4 bytes] 0x002826 in this case |
35 | 2010 repeating |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
2011 0008 i_id [4 bytes] 0x0c7718 in this case |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
2012 000c i_id [4 bytes] 0x0004b8 in this case |
35 | 2013 ]]></literallayout> |
2014 </refsect1> | |
2015 | |
48 | 2016 <refsect1 id='pst.file.desc3.64.5'> |
2017 <title>64 bit Associated Descriptor Item 0x0101</title> | |
2018 <para> | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
2019 This descriptor block contains a list of I_ID values, similar to the |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
2020 32 bit version described above. |
48 | 2021 </para> |
2022 <literallayout class="monospaced"><![CDATA[ | |
2023 0000 01 01 02 00 ea 29 00 00 10 83 00 00 00 00 00 00 | |
2024 0010 1c 83 00 00 00 00 00 00 | |
2025 | |
2026 0000 signature [2 bytes] 0x0101 constant | |
2027 0002 count [2 bytes] 0x0002 in this case | |
49 | 2028 0004 total length [4 bytes] 0x0029ea in this case |
48 | 2029 repeating |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
2030 0008 i_id [8 bytes] 0x008310 in this case |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
2031 0010 i_id [8 bytes] 0x00831c in this case |
48 | 2032 ]]></literallayout> |
2033 </refsect1> | |
2034 | |
24 | 2035 </refentry> |
16 | 2036 </reference> |