Mercurial > libpst
annotate xml/libpst.in @ 249:76702156656b
Subpackage Licensing
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 07 Jul 2010 15:12:08 -0700 |
parents | aa50c23a6935 |
children | fb66d428347d 97c53c6868ab |
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 |
bdb38b434c0a
more changes from Fridrich Strba to avoid installing our config.h
Carl Byington <carl@five-ten-sg.com>
parents:
118
diff
changeset
|
29 url="http://sourceforge.net/projects/libpff/">libpff</ulink> project |
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> | |
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
|
38 <date>2009-09-14</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> | |
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
|
56 <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
|
57 <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
|
58 <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
|
59 <arg><option>-V</option></arg> |
31 | 60 <arg><option>-b</option></arg> |
16 | 61 <arg><option>-c <replaceable class="parameter">format</replaceable></option></arg> |
62 <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
|
63 <arg><option>-e</option></arg> |
16 | 64 <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
|
65 <arg><option>-j <replaceable class="parameter">jobs</replaceable></option></arg> |
16 | 66 <arg><option>-k</option></arg> |
67 <arg><option>-o <replaceable class="parameter">output-directory</replaceable></option></arg> | |
68 <arg><option>-q</option></arg> | |
69 <arg><option>-r</option></arg> | |
230
42b38d65f7e4
patches from Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
214
diff
changeset
|
70 <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
|
71 <arg><option>-u</option></arg> |
16 | 72 <arg><option>-w</option></arg> |
43 | 73 <arg choice='plain'>pstfile</arg> |
16 | 74 </cmdsynopsis> |
75 </refsynopsisdiv> | |
76 | |
20 | 77 <refsect1 id='readpst.description.1'> |
78 <title>Description</title> | |
28 | 79 <para><command>readpst</command> is a program that can read an Outlook |
80 PST (Personal Folders) file and convert it into an mbox file, a format | |
81 suitable for KMail, a recursive mbox structure, or separate emails. | |
20 | 82 </para> |
83 </refsect1> | |
84 | |
85 <refsect1 id='readpst.options.1'> | |
16 | 86 <title>Options</title> |
87 <variablelist> | |
88 <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
|
89 <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
|
90 <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
|
91 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
|
92 </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
|
93 </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
|
94 <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
|
95 <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
|
96 <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
|
97 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
|
98 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
|
99 any attachments into its own file. These files will be numbered from 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
|
100 to n with no leading zeros. |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
101 </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
|
102 </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
|
103 <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
|
104 <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
|
105 <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
|
106 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
|
107 named in the PST file, and will put each email in its own file. These |
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
|
108 files will be numbered from 1 to n with no leading zeros. So the email |
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
|
109 contents for message $m are saved in a file named $m. Attachments |
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
|
110 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
|
111 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
|
112 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
|
113 no name), where $n is another sequential index with no leading zeros. |
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
|
114 </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
|
115 </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
|
116 <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
|
117 <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
|
118 <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
|
119 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
|
120 </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
|
121 </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
|
122 <varlistentry> |
31 | 123 <term>-b</term> |
124 <listitem><para> | |
125 Do not save the attachments for the RTF format of the email body. | |
126 </para></listitem> | |
127 </varlistentry> | |
128 <varlistentry> | |
16 | 129 <term>-c <replaceable class="parameter">format</replaceable></term> |
130 <listitem><para> | |
131 Set the Contact output mode. Use -cv for vcard format or -cl for an email list. | |
132 </para></listitem> | |
133 </varlistentry> | |
134 <varlistentry> | |
135 <term>-d <replaceable class="parameter">debug-file</replaceable></term> | |
136 <listitem><para> | |
202
2f38c4ce606f
remove readpstlog, switch to plain ascii debug log files
Carl Byington <carl@five-ten-sg.com>
parents:
201
diff
changeset
|
137 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
|
138 instead of the binary file used in previous versions. |
16 | 139 </para></listitem> |
140 </varlistentry> | |
141 <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
|
142 <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
|
143 <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
|
144 Same as the M option, but each output file will include an extension |
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
|
145 from (.eml, .ics, .vcf). |
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
|
146 </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
|
147 </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
|
148 <varlistentry> |
16 | 149 <term>-h</term> |
150 <listitem><para> | |
31 | 151 Show summary of options and exit. |
16 | 152 </para></listitem> |
153 </varlistentry> | |
154 <varlistentry> | |
201
3850a3b11745
fixes for parallel readpst
Carl Byington <carl@five-ten-sg.com>
parents:
197
diff
changeset
|
155 <term>-j <replaceable class="parameter">jobs</replaceable></term> |
3850a3b11745
fixes for parallel readpst
Carl Byington <carl@five-ten-sg.com>
parents:
197
diff
changeset
|
156 <listitem><para> |
3850a3b11745
fixes for parallel readpst
Carl Byington <carl@five-ten-sg.com>
parents:
197
diff
changeset
|
157 Specifies the maximum number of parallel jobs. Specify 0 to suppress |
3850a3b11745
fixes for parallel readpst
Carl Byington <carl@five-ten-sg.com>
parents:
197
diff
changeset
|
158 running parallel jobs. |
3850a3b11745
fixes for parallel readpst
Carl Byington <carl@five-ten-sg.com>
parents:
197
diff
changeset
|
159 </para></listitem> |
3850a3b11745
fixes for parallel readpst
Carl Byington <carl@five-ten-sg.com>
parents:
197
diff
changeset
|
160 </varlistentry> |
3850a3b11745
fixes for parallel readpst
Carl Byington <carl@five-ten-sg.com>
parents:
197
diff
changeset
|
161 <varlistentry> |
16 | 162 <term>-k</term> |
163 <listitem><para> | |
164 Changes the output format to KMail. | |
165 </para></listitem> | |
166 </varlistentry> | |
167 <varlistentry> | |
20 | 168 <term>-o <replaceable class="parameter">output-directory</replaceable></term> |
16 | 169 <listitem><para> |
170 Specifies the output directory. The directory must already exist, and | |
171 is entered after the PST file is opened, but before any processing of | |
172 files commences. | |
173 </para></listitem> | |
174 </varlistentry> | |
175 <varlistentry> | |
176 <term>-q</term> | |
177 <listitem><para> | |
178 Changes to silent mode. No feedback is printed to the screen, except | |
179 for error messages. | |
180 </para></listitem> | |
181 </varlistentry> | |
182 <varlistentry> | |
183 <term>-r</term> | |
184 <listitem><para> | |
185 Changes the output format to Recursive. This will create folders as | |
21 | 186 named in the PST file, and will put all emails in a file called "mbox" |
16 | 187 inside each folder. These files are then compatible with all |
188 mbox-compatible email clients. | |
189 </para></listitem> | |
190 </varlistentry> | |
191 <varlistentry> | |
230
42b38d65f7e4
patches from Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
214
diff
changeset
|
192 <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
|
193 <listitem><para> |
42b38d65f7e4
patches from Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
214
diff
changeset
|
194 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
|
195 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
|
196 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
|
197 </para></listitem> |
42b38d65f7e4
patches from Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
214
diff
changeset
|
198 </varlistentry> |
42b38d65f7e4
patches from Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
214
diff
changeset
|
199 <varlistentry> |
231
fe64279df92b
patches from Chris White, Roberto Polli, Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
230
diff
changeset
|
200 <term>-u</term> |
fe64279df92b
patches from Chris White, Roberto Polli, Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
230
diff
changeset
|
201 <listitem><para> |
fe64279df92b
patches from Chris White, Roberto Polli, Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
230
diff
changeset
|
202 Sets Thunderbird mode, a submode of recursive mode. This causes |
fe64279df92b
patches from Chris White, Roberto Polli, Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
230
diff
changeset
|
203 two extra .type and .size meta files to be created. |
fe64279df92b
patches from Chris White, Roberto Polli, Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
230
diff
changeset
|
204 </para></listitem> |
fe64279df92b
patches from Chris White, Roberto Polli, Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
230
diff
changeset
|
205 </varlistentry> |
fe64279df92b
patches from Chris White, Roberto Polli, Justin Greer
Carl Byington <carl@five-ten-sg.com>
parents:
230
diff
changeset
|
206 <varlistentry> |
16 | 207 <term>-w</term> |
208 <listitem><para> | |
20 | 209 Overwrite any previous output files. Beware: When used with the -S |
16 | 210 switch, this will remove all files from the target folder before |
211 writing. This is to keep the count of emails and attachments correct. | |
212 </para></listitem> | |
213 </varlistentry> | |
214 </variablelist> | |
215 </refsect1> | |
216 | |
20 | 217 <refsect1 id='readpst.author.1'> |
16 | 218 <title>Author</title> |
219 <para> | |
220 This manual page was originally written by Dave Smith | |
221 <dave.s@earthcorp.com>, and updated by Joe Nahmias <joe@nahmias.net> | |
222 for the Debian GNU/Linux system (but may be used by others). It was | |
20 | 223 subsequently updated by Brad Hards <bradh@frogmouth.net>, and converted to |
16 | 224 xml format by Carl Byington <carl@five-ten-sg.com>. |
225 </para> | |
226 </refsect1> | |
227 | |
20 | 228 <refsect1 id='readpst.copyright.1'> |
16 | 229 <title>Copyright</title> |
230 <para> | |
231 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
|
232 XML version Copyright (C) 2008 by 510 Software Group <carl@five-ten-sg.com>. |
16 | 233 </para> |
234 <para> | |
235 This program is free software; you can redistribute it and/or modify it | |
236 under the terms of the GNU General Public License as published by the | |
237 Free Software Foundation; either version 2, or (at your option) any | |
238 later version. | |
239 </para> | |
240 <para> | |
241 You should have received a copy of the GNU General Public License along | |
242 with this program; see the file COPYING. If not, please write to the | |
243 Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | |
244 </para> | |
245 </refsect1> | |
246 | |
20 | 247 <refsect1 id='readpst.version.1'> |
52 | 248 <title>Version</title> |
16 | 249 <para> |
52 | 250 @VERSION@ |
16 | 251 </para> |
252 </refsect1> | |
253 </refentry> | |
254 | |
255 | |
43 | 256 <refentry id="lspst.1"> |
257 <refentryinfo> | |
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
|
258 <date>2009-09-14</date> |
43 | 259 </refentryinfo> |
260 | |
261 <refmeta> | |
262 <refentrytitle>lspst</refentrytitle> | |
263 <manvolnum>1</manvolnum> | |
264 <refmiscinfo>lspst @VERSION@</refmiscinfo> | |
265 </refmeta> | |
266 | |
267 <refnamediv id='lspst.name.1'> | |
268 <refname>lspst</refname> | |
269 <refpurpose>list PST (MS Outlook Personal Folders) file data</refpurpose> | |
270 </refnamediv> | |
271 | |
272 <refsynopsisdiv id='lspst.synopsis.1'> | |
273 <title>Synopsis</title> | |
274 <cmdsynopsis> | |
275 <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
|
276 <arg><option>-V</option></arg> |
50 | 277 <arg><option>-d <replaceable class="parameter">debug-file</replaceable></option></arg> |
278 <arg><option>-h</option></arg> | |
43 | 279 <arg choice='plain'>pstfile</arg> |
280 </cmdsynopsis> | |
281 </refsynopsisdiv> | |
282 | |
50 | 283 <refsect1 id='lspst.options.1'> |
284 <title>Options</title> | |
285 <variablelist> | |
286 <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
|
287 <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
|
288 <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
|
289 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
|
290 </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
|
291 </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
|
292 <varlistentry> |
50 | 293 <term>-d <replaceable class="parameter">debug-file</replaceable></term> |
294 <listitem><para> | |
202
2f38c4ce606f
remove readpstlog, switch to plain ascii debug log files
Carl Byington <carl@five-ten-sg.com>
parents:
201
diff
changeset
|
295 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
|
296 instead of the binary file used in previous versions. |
50 | 297 </para></listitem> |
298 </varlistentry> | |
299 <varlistentry> | |
300 <term>-h</term> | |
301 <listitem><para> | |
302 Show summary of options and exit. | |
303 </para></listitem> | |
304 </varlistentry> | |
305 </variablelist> | |
306 </refsect1> | |
307 | |
43 | 308 <refsect1 id='lspst.description.1'> |
309 <title>Description</title> | |
310 <para><command>lspst</command> is a program that can read an Outlook | |
311 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
|
312 data (contacts, email subjects, etc). |
43 | 313 </para> |
314 </refsect1> | |
315 | |
316 <refsect1 id='lspst.author.1'> | |
317 <title>Author</title> | |
318 <para> | |
319 lspst was written by Joe Nahmias <joe@nahmias.net> based on readpst. | |
320 This man page was written by 510 Software Group <carl@five-ten-sg.com>. | |
321 </para> | |
322 </refsect1> | |
323 | |
324 <refsect1 id='lspst.copyright.1'> | |
325 <title>Copyright</title> | |
326 <para> | |
327 Copyright (C) 2004 by Joe Nahmias <joe@nahmias.net>. | |
328 </para> | |
329 <para> | |
330 This program is free software; you can redistribute it and/or modify it | |
331 under the terms of the GNU General Public License as published by the | |
332 Free Software Foundation; either version 2, or (at your option) any | |
333 later version. | |
334 </para> | |
335 <para> | |
336 You should have received a copy of the GNU General Public License along | |
337 with this program; see the file COPYING. If not, please write to the | |
338 Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | |
339 </para> | |
340 </refsect1> | |
341 | |
342 <refsect1 id='lspst.version.1'> | |
52 | 343 <title>Version</title> |
43 | 344 <para> |
52 | 345 @VERSION@ |
43 | 346 </para> |
347 </refsect1> | |
348 </refentry> | |
349 | |
350 | |
24 | 351 <refentry id="pst2ldif.1"> |
352 <refentryinfo> | |
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
|
353 <date>2009-09-14</date> |
24 | 354 </refentryinfo> |
355 | |
356 <refmeta> | |
357 <refentrytitle>pst2ldif</refentrytitle> | |
358 <manvolnum>1</manvolnum> | |
359 <refmiscinfo>pst2ldif @VERSION@</refmiscinfo> | |
360 </refmeta> | |
361 | |
362 <refnamediv id='pst2ldif.name.1'> | |
363 <refname>pst2ldif</refname> | |
364 <refpurpose>extract contacts from a MS Outlook .pst file in .ldif format</refpurpose> | |
365 </refnamediv> | |
366 | |
367 <refsynopsisdiv id='pst2ldif.synopsis.1'> | |
368 <title>Synopsis</title> | |
369 <cmdsynopsis> | |
370 <command>pst2ldif</command> | |
371 <arg><option>-V</option></arg> | |
372 <arg><option>-b <replaceable class="parameter">ldap-base</replaceable></option></arg> | |
373 <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
|
374 <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
|
375 <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
|
376 <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
|
377 <arg><option>-h</option></arg> |
24 | 378 <arg choice='plain'>pstfilename</arg> |
379 </cmdsynopsis> | |
380 </refsynopsisdiv> | |
381 | |
382 <refsect1 id='pst2ldif.options.1'> | |
383 <title>Options</title> | |
384 <variablelist> | |
385 <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
|
386 <term>-V</term> |
24 | 387 <listitem><para> |
388 Show program version. Subsequent options are then ignored. | |
389 </para></listitem> | |
390 </varlistentry> | |
391 <varlistentry> | |
392 <term>-b <replaceable class="parameter">ldap-base</replaceable></term> | |
393 <listitem><para> | |
394 Sets the ldap base value used in the dn records. You probably want to | |
395 use something like "o=organization, c=US". | |
396 </para></listitem> | |
397 </varlistentry> | |
398 <varlistentry> | |
399 <term>-c <replaceable class="parameter">class</replaceable></term> | |
400 <listitem><para> | |
401 Sets the objectClass values for the contact items. This class needs to be | |
402 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
|
403 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
|
404 multiple times to generate entries with multiple object classes. |
24 | 405 </para></listitem> |
406 </varlistentry> | |
33
12cac756bc05
enable -d option, but if not specified, don't generate a debug file
carl
parents:
32
diff
changeset
|
407 <varlistentry> |
12cac756bc05
enable -d option, but if not specified, don't generate a debug file
carl
parents:
32
diff
changeset
|
408 <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
|
409 <listitem><para> |
210
2d1111fd70cf
fix documentation, dropping readpstlog
Carl Byington <carl@five-ten-sg.com>
parents:
204
diff
changeset
|
410 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
|
411 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
|
412 </para></listitem> |
12cac756bc05
enable -d option, but if not specified, don't generate a debug file
carl
parents:
32
diff
changeset
|
413 </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
|
414 <varlistentry> |
104
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
415 <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
|
416 <listitem><para> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
417 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
|
418 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
|
419 to each ldap entry. |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
420 </para></listitem> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
421 </varlistentry> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
422 <varlistentry> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
423 <term>-o</term> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
424 <listitem><para> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
425 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
|
426 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
|
427 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
|
428 (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
|
429 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
|
430 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
|
431 "dn: cn=root, ldap base". |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
432 </para></listitem> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
433 </varlistentry> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
434 <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
|
435 <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
|
436 <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
|
437 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
|
438 </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
|
439 </varlistentry> |
24 | 440 </variablelist> |
441 </refsect1> | |
442 | |
443 <refsect1 id='pst2ldif.description.1'> | |
444 <title>Description</title> | |
445 <para><command>pst2ldif</command> | |
446 reads the contact information from a MS Outlook .pst file | |
447 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
|
448 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
|
449 for the old ldap schema: |
24 | 450 <simplelist> |
451 <member>cn </member> | |
452 <member>givenName </member> | |
453 <member>sn </member> | |
454 <member>personalTitle </member> | |
455 <member>company </member> | |
456 <member>mail </member> | |
457 <member>postalAddress </member> | |
458 <member>l </member> | |
459 <member>st </member> | |
460 <member>postalCode </member> | |
461 <member>c </member> | |
462 <member>homePhone </member> | |
463 <member>telephoneNumber </member> | |
464 <member>facsimileTelephoneNumber </member> | |
465 <member>mobile </member> | |
466 <member>description </member> | |
467 </simplelist> | |
104
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
468 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
|
469 <simplelist> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
470 <member>cn </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
471 <member>givenName </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
472 <member>sn </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
473 <member>title </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
474 <member>o </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
475 <member>mail </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
476 <member>postalAddress </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
477 <member>homePostalAddress </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
478 <member>l </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
479 <member>st </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
480 <member>postalCode </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
481 <member>c </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
482 <member>homePhone </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
483 <member>telephoneNumber </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
484 <member>facsimileTelephoneNumber </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
485 <member>mobile </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
486 <member>description </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
487 <member>labeledURI </member> |
39ba19372732
many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents:
101
diff
changeset
|
488 </simplelist> |
24 | 489 </para> |
490 </refsect1> | |
491 | |
492 <refsect1 id='pst2ldif.copyright.1'> | |
493 <title>Copyright</title> | |
494 <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
|
495 Copyright (C) 2008 by 510 Software Group <carl@five-ten-sg.com> |
24 | 496 </para> |
497 <para> | |
498 This program is free software; you can redistribute it and/or modify it | |
499 under the terms of the GNU General Public License as published by the | |
500 Free Software Foundation; either version 2, or (at your option) any | |
501 later version. | |
502 </para> | |
503 <para> | |
504 You should have received a copy of the GNU General Public License along | |
505 with this program; see the file COPYING. If not, please write to the | |
506 Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | |
507 </para> | |
508 </refsect1> | |
509 | |
510 <refsect1 id='pst2ldif.version.1'> | |
52 | 511 <title>Version</title> |
24 | 512 <para> |
52 | 513 @VERSION@ |
24 | 514 </para> |
515 </refsect1> | |
516 </refentry> | |
517 | |
518 | |
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
|
519 <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
|
520 <refentryinfo> |
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
|
521 <date>2009-09-14</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
|
522 </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
|
523 |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
524 <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
|
525 <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
|
526 <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
|
527 <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
|
528 </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
|
529 |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
530 <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
|
531 <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
|
532 <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
|
533 </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
|
534 |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
535 <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
|
536 <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
|
537 <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
|
538 <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
|
539 <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
|
540 <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
|
541 <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
|
542 <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
|
543 <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
|
544 <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
|
545 <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
|
546 <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
|
547 <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
|
548 <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
|
549 </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
|
550 </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
|
551 |
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
552 <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
|
553 <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
|
554 <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
|
555 <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
|
556 <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
|
557 <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
|
558 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
|
559 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
|
560 </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
|
561 </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
|
562 <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
|
563 <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
|
564 <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
|
565 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
|
566 </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
|
567 </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
|
568 <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
|
569 <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
|
570 <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
|
571 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
|
572 </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
|
573 </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
|
574 <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
|
575 <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
|
576 <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
|
577 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
|
578 </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
|
579 </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
|
580 <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
|
581 <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
|
582 <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
|
583 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
|
584 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
|
585 </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
|
586 </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
|
587 <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
|
588 <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
|
589 <listitem><para> |
210
2d1111fd70cf
fix documentation, dropping readpstlog
Carl Byington <carl@five-ten-sg.com>
parents:
204
diff
changeset
|
590 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
|
591 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
|
592 </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
|
593 </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
|
594 <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
|
595 <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
|
596 <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
|
597 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
|
598 </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
|
599 </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
|
600 <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
|
601 <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
|
602 <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
|
603 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
|
604 </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
|
605 </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
|
606 <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
|
607 <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
|
608 <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
|
609 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
|
610 </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
|
611 </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
|
612 </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
|
613 </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
|
614 |
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 <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
|
616 <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
|
617 <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
|
618 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
|
619 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
|
620 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
|
621 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
|
622 </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
|
623 </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
|
624 |
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 <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
|
626 <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
|
627 <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
|
628 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
|
629 </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 <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
|
631 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
|
632 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
|
633 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
|
634 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
|
635 </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
|
636 <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
|
637 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
|
638 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
|
639 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
|
640 </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
|
641 </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
|
642 |
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 <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
|
644 <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
|
645 <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
|
646 @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
|
647 </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
|
648 </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
|
649 </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
|
650 |
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 |
24 | 652 <refentry id="pst.5"> |
653 <refentryinfo> | |
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
|
654 <date>2009-09-14</date> |
24 | 655 </refentryinfo> |
656 | |
657 <refmeta> | |
658 <refentrytitle>outlook.pst</refentrytitle> | |
659 <manvolnum>5</manvolnum> | |
660 </refmeta> | |
661 | |
662 <refnamediv id='pst.name.1'> | |
663 <refname>outlook.pst</refname> | |
664 <refpurpose>format of MS Outlook .pst file</refpurpose> | |
665 </refnamediv> | |
666 | |
667 <refsynopsisdiv id='pst.synopsis.1'> | |
668 <title>Synopsis</title> | |
669 <cmdsynopsis> | |
670 <command>outlook.pst</command> | |
671 </cmdsynopsis> | |
672 </refsynopsisdiv> | |
673 | |
674 <refsect1 id='pst.file.overview.5'> | |
675 <title>Overview</title> | |
676 <para> | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
677 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
|
678 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
|
679 a D_ID value. |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
680 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
|
681 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
|
682 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
|
683 here. |
24 | 684 </para> |
685 </refsect1> | |
686 | |
44 | 687 <refsect1 id='pst.file.header.32.5'> |
688 <title>32 bit File Header</title> | |
24 | 689 <para> |
44 | 690 The 32 bit file header is located at offset 0 in the .pst file. |
24 | 691 </para> |
692 <literallayout class="monospaced"><![CDATA[ | |
693 0000 21 42 44 4e 49 f8 64 d9 53 4d 0e 00 13 00 01 01 | |
694 0010 00 00 00 00 00 00 00 00 50 d6 03 00 bd 1e 02 00 | |
695 0020 08 4c 00 00 00 04 00 00 00 04 00 00 0f 04 00 00 | |
696 0030 0d 40 00 00 99 0a 01 00 18 04 00 00 0d 40 00 00 | |
697 0040 0d 40 00 00 11 80 00 00 02 04 00 00 0a 04 00 00 | |
698 0050 00 04 00 00 00 04 00 00 0f 04 00 00 0f 04 00 00 | |
699 0060 0f 04 00 00 0d 40 00 00 00 04 00 00 00 04 00 00 | |
700 0070 04 40 00 00 00 04 00 00 00 04 00 00 00 04 00 00 | |
701 0080 00 04 00 00 00 04 00 00 00 04 00 00 00 04 00 00 | |
702 0090 00 04 00 00 00 04 00 00 00 04 00 00 00 04 00 00 | |
703 00a0 0c 09 00 00 00 00 00 00 00 04 27 00 00 24 23 00 | |
704 00b0 c0 09 0a 00 00 c8 00 00 bc 1e 02 00 00 7e 0c 00 | |
705 00c0 b4 1e 02 00 00 54 00 00 01 00 00 00 23 55 44 d1 | |
706 00d0 5a 4f ce 6b 80 ff ff ff 00 00 00 00 00 00 00 00 | |
707 00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
708 00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
709 0100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
710 0110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
711 0120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
712 0130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
713 0140 00 00 00 00 00 00 00 00 00 00 00 00 3f ff ff ff | |
714 0150 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
715 0160 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
716 0170 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
717 0180 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
718 0190 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
719 01a0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
720 01b0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
721 01c0 ff ff ff ff ff ff ff ff ff ff ff ff 80 01 00 00 | |
722 01d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
723 01e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
724 01f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
725 | |
726 0000 signature [4 bytes] 0x4e444221 constant | |
28 | 727 000a indexType [1 byte] 0x0e constant |
44 | 728 01cd encryptionType [1 byte] 0x01 in this case |
24 | 729 00a8 total file size [4 bytes] 0x270400 in this case |
28 | 730 00c0 backPointer1 [4 bytes] 0x021eb4 in this case |
731 00c4 offsetIndex1 [4 bytes] 0x005400 in this case | |
732 00b8 backPointer2 [4 bytes] 0x021ebc in this case | |
733 00bc offsetIndex2 [4 bytes] 0x0c7e00 in this case | |
24 | 734 ]]></literallayout> |
735 <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
|
736 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
|
737 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
|
738 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
|
739 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
|
740 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
|
741 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
|
742 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
|
743 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
|
744 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
|
745 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
|
746 </para> |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
747 <para> |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
748 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
|
749 "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
|
750 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
|
751 cipher from WWII. |
24 | 752 </para> |
753 <para> | |
28 | 754 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
|
755 index1 b-tree, which contains (I_ID, offset, size, unknown) tuples |
28 | 756 for each item in the file. backPointer1 is the value that should |
24 | 757 appear in the parent pointer of that root node. |
758 </para> | |
759 <para> | |
28 | 760 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
|
761 index2 b-tree, which contains (D_ID, DESC-I_ID, TREE-I_ID, PARENT-D_ID) |
28 | 762 tuples for each item in the file. backPointer2 is the value that should |
24 | 763 appear in the parent pointer of that root node. |
764 </para> | |
765 </refsect1> | |
766 | |
44 | 767 <refsect1 id='pst.file.header.64.5'> |
768 <title>64 bit File Header</title> | |
24 | 769 <para> |
44 | 770 The 64 bit file header is located at offset 0 in the .pst file. |
771 </para> | |
772 <literallayout class="monospaced"><![CDATA[ | |
773 0000 21 42 44 4e 03 02 23 b2 53 4d 17 00 13 00 01 01 | |
774 0010 00 00 00 00 00 00 00 00 04 00 00 00 01 00 00 00 | |
775 0020 8b 00 00 00 00 00 00 00 1d 00 00 00 00 04 00 00 | |
776 0030 00 04 00 00 04 04 00 00 00 40 00 00 02 00 01 00 | |
777 0040 00 04 00 00 00 04 00 00 00 04 00 00 00 80 00 00 | |
778 0050 00 04 00 00 00 04 00 00 00 04 00 00 00 04 00 00 | |
779 0060 04 04 00 00 04 04 00 00 04 04 00 00 00 04 00 00 | |
780 0070 00 04 00 00 00 04 00 00 00 04 00 00 00 04 00 00 | |
781 0080 00 04 00 00 00 04 00 00 00 04 00 00 00 04 00 00 | |
782 0090 00 04 00 00 00 04 00 00 00 04 00 00 00 04 00 00 | |
783 00a0 00 04 00 00 00 04 00 00 02 04 00 00 00 00 00 00 | |
784 00b0 00 00 00 00 00 00 00 00 00 24 04 00 00 00 00 00 | |
785 00c0 00 44 00 00 00 00 00 00 00 71 03 00 00 00 00 00 | |
786 00d0 00 22 00 00 00 00 00 00 83 00 00 00 00 00 00 00 | |
787 00e0 00 6a 00 00 00 00 00 00 8a 00 00 00 00 00 00 00 | |
788 00f0 00 60 00 00 00 00 00 00 01 00 00 00 00 00 00 00 | |
789 0100 ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
790 0110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
791 0120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
792 0130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
793 0140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
794 0150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
795 0160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
796 0170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
797 0180 7f ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
798 0190 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
799 01a0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
800 01b0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
801 01c0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
802 01d0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
803 01e0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
804 01f0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff | |
805 0200 80 00 00 00 e8 00 00 00 00 00 00 00 c4 68 cb 89 | |
806 | |
807 0000 signature [4 bytes] 0x4e444221 constant | |
808 000a indexType [1 byte] 0x17 constant | |
809 0201 encryptionType [1 byte] 0x00 in this case | |
810 00b8 total file size [8 bytes] 0x042400 in this case | |
811 00e8 backPointer1 [8 bytes] 0x00008a in this case | |
812 00f0 offsetIndex1 [8 bytes] 0x006000 in this case | |
813 00d8 backPointer2 [8 bytes] 0x000083 in this case | |
814 00e0 offsetIndex2 [8 bytes] 0x006a00 in this case | |
815 ]]></literallayout> | |
816 </refsect1> | |
817 | |
818 <refsect1 id='pst.file.node1.32.5'> | |
819 <title>32 bit Index 1 Node</title> | |
820 <para> | |
52 | 821 The 32 bit index1 b-tree nodes are 512 byte blocks with the |
44 | 822 following format. |
24 | 823 </para> |
824 <literallayout class="monospaced"><![CDATA[ | |
825 0000 04 00 00 00 8a 1e 02 00 00 1c 0b 00 | |
826 000c 58 27 03 00 b3 1e 02 00 00 52 00 00 | |
827 0018 00 00 00 00 00 00 00 00 00 00 00 00 | |
828 0024 00 00 00 00 00 00 00 00 00 00 00 00 | |
829 0030 00 00 00 00 00 00 00 00 00 00 00 00 | |
830 003c 00 00 00 00 00 00 00 00 00 00 00 00 | |
831 0048 00 00 00 00 00 00 00 00 00 00 00 00 | |
832 0054 00 00 00 00 00 00 00 00 00 00 00 00 | |
833 0060 00 00 00 00 00 00 00 00 00 00 00 00 | |
834 006c 00 00 00 00 00 00 00 00 00 00 00 00 | |
835 0078 00 00 00 00 00 00 00 00 00 00 00 00 | |
836 0084 00 00 00 00 00 00 00 00 00 00 00 00 | |
837 0090 00 00 00 00 00 00 00 00 00 00 00 00 | |
838 009c 00 00 00 00 00 00 00 00 00 00 00 00 | |
839 00a8 00 00 00 00 00 00 00 00 00 00 00 00 | |
840 00b4 00 00 00 00 00 00 00 00 00 00 00 00 | |
841 00c0 00 00 00 00 00 00 00 00 00 00 00 00 | |
842 00cc 00 00 00 00 00 00 00 00 00 00 00 00 | |
843 00d8 00 00 00 00 00 00 00 00 00 00 00 00 | |
844 00e4 00 00 00 00 00 00 00 00 00 00 00 00 | |
845 00f0 00 00 00 00 00 00 00 00 00 00 00 00 | |
846 00fc 00 00 00 00 00 00 00 00 00 00 00 00 | |
847 0108 00 00 00 00 00 00 00 00 00 00 00 00 | |
848 0114 00 00 00 00 00 00 00 00 00 00 00 00 | |
849 0120 00 00 00 00 00 00 00 00 00 00 00 00 | |
850 012c 00 00 00 00 00 00 00 00 00 00 00 00 | |
851 0138 00 00 00 00 00 00 00 00 00 00 00 00 | |
852 0144 00 00 00 00 00 00 00 00 00 00 00 00 | |
853 0150 00 00 00 00 00 00 00 00 00 00 00 00 | |
854 015c 00 00 00 00 00 00 00 00 00 00 00 00 | |
855 0168 00 00 00 00 00 00 00 00 00 00 00 00 | |
856 0174 00 00 00 00 00 00 00 00 00 00 00 00 | |
857 0180 00 00 00 00 00 00 00 00 00 00 00 00 | |
858 018c 00 00 00 00 00 00 00 00 00 00 00 00 | |
859 0198 00 00 00 00 00 00 00 00 00 00 00 00 | |
860 01a4 00 00 00 00 00 00 00 00 00 00 00 00 | |
861 01b0 00 00 00 00 00 00 00 00 00 00 00 00 | |
862 01bc 00 00 00 00 00 00 00 00 00 00 00 00 | |
863 01c8 00 00 00 00 00 00 00 00 00 00 00 00 | |
864 01d4 00 00 00 00 00 00 00 00 00 00 00 00 | |
865 01e0 00 00 00 00 00 00 00 00 00 00 00 00 | |
866 01ec 00 00 00 00 02 29 0c 02 80 80 b6 4a | |
52 | 867 01f8 b4 1e 02 00 27 9c cc 56 |
24 | 868 |
28 | 869 01f0 itemCount [1 byte] 0x02 in this case |
870 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
|
871 01f2 itemSize [1 byte] 0x0c constant |
28 | 872 01f3 nodeLevel [1 byte] 0x02 in this case |
873 01f8 backPointer [4 bytes] 0x021eb4 in this case | |
24 | 874 ]]></literallayout> |
875 <para> | |
28 | 876 The itemCount specifies the number of 12 byte records that |
877 are active. The nodeLevel is non-zero for this style of nodes. | |
878 The leaf nodes have a different format. The backPointer must | |
879 match the backPointer from the triple that pointed to this node. | |
24 | 880 </para> |
881 <para> | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
882 Each item in this node is a triple of (I_ID, backPointer, offset) |
24 | 883 where the offset points to the next deeper node in the tree, the |
28 | 884 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
|
885 and I_ID is the lowest I_ID value in the subtree. |
24 | 886 </para> |
887 </refsect1> | |
888 | |
44 | 889 <refsect1 id='pst.file.node1.64.5'> |
890 <title>64 bit Index 1 Node</title> | |
24 | 891 <para> |
44 | 892 The 64 bit index1 b-tree nodes are 512 byte blocks with the |
893 following format. | |
894 </para> | |
895 <literallayout class="monospaced"><![CDATA[ | |
896 0000 04 00 00 00 00 00 00 00 88 00 00 00 | |
897 000C 00 00 00 00 00 48 00 00 00 00 00 00 | |
898 0018 74 00 00 00 00 00 00 00 86 00 00 00 | |
899 0024 00 00 00 00 00 54 00 00 00 00 00 00 | |
900 0030 00 00 00 00 00 00 00 00 00 00 00 00 | |
901 003C 00 00 00 00 00 00 00 00 00 00 00 00 | |
902 0048 00 00 00 00 00 00 00 00 00 00 00 00 | |
903 0054 00 00 00 00 00 00 00 00 00 00 00 00 | |
904 0060 00 00 00 00 00 00 00 00 00 00 00 00 | |
905 006C 00 00 00 00 00 00 00 00 00 00 00 00 | |
906 0078 00 00 00 00 00 00 00 00 00 00 00 00 | |
907 0084 00 00 00 00 00 00 00 00 00 00 00 00 | |
908 0090 00 00 00 00 00 00 00 00 00 00 00 00 | |
909 009C 00 00 00 00 00 00 00 00 00 00 00 00 | |
910 00A8 00 00 00 00 00 00 00 00 00 00 00 00 | |
911 00B4 00 00 00 00 00 00 00 00 00 00 00 00 | |
912 00C0 00 00 00 00 00 00 00 00 00 00 00 00 | |
913 00CC 00 00 00 00 00 00 00 00 00 00 00 00 | |
914 00D8 00 00 00 00 00 00 00 00 00 00 00 00 | |
915 00E4 00 00 00 00 00 00 00 00 00 00 00 00 | |
916 00F0 00 00 00 00 00 00 00 00 00 00 00 00 | |
917 00FC 00 00 00 00 00 00 00 00 00 00 00 00 | |
918 0108 00 00 00 00 00 00 00 00 00 00 00 00 | |
919 0114 00 00 00 00 00 00 00 00 00 00 00 00 | |
920 0120 00 00 00 00 00 00 00 00 00 00 00 00 | |
921 012C 00 00 00 00 00 00 00 00 00 00 00 00 | |
922 0138 00 00 00 00 00 00 00 00 00 00 00 00 | |
923 0144 00 00 00 00 00 00 00 00 00 00 00 00 | |
924 0150 00 00 00 00 00 00 00 00 00 00 00 00 | |
925 015C 00 00 00 00 00 00 00 00 00 00 00 00 | |
926 0168 00 00 00 00 00 00 00 00 00 00 00 00 | |
927 0174 00 00 00 00 00 00 00 00 00 00 00 00 | |
928 0180 00 00 00 00 00 00 00 00 00 00 00 00 | |
929 018C 00 00 00 00 00 00 00 00 00 00 00 00 | |
930 0198 00 00 00 00 00 00 00 00 00 00 00 00 | |
931 01A4 00 00 00 00 00 00 00 00 00 00 00 00 | |
932 01B0 00 00 00 00 00 00 00 00 00 00 00 00 | |
933 01BC 00 00 00 00 00 00 00 00 00 00 00 00 | |
934 01C8 00 00 00 00 00 00 00 00 00 00 00 00 | |
935 01D4 00 00 00 00 00 00 00 00 00 00 00 00 | |
936 01E0 00 00 00 00 00 00 00 00 02 14 18 01 | |
937 01EC 00 00 00 00 80 80 8a 60 68 e5 b5 19 | |
938 01F8 8a 00 00 00 00 00 00 00 | |
939 | |
940 01e8 itemCount [1 byte] 0x02 in this case | |
941 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
|
942 01ea itemSize [1 byte] 0x18 constant |
44 | 943 01eb nodeLevel [1 byte] 0x01 in this case |
944 01f8 backPointer [8 bytes] 0x00008a in this case | |
945 ]]></literallayout> | |
946 <para> | |
947 The itemCount specifies the number of 24 byte records that | |
948 are active. The nodeLevel is non-zero for this style of nodes. | |
949 The leaf nodes have a different format. The backPointer must | |
950 match the backPointer from the triple that pointed to this node. | |
951 </para> | |
952 <para> | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
953 Each item in this node is a triple of (I_ID, backPointer, offset) |
44 | 954 where the offset points to the next deeper node in the tree, the |
955 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
|
956 and I_ID is the lowest I_ID value in the subtree. |
44 | 957 </para> |
958 </refsect1> | |
959 | |
960 <refsect1 id='pst.file.leaf1.32.5'> | |
961 <title>32 bit Index 1 Leaf Node</title> | |
962 <para> | |
52 | 963 The 32 bit index1 b-tree leaf nodes are 512 byte blocks with the |
44 | 964 following format. |
24 | 965 </para> |
966 <literallayout class="monospaced"><![CDATA[ | |
967 0000 04 00 00 00 00 58 00 00 64 00 0f 00 | |
968 000c 08 00 00 00 80 58 00 00 ac 00 06 00 | |
969 0018 0c 00 00 00 40 59 00 00 ac 00 06 00 | |
970 0024 10 00 00 00 00 5a 00 00 bc 00 03 00 | |
971 0030 14 00 00 00 00 5b 00 00 a4 00 02 00 | |
972 003c 18 00 00 00 c0 5b 00 00 64 00 02 00 | |
973 0048 1c 00 00 00 40 5c 00 00 5c 00 02 00 | |
974 0054 50 00 00 00 80 62 00 00 60 00 02 00 | |
975 0060 74 00 00 00 00 77 00 00 5e 00 02 00 | |
976 006c 7c 00 00 00 80 77 00 00 66 00 02 00 | |
977 0078 84 00 00 00 00 76 00 00 ca 00 02 00 | |
978 0084 88 00 00 00 00 63 00 00 52 00 02 00 | |
979 0090 90 00 00 00 00 79 00 00 58 00 02 00 | |
980 009c cc 00 00 00 c0 61 00 00 76 00 02 00 | |
981 00a8 e0 00 00 00 00 61 00 00 74 00 02 00 | |
982 00b4 f4 00 00 00 80 65 00 00 6e 00 02 00 | |
983 00c0 8c 01 00 00 40 60 00 00 70 00 02 00 | |
984 00cc ea 01 00 00 80 61 00 00 10 00 02 00 | |
985 00d8 ec 01 00 00 40 8a 00 00 f3 01 02 00 | |
986 00e4 f0 01 00 00 80 93 00 00 f4 1f 02 00 | |
987 00f0 fa 01 00 00 c0 7f 00 00 10 00 02 00 | |
988 00fc 00 02 00 00 00 89 00 00 34 01 02 00 | |
989 0108 1c 02 00 00 40 ec 00 00 12 06 02 00 | |
990 0114 22 02 00 00 00 84 00 00 10 00 02 00 | |
991 0120 24 02 00 00 c0 ea 00 00 3c 01 02 00 | |
992 012c 40 02 00 00 00 f4 00 00 0a 06 02 00 | |
993 0138 46 02 00 00 40 8c 00 00 10 00 02 00 | |
994 0144 48 02 00 00 80 f2 00 00 36 01 02 00 | |
995 0150 64 02 00 00 80 fb 00 00 bf 07 02 00 | |
996 015c 6a 02 00 00 80 63 00 00 10 00 02 00 | |
997 0168 6c 02 00 00 40 fa 00 00 2a 01 02 00 | |
998 0174 6c 02 00 00 40 fa 00 00 2a 01 02 00 | |
999 0180 6c 02 00 00 40 fa 00 00 2a 01 02 00 | |
1000 018c 6c 02 00 00 40 fa 00 00 2a 01 02 00 | |
1001 0198 6c 02 00 00 40 fa 00 00 2a 01 02 00 | |
1002 01a4 6c 02 00 00 40 fa 00 00 2a 01 02 00 | |
1003 01b0 64 02 00 00 80 fb 00 00 bf 07 02 00 | |
1004 01bc 64 02 00 00 80 fb 00 00 bf 07 02 00 | |
1005 01c8 64 02 00 00 80 fb 00 00 bf 07 02 00 | |
1006 01d4 64 02 00 00 80 fb 00 00 bf 07 02 00 | |
1007 01e0 64 02 00 00 80 fb 00 00 bf 07 02 00 | |
1008 01ec 00 00 00 00 1f 29 0c 00 80 80 5b b3 | |
52 | 1009 01f8 5a 67 01 00 4f ae 70 a7 |
24 | 1010 |
28 | 1011 01f0 itemCount [1 byte] 0x1f in this case |
1012 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
|
1013 01f2 itemSize [1 byte] 0x0c constant |
44 | 1014 01f3 nodeLevel [1 byte] 0x00 defines a leaf node |
28 | 1015 01f8 backPointer [4 bytes] 0x01675a in this case |
24 | 1016 ]]></literallayout> |
1017 <para> | |
28 | 1018 The itemCount specifies the number of 12 byte records that |
1019 are active. The nodeLevel is zero for these leaf nodes. | |
1020 The backPointer must match the backPointer from the triple | |
24 | 1021 that pointed to this node. |
1022 </para> | |
1023 <para> | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1024 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
|
1025 The two low order bits of the I_ID value seem to be flags. I have |
35 | 1026 never seen a case with bit zero set. Bit one indicates that the |
1027 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
|
1028 to these I_ID values elsewhere may have the low order bit set (and |
35 | 1029 I don't know what that means), but when we do the search in this |
1030 tree we need to clear that bit so that we can find the correct item. | |
24 | 1031 </para> |
1032 </refsect1> | |
1033 | |
44 | 1034 <refsect1 id='pst.file.leaf1.64.5'> |
1035 <title>64 bit Index 1 Leaf Node</title> | |
24 | 1036 <para> |
44 | 1037 The 64 bit index1 b-tree leaf nodes are 512 byte blocks with the |
1038 following format. | |
1039 </para> | |
1040 <literallayout class="monospaced"><![CDATA[ | |
1041 0000 04 00 00 00 00 00 00 00 00 58 00 00 | |
1042 000C 00 00 00 00 6c 00 05 00 00 00 00 00 | |
1043 0018 08 00 00 00 00 00 00 00 80 58 00 00 | |
1044 0024 00 00 00 00 b4 00 06 00 d8 22 37 08 | |
1045 0030 0c 00 00 00 00 00 00 00 80 59 00 00 | |
1046 003C 00 00 00 00 ac 00 07 00 d8 22 37 08 | |
1047 0048 10 00 00 00 00 00 00 00 40 5a 00 00 | |
1048 0054 00 00 00 00 bc 00 03 00 d8 22 37 08 | |
1049 0060 14 00 00 00 00 00 00 00 40 5b 00 00 | |
1050 006C 00 00 00 00 a4 00 02 00 d8 22 37 08 | |
1051 0078 18 00 00 00 00 00 00 00 00 5c 00 00 | |
1052 0084 00 00 00 00 64 00 02 00 d8 22 37 08 | |
1053 0090 1c 00 00 00 00 00 00 00 80 5c 00 00 | |
1054 009C 00 00 00 00 5c 00 02 00 d8 22 37 08 | |
1055 00A8 24 00 00 00 00 00 00 00 80 5d 00 00 | |
1056 00B4 00 00 00 00 72 00 02 00 d8 22 37 08 | |
1057 00C0 34 00 00 00 00 00 00 00 00 70 00 00 | |
1058 00CC 00 00 00 00 8c 00 02 00 00 0d 00 00 | |
1059 00D8 38 00 00 00 00 00 00 00 c0 71 00 00 | |
1060 00E4 00 00 00 00 5c 00 02 00 d8 22 9c 00 | |
1061 00F0 40 00 00 00 00 00 00 00 40 72 00 00 | |
1062 00FC 00 00 00 00 26 00 02 00 d8 22 9c 00 | |
1063 0108 4c 00 00 00 00 00 00 00 80 5f 00 00 | |
1064 0114 00 00 00 00 3e 00 02 00 d8 22 9c 00 | |
1065 0120 5c 00 00 00 00 00 00 00 c0 76 00 00 | |
1066 012C 00 00 00 00 8c 00 02 00 d8 22 9c 00 | |
1067 0138 64 00 00 00 00 00 00 00 40 75 00 00 | |
1068 0144 00 00 00 00 76 00 02 00 d8 22 9c 00 | |
1069 0150 6c 00 00 00 00 00 00 00 c0 73 00 00 | |
1070 015C 00 00 00 00 5e 00 02 00 d8 22 9c 00 | |
1071 0168 70 00 00 00 00 00 00 00 80 72 00 00 | |
1072 0174 00 00 00 00 1e 01 02 00 d8 22 9c 00 | |
1073 0180 70 00 00 00 00 00 00 00 80 72 00 00 | |
1074 018C 00 00 00 00 1e 01 02 00 d8 22 9c 00 | |
1075 0198 70 00 00 00 00 00 00 00 80 72 00 00 | |
1076 01A4 00 00 00 00 1e 01 02 00 d8 22 9c 00 | |
1077 01B0 74 00 00 00 00 00 00 00 40 74 00 00 | |
1078 01BC 00 00 00 00 e0 00 02 00 d8 22 9c 00 | |
1079 01C8 7c 00 00 00 00 00 00 00 80 77 00 00 | |
1080 01D4 00 00 00 00 dc 00 02 00 d8 22 9c 00 | |
1081 01E0 00 00 00 00 00 00 00 00 10 14 18 00 | |
1082 01EC 00 00 00 00 80 80 88 48 3f 50 0b 04 | |
1083 01F8 88 00 00 00 00 00 00 00 | |
1084 | |
1085 01e8 itemCount [1 byte] 0x10 in this case | |
1086 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
|
1087 01ea itemSize [1 byte] 0x18 constant |
44 | 1088 01eb nodeLevel [1 byte] 0x00 defines a leaf node |
1089 01f8 backPointer [8 bytes] 0x000088 in this case | |
1090 ]]></literallayout> | |
1091 <para> | |
1092 The itemCount specifies the number of 24 byte records that | |
1093 are active. The nodeLevel is zero for these leaf nodes. | |
1094 The backPointer must match the backPointer from the triple | |
1095 that pointed to this node. | |
1096 </para> | |
1097 <para> | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1098 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
|
1099 The two low order bits of the I_ID value seem to be flags. I have |
44 | 1100 never seen a case with bit zero set. Bit one indicates that the |
1101 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
|
1102 to these I_ID values elsewhere may have the low order bit set (and |
44 | 1103 I don't know what that means), but when we do the search in this |
1104 tree we need to clear that bit so that we can find the correct item. | |
1105 </para> | |
1106 </refsect1> | |
1107 | |
1108 <refsect1 id='pst.file.node2.32.5'> | |
1109 <title>32 bit Index 2 Node</title> | |
1110 <para> | |
52 | 1111 The 32 bit index2 b-tree nodes are 512 byte blocks with the |
44 | 1112 following format. |
24 | 1113 </para> |
1114 <literallayout class="monospaced"><![CDATA[ | |
1115 0000 21 00 00 00 bb 1e 02 00 00 e2 0b 00 | |
1116 000c 64 78 20 00 8c 1e 02 00 00 dc 0b 00 | |
1117 0018 00 00 00 00 00 00 00 00 00 00 00 00 | |
1118 0024 00 00 00 00 00 00 00 00 00 00 00 00 | |
1119 0030 00 00 00 00 00 00 00 00 00 00 00 00 | |
1120 003c 00 00 00 00 00 00 00 00 00 00 00 00 | |
1121 0048 00 00 00 00 00 00 00 00 00 00 00 00 | |
1122 0054 00 00 00 00 00 00 00 00 00 00 00 00 | |
1123 0060 00 00 00 00 00 00 00 00 00 00 00 00 | |
1124 006c 00 00 00 00 00 00 00 00 00 00 00 00 | |
1125 0078 00 00 00 00 00 00 00 00 00 00 00 00 | |
1126 0084 00 00 00 00 00 00 00 00 00 00 00 00 | |
1127 0090 00 00 00 00 00 00 00 00 00 00 00 00 | |
1128 009c 00 00 00 00 00 00 00 00 00 00 00 00 | |
1129 00a8 00 00 00 00 00 00 00 00 00 00 00 00 | |
1130 00b4 00 00 00 00 00 00 00 00 00 00 00 00 | |
1131 00c0 00 00 00 00 00 00 00 00 00 00 00 00 | |
1132 00cc 00 00 00 00 00 00 00 00 00 00 00 00 | |
1133 00d8 00 00 00 00 00 00 00 00 00 00 00 00 | |
1134 00e4 00 00 00 00 00 00 00 00 00 00 00 00 | |
1135 00f0 00 00 00 00 00 00 00 00 00 00 00 00 | |
1136 00fc 00 00 00 00 00 00 00 00 00 00 00 00 | |
1137 0108 00 00 00 00 00 00 00 00 00 00 00 00 | |
1138 0114 00 00 00 00 00 00 00 00 00 00 00 00 | |
1139 0120 00 00 00 00 00 00 00 00 00 00 00 00 | |
1140 012c 00 00 00 00 00 00 00 00 00 00 00 00 | |
1141 0138 00 00 00 00 00 00 00 00 00 00 00 00 | |
1142 0144 00 00 00 00 00 00 00 00 00 00 00 00 | |
1143 0150 00 00 00 00 00 00 00 00 00 00 00 00 | |
1144 015c 00 00 00 00 00 00 00 00 00 00 00 00 | |
1145 0168 00 00 00 00 00 00 00 00 00 00 00 00 | |
1146 0174 00 00 00 00 00 00 00 00 00 00 00 00 | |
1147 0180 00 00 00 00 00 00 00 00 00 00 00 00 | |
1148 018c 00 00 00 00 00 00 00 00 00 00 00 00 | |
1149 0198 00 00 00 00 00 00 00 00 00 00 00 00 | |
1150 01a4 00 00 00 00 00 00 00 00 00 00 00 00 | |
1151 01b0 00 00 00 00 00 00 00 00 00 00 00 00 | |
1152 01bc 00 00 00 00 00 00 00 00 00 00 00 00 | |
1153 01c8 00 00 00 00 00 00 00 00 00 00 00 00 | |
1154 01d4 00 00 00 00 00 00 00 00 00 00 00 00 | |
1155 01e0 00 00 00 00 00 00 00 00 00 00 00 00 | |
1156 01ec 00 00 00 00 02 29 0c 02 81 81 b2 60 | |
52 | 1157 01f8 bc 1e 02 00 7e 70 dc e3 |
24 | 1158 |
28 | 1159 01f0 itemCount [1 byte] 0x02 in this case |
1160 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
|
1161 01f2 itemSize [1 byte] 0x0c constant |
28 | 1162 01f3 nodeLevel [1 byte] 0x02 in this case |
1163 01f8 backPointer [4 bytes] 0x021ebc in this case | |
24 | 1164 ]]></literallayout> |
1165 <para> | |
28 | 1166 The itemCount specifies the number of 12 byte records that |
1167 are active. The nodeLevel is non-zero for this style of nodes. | |
1168 The leaf nodes have a different format. The backPointer must | |
1169 match the backPointer from the triple that pointed to this node. | |
24 | 1170 </para> |
1171 <para> | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1172 Each item in this node is a triple of (D_ID, backPointer, offset) |
24 | 1173 where the offset points to the next deeper node in the tree, the |
28 | 1174 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
|
1175 and D_ID is the lowest D_ID value in the subtree. |
24 | 1176 </para> |
1177 </refsect1> | |
1178 | |
44 | 1179 <refsect1 id='pst.file.node2.64.5'> |
1180 <title>64 bit Index 2 Node</title> | |
24 | 1181 <para> |
44 | 1182 The 64 bit index2 b-tree nodes are 512 byte blocks with the |
1183 following format. | |
1184 </para> | |
1185 <literallayout class="monospaced"><![CDATA[ | |
1186 0000 21 00 00 00 00 00 00 00 77 00 00 00 | |
1187 000C 00 00 00 00 00 56 00 00 00 00 00 00 | |
1188 0018 4c 06 00 00 00 00 00 00 82 00 00 00 | |
1189 0024 00 00 00 00 00 68 00 00 00 00 00 00 | |
1190 0030 4f 80 00 00 00 00 00 00 84 00 00 00 | |
1191 003C 00 00 00 00 00 6e 00 00 00 00 00 00 | |
1192 0048 00 00 00 00 00 00 00 00 00 00 00 00 | |
1193 0054 00 00 00 00 00 00 00 00 00 00 00 00 | |
1194 0060 00 00 00 00 00 00 00 00 00 00 00 00 | |
1195 006C 00 00 00 00 00 00 00 00 00 00 00 00 | |
1196 0078 00 00 00 00 00 00 00 00 00 00 00 00 | |
1197 0084 00 00 00 00 00 00 00 00 00 00 00 00 | |
1198 0090 00 00 00 00 00 00 00 00 00 00 00 00 | |
1199 009C 00 00 00 00 00 00 00 00 00 00 00 00 | |
1200 00A8 00 00 00 00 00 00 00 00 00 00 00 00 | |
1201 00B4 00 00 00 00 00 00 00 00 00 00 00 00 | |
1202 00C0 00 00 00 00 00 00 00 00 00 00 00 00 | |
1203 00CC 00 00 00 00 00 00 00 00 00 00 00 00 | |
1204 00D8 00 00 00 00 00 00 00 00 00 00 00 00 | |
1205 00E4 00 00 00 00 00 00 00 00 00 00 00 00 | |
1206 00F0 00 00 00 00 00 00 00 00 00 00 00 00 | |
1207 00FC 00 00 00 00 00 00 00 00 00 00 00 00 | |
1208 0108 00 00 00 00 00 00 00 00 00 00 00 00 | |
1209 0114 00 00 00 00 00 00 00 00 00 00 00 00 | |
1210 0120 00 00 00 00 00 00 00 00 00 00 00 00 | |
1211 012C 00 00 00 00 00 00 00 00 00 00 00 00 | |
1212 0138 00 00 00 00 00 00 00 00 00 00 00 00 | |
1213 0144 00 00 00 00 00 00 00 00 00 00 00 00 | |
1214 0150 00 00 00 00 00 00 00 00 00 00 00 00 | |
1215 015C 00 00 00 00 00 00 00 00 00 00 00 00 | |
1216 0168 00 00 00 00 00 00 00 00 00 00 00 00 | |
1217 0174 00 00 00 00 00 00 00 00 00 00 00 00 | |
1218 0180 00 00 00 00 00 00 00 00 00 00 00 00 | |
1219 018C 00 00 00 00 00 00 00 00 00 00 00 00 | |
1220 0198 00 00 00 00 00 00 00 00 00 00 00 00 | |
1221 01A4 00 00 00 00 00 00 00 00 00 00 00 00 | |
1222 01B0 00 00 00 00 00 00 00 00 00 00 00 00 | |
1223 01BC 00 00 00 00 00 00 00 00 00 00 00 00 | |
1224 01C8 00 00 00 00 00 00 00 00 00 00 00 00 | |
1225 01D4 00 00 00 00 00 00 00 00 00 00 00 00 | |
1226 01E0 00 00 00 00 00 00 00 00 03 14 18 01 | |
1227 01EC 00 00 00 00 81 81 83 6a 49 da f3 d3 | |
1228 01F8 83 00 00 00 00 00 00 00 | |
1229 | |
1230 01e8 itemCount [1 byte] 0x03 in this case | |
1231 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
|
1232 01ea itemSize [1 byte] 0x18 constant |
44 | 1233 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
|
1234 01f8 backPointer [8 bytes] 0x000083 in this case |
44 | 1235 ]]></literallayout> |
1236 <para> | |
1237 The itemCount specifies the number of 24 byte records that | |
1238 are active. The nodeLevel is non-zero for this style of nodes. | |
1239 The leaf nodes have a different format. The backPointer must | |
1240 match the backPointer from the triple that pointed to this node. | |
1241 </para> | |
1242 <para> | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1243 Each item in this node is a triple of (D_ID, backPointer, offset) |
44 | 1244 where the offset points to the next deeper node in the tree, the |
1245 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
|
1246 and D_ID is the lowest D_ID value in the subtree. |
44 | 1247 </para> |
1248 </refsect1> | |
1249 | |
1250 <refsect1 id='pst.file.leaf2.32.5'> | |
1251 <title>32 bit Index 2 Leaf Node</title> | |
1252 <para> | |
52 | 1253 The 32 bit index2 b-tree leaf nodes are 512 byte blocks with the |
44 | 1254 following format. |
24 | 1255 </para> |
1256 <literallayout class="monospaced"><![CDATA[ | |
1257 0000 21 00 00 00 38 e6 00 00 00 00 00 00 00 00 00 00 | |
1258 0010 61 00 00 00 2c a8 02 00 36 a8 02 00 00 00 00 00 | |
1259 0020 22 01 00 00 20 a2 02 00 00 00 00 00 22 01 00 00 | |
1260 0030 2d 01 00 00 88 7b 03 00 00 00 00 00 00 00 00 00 | |
1261 0040 2e 01 00 00 08 00 00 00 00 00 00 00 00 00 00 00 | |
1262 0050 2f 01 00 00 0c 00 00 00 00 00 00 00 00 00 00 00 | |
1263 0060 e1 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
1264 0070 01 02 00 00 b4 e4 02 00 00 00 00 00 00 00 00 00 | |
1265 0080 61 02 00 00 a0 e4 02 00 00 00 00 00 00 00 00 00 | |
1266 0090 0d 06 00 00 04 00 00 00 00 00 00 00 00 00 00 00 | |
1267 00A0 0e 06 00 00 08 00 00 00 00 00 00 00 00 00 00 00 | |
1268 00B0 0f 06 00 00 0c 00 00 00 00 00 00 00 00 00 00 00 | |
1269 00C0 10 06 00 00 10 00 00 00 00 00 00 00 00 00 00 00 | |
1270 00D0 2b 06 00 00 84 00 00 00 00 00 00 00 00 00 00 00 | |
1271 00E0 4c 06 00 00 1c 00 00 00 00 00 00 00 00 00 00 00 | |
1272 00F0 71 06 00 00 18 00 00 00 00 00 00 00 00 00 00 00 | |
1273 0100 92 06 00 00 14 00 00 00 00 00 00 00 00 00 00 00 | |
1274 0110 23 22 00 00 14 a0 02 00 00 00 00 00 22 01 00 00 | |
1275 0120 26 22 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
1276 0130 27 22 00 00 1c a0 02 00 00 00 00 00 00 00 00 00 | |
1277 0140 22 80 00 00 50 00 00 00 00 00 00 00 22 01 00 00 | |
1278 0150 2d 80 00 00 f8 9f 02 00 00 00 00 00 00 00 00 00 | |
1279 0160 2e 80 00 00 08 00 00 00 00 00 00 00 00 00 00 00 | |
1280 0170 2f 80 00 00 34 e6 00 00 00 00 00 00 00 00 00 00 | |
1281 0180 42 80 00 00 3c 6d 02 00 00 00 00 00 22 80 00 00 | |
1282 0190 4d 80 00 00 04 00 00 00 00 00 00 00 00 00 00 00 | |
1283 01A0 4e 80 00 00 10 6d 02 00 00 00 00 00 00 00 00 00 | |
1284 01B0 4f 80 00 00 ec 23 00 00 00 00 00 00 00 00 00 00 | |
1285 01C0 62 80 00 00 38 78 02 00 00 00 00 00 22 01 00 00 | |
1286 01D0 6d 80 00 00 34 78 02 00 00 00 00 00 00 00 00 00 | |
1287 01E0 6e 80 00 00 08 00 00 00 00 00 00 00 00 00 00 00 | |
1288 01F0 10 1f 10 00 81 81 a0 9a ae 1e 02 00 89 44 6a 0f | |
1289 | |
28 | 1290 01f0 itemCount [1 byte] 0x10 in this case |
1291 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
|
1292 01f2 itemSize [1 byte] 0x10 constant |
28 | 1293 01f3 nodeLevel [1 byte] 0x00 in this case |
1294 01f8 backPointer [4 bytes] 0x021eae in this case | |
24 | 1295 ]]></literallayout> |
1296 <para> | |
28 | 1297 The itemCount specifies the number of 16 byte records that |
1298 are active. The nodeLevel is zero for these leaf nodes. | |
1299 The backPointer must match the backPointer from the triple | |
24 | 1300 that pointed to this node. |
1301 </para> | |
1302 <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
|
1303 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
|
1304 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
|
1305 (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
|
1306 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
|
1307 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
|
1308 this item in this index2 tree. |
24 | 1309 </para> |
1310 </refsect1> | |
1311 | |
44 | 1312 <refsect1 id='pst.file.leaf2.64.5'> |
1313 <title>64 bit Index 2 Leaf Node</title> | |
1314 <para> | |
1315 The 64 bit index2 b-tree leaf nodes are 512 byte blocks with the | |
1316 following format. | |
1317 </para> | |
1318 <literallayout class="monospaced"><![CDATA[ | |
1319 0000 21 00 00 00 00 00 00 00 74 00 00 00 00 00 00 00 | |
1320 0010 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1321 0020 61 00 00 00 00 00 00 00 34 00 00 00 00 00 00 00 | |
1322 0030 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1323 0040 22 01 00 00 00 00 00 00 4c 00 00 00 00 00 00 00 | |
1324 0050 00 00 00 00 00 00 00 00 22 01 00 00 02 00 00 00 | |
1325 0060 2d 01 00 00 00 00 00 00 70 00 00 00 00 00 00 00 | |
1326 0070 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1327 0080 2e 01 00 00 00 00 00 00 08 00 00 00 00 00 00 00 | |
1328 0090 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1329 00A0 2f 01 00 00 00 00 00 00 0c 00 00 00 00 00 00 00 | |
1330 00B0 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1331 00C0 e1 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
1332 00D0 00 00 00 00 00 00 00 00 00 00 00 00 d8 e3 13 00 | |
1333 00E0 01 02 00 00 00 00 00 00 8c 00 00 00 00 00 00 00 | |
1334 00F0 00 00 00 00 00 00 00 00 00 00 00 00 b0 e3 13 00 | |
1335 0100 61 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
1336 0110 00 00 00 00 00 00 00 00 00 00 00 00 d8 e3 13 00 | |
1337 0120 0d 06 00 00 00 00 00 00 04 00 00 00 00 00 00 00 | |
1338 0130 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1339 0140 0e 06 00 00 00 00 00 00 08 00 00 00 00 00 00 00 | |
1340 0150 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1341 0160 0f 06 00 00 00 00 00 00 0c 00 00 00 00 00 00 00 | |
1342 0170 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1343 0180 10 06 00 00 00 00 00 00 10 00 00 00 00 00 00 00 | |
1344 0190 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1345 01A0 2b 06 00 00 00 00 00 00 24 00 00 00 00 00 00 00 | |
1346 01B0 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1347 01C0 71 06 00 00 00 00 00 00 18 00 00 00 00 00 00 00 | |
1348 01D0 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 | |
1349 01E0 00 00 00 00 00 00 00 00 0e 0f 20 00 00 00 00 00 | |
1350 01F0 81 81 77 56 f8 32 43 49 77 00 00 00 00 00 00 00 | |
1351 | |
1352 01e8 itemCount [1 byte] 0x0e in this case | |
1353 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
|
1354 01ea itemSize [1 byte] 0x20 constant |
44 | 1355 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
|
1356 01f8 backPointer [8 bytes] 0x000077 in this case |
44 | 1357 ]]></literallayout> |
1358 <para> | |
1359 The itemCount specifies the number of 32 byte records that | |
1360 are active. The nodeLevel is zero for these leaf nodes. | |
1361 The backPointer must match the backPointer from the triple | |
1362 that pointed to this node. | |
1363 </para> | |
1364 <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
|
1365 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
|
1366 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
|
1367 (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
|
1368 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
|
1369 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
|
1370 this item in this index2 tree. |
44 | 1371 </para> |
1372 </refsect1> | |
1373 | |
46 | 1374 <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
|
1375 <title>32 bit Associated Tree Item 0x0002</title> |
24 | 1376 <para> |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1377 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
|
1378 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
|
1379 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
|
1380 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
|
1381 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
|
1382 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
|
1383 Associated Tree Item via the index1 tree. |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1384 </para> |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1385 <para> |
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1386 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
|
1387 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
|
1388 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
|
1389 of the data in the .pst file. |
24 | 1390 </para> |
1391 <literallayout class="monospaced"><![CDATA[ | |
1392 0000 02 00 01 00 9f 81 00 00 30 a8 02 00 00 00 00 00 | |
1393 | |
48 | 1394 0000 signature [2 bytes] 0x0002 constant |
24 | 1395 0002 count [2 bytes] 0x0001 in this case |
1396 repeating | |
1397 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
|
1398 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
|
1399 000c child-i_id [4 bytes] 0 in this case |
46 | 1400 ]]></literallayout> |
1401 </refsect1> | |
1402 | |
1403 <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
|
1404 <title>64 bit Associated Tree Item 0x0002</title> |
46 | 1405 <para> |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1406 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
|
1407 to I_ID entries, similar to the 32 bit version described above. |
46 | 1408 </para> |
1409 <literallayout class="monospaced"><![CDATA[ | |
1410 0000 02 00 02 00 00 00 00 00 92 06 00 00 00 00 00 00 | |
1411 0010 a8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
1412 0020 3f 80 00 00 00 00 00 00 98 00 00 00 00 00 00 00 | |
1413 0030 00 00 00 00 00 00 00 00 | |
1414 | |
48 | 1415 0000 signature [2 bytes] 0x0002 constant |
46 | 1416 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
|
1417 0004 unknown [4 bytes] 0 possibly constant |
46 | 1418 repeating |
48 | 1419 0008 id2 [4 bytes] 0x000692 in this case |
1420 000c unknown1 [2 bytes] 0 may be a count or size | |
1421 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
|
1422 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
|
1423 0018 child-i_id [8 bytes] 0 in this case |
24 | 1424 ]]></literallayout> |
1425 </refsect1> | |
1426 | |
1427 <refsect1 id='pst.file.desc.5'> | |
28 | 1428 <title>Associated Descriptor Item 0xbcec</title> |
24 | 1429 <para> |
28 | 1430 Contains information about the item, which may be email, contact, or |
1431 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
|
1432 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
|
1433 can lookup that I_ID value in the index1 b-tree to find the (offset,size) |
28 | 1434 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
|
1435 This descriptor is eventually decoded to a list of MAPI elements. |
24 | 1436 </para> |
1437 <literallayout class="monospaced"><![CDATA[ | |
1438 0000 3c 01 ec bc 20 00 00 00 00 00 00 00 b5 02 06 00 | |
1439 0010 40 00 00 00 f9 0f 02 01 60 00 00 00 01 30 1e 00 | |
1440 0020 80 00 00 00 04 30 1e 00 00 00 00 00 df 35 03 00 | |
1441 0030 ff 00 00 00 e0 35 02 01 a0 00 00 00 e2 35 02 01 | |
1442 0040 e0 00 00 00 e3 35 02 01 c0 00 00 00 e4 35 02 01 | |
1443 0050 00 01 00 00 e5 35 02 01 20 01 00 00 e6 35 02 01 | |
1444 0060 40 01 00 00 e7 35 02 01 60 01 00 00 1e 66 0b 00 | |
1445 0070 00 00 00 00 ff 67 03 00 00 00 00 00 d2 7f 17 d8 | |
1446 0080 64 8c d5 11 83 24 00 50 04 86 95 45 53 74 61 6e | |
1447 0090 6c 65 79 00 00 00 00 d2 7f 17 d8 64 8c d5 11 83 | |
1448 00A0 24 00 50 04 86 95 45 22 80 00 00 00 00 00 00 d2 | |
1449 00B0 7f 17 d8 64 8c d5 11 83 24 00 50 04 86 95 45 42 | |
1450 00C0 80 00 00 00 00 00 00 d2 7f 17 d8 64 8c d5 11 83 | |
1451 00D0 24 00 50 04 86 95 45 a2 80 00 00 00 00 00 00 d2 | |
1452 00E0 7f 17 d8 64 8c d5 11 83 24 00 50 04 86 95 45 c2 | |
1453 00F0 80 00 00 00 00 00 00 d2 7f 17 d8 64 8c d5 11 83 | |
1454 0100 24 00 50 04 86 95 45 e2 80 00 00 00 00 00 00 d2 | |
1455 0110 7f 17 d8 64 8c d5 11 83 24 00 50 04 86 95 45 02 | |
1456 0120 81 00 00 00 00 00 00 d2 7f 17 d8 64 8c d5 11 83 | |
1457 0130 24 00 50 04 86 95 45 62 80 00 00 00 0b 00 00 00 | |
1458 0140 0c 00 14 00 7c 00 8c 00 93 00 ab 00 c3 00 db 00 | |
1459 0150 f3 00 0b 01 23 01 3b 01 | |
1460 | |
28 | 1461 0000 indexOffset [2 bytes] 0x013c in this case |
24 | 1462 0002 signature [2 bytes] 0xbcec constant |
35 | 1463 0004 b5offset [4 bytes] 0x0020 index reference |
24 | 1464 ]]></literallayout> |
1465 <para> | |
35 | 1466 Note the signature of 0xbcec. There are other descriptor block formats |
1467 with other signatures. Note the indexOffset of 0x013c - starting at | |
1468 that position in the descriptor block, we have an array of two byte | |
1469 integers. The first integer (0x000b) is a (count-1) of the number of | |
1470 overlapping pairs following the count. The first pair is (0, 0xc), the | |
1471 next pair is (0xc, 0x14) and the last (12th) pair is (0x123, 0x13b). | |
1472 These pairs are (start,end+1) offsets of items in this block. So we | |
1473 have count+2 integers following the count value. | |
24 | 1474 </para> |
1475 <para> | |
35 | 1476 Note the b5offset of 0x0020, which is a type that I will call an index |
49 | 1477 reference. Such index references have at least two different forms, |
1478 and may point to data either in this block, or in some other block. | |
35 | 1479 External pointer references have the low order 4 bits all set, and are |
1480 ID2 values that can be used to fetch data. This value of 0x0020 is an | |
49 | 1481 internal pointer reference, which needs to be right shifted by 4 bits |
1482 to become 0x0002, which is then a byte offset to be added to the above | |
35 | 1483 indexOffset plus two (to skip the count), so it points to the (0xc, |
1484 0x14) pair. | |
1485 </para> | |
1486 <para> | |
49 | 1487 So far we have only described internal index references where the high |
1488 order 16 bits are zero. That suffices for single descriptor | |
1489 blocks. But in the case of the type 0x0101 descriptor block, we have | |
1490 an array of subblocks. In this case, the high order 16 bits of an | |
1491 internal index reference are used to select the subblock. Each | |
1492 subblock starts with a 16 bit indexOffset which points to the count | |
1493 and array of 16 bit integer pairs which are offsets in the current | |
1494 subblock. | |
1495 </para> | |
1496 <para> | |
35 | 1497 Finally, we have the offset and size of the "b5" block located at offset 0xc |
24 | 1498 with a size of 8 bytes in this descriptor block. The "b5" block has the |
1499 following format: | |
1500 </para> | |
1501 <literallayout class="monospaced"><![CDATA[ | |
1502 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
|
1503 0002 datasize [2 bytes] 0x0006 constant +2 for 8 byte entries |
35 | 1504 0004 descoffset [4 bytes] 0x0040 index reference |
24 | 1505 ]]></literallayout> |
1506 <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
|
1507 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
|
1508 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
|
1509 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
|
1510 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
|
1511 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
|
1512 (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
|
1513 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
|
1514 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
|
1515 format: |
24 | 1516 </para> |
1517 <literallayout class="monospaced"><![CDATA[ | |
28 | 1518 0000 itemType [2 bytes] |
1519 0002 referenceType [2 bytes] | |
24 | 1520 0004 value [4 bytes] |
1521 ]]></literallayout> | |
1522 <para> | |
1523 For some reference types (2, 3, 0xb) the value is used directly. Otherwise, | |
35 | 1524 the value is an index reference, which is either an ID2 value, or an |
1525 offset, to be right shifted by 4 bits and used to fetch a pair from the | |
1526 index table to find the offset and size of the item in this descriptor block. | |
24 | 1527 </para> |
1528 <para> | |
1529 The following reference types are known, but not all of these | |
1530 are implemented in the code yet. | |
1531 </para> | |
1532 <literallayout class="monospaced"><![CDATA[ | |
1533 0x0002 - Signed 16bit value | |
1534 0x0003 - Signed 32bit value | |
1535 0x0004 - 4-byte floating point | |
1536 0x0005 - Floating point double | |
1537 0x0006 - Signed 64-bit int | |
1538 0x0007 - Application Time | |
1539 0x000A - 32-bit error value | |
1540 0x000B - Boolean (non-zero = true) | |
1541 0x000D - Embedded Object | |
1542 0x0014 - 8-byte signed integer (64-bit) | |
1543 0x001E - Null terminated String | |
1544 0x001F - Unicode string | |
1545 0x0040 - Systime - Filetime structure | |
1546 0x0048 - OLE Guid | |
1547 0x0102 - Binary data | |
1548 0x1003 - Array of 32bit values | |
1549 0x1014 - Array of 64bit values | |
1550 0x101E - Array of Strings | |
1551 0x1102 - Array of Binary data | |
1552 ]]></literallayout> | |
1553 <para> | |
1554 The following item types are known, but not all of these | |
1555 are implemented in the code yet. | |
1556 </para> | |
1557 <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
|
1558 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
|
1559 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
|
1560 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
|
1561 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
|
1562 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
|
1563 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
|
1564 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
|
1565 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
|
1566 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
|
1567 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
|
1568 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
|
1569 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
|
1570 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
|
1571 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
|
1572 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
|
1573 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
|
1574 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
|
1575 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
|
1576 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
|
1577 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
|
1578 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
|
1579 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
|
1580 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
|
1581 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
|
1582 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
|
1583 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
|
1584 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
|
1585 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
|
1586 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
|
1587 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
|
1588 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
|
1589 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
|
1590 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
|
1591 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
|
1592 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
|
1593 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
|
1594 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
|
1595 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
|
1596 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
|
1597 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
|
1598 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
|
1599 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
|
1600 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
|
1601 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
|
1602 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
|
1603 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
|
1604 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
|
1605 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
|
1606 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
|
1607 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
|
1608 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
|
1609 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
|
1610 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
|
1611 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
|
1612 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
|
1613 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
|
1614 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
|
1615 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
|
1616 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
|
1617 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
|
1618 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
|
1619 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
|
1620 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
|
1621 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
|
1622 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
|
1623 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
|
1624 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
|
1625 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
|
1626 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
|
1627 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
|
1628 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
|
1629 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
|
1630 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
|
1631 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
|
1632 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
|
1633 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
|
1634 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
|
1635 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
|
1636 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
|
1637 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
|
1638 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
|
1639 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
|
1640 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
|
1641 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
|
1642 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
|
1643 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
|
1644 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
|
1645 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
|
1646 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
|
1647 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
|
1648 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
|
1649 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
|
1650 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
|
1651 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
|
1652 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
|
1653 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
|
1654 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
|
1655 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
|
1656 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
|
1657 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
|
1658 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
|
1659 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
|
1660 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
|
1661 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
|
1662 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
|
1663 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
|
1664 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
|
1665 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
|
1666 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
|
1667 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
|
1668 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
|
1669 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
|
1670 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
|
1671 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
|
1672 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
|
1673 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
|
1674 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
|
1675 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
|
1676 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
|
1677 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
|
1678 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
|
1679 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
|
1680 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
|
1681 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
|
1682 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
|
1683 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
|
1684 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
|
1685 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
|
1686 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
|
1687 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
|
1688 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
|
1689 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
|
1690 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
|
1691 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
|
1692 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
|
1693 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
|
1694 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
|
1695 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
|
1696 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
|
1697 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
|
1698 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
|
1699 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
|
1700 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
|
1701 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
|
1702 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
|
1703 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
|
1704 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
|
1705 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
|
1706 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
|
1707 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
|
1708 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
|
1709 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
|
1710 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
|
1711 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
|
1712 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
|
1713 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
|
1714 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
|
1715 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
|
1716 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
|
1717 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
|
1718 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
|
1719 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
|
1720 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
|
1721 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
|
1722 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
|
1723 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
|
1724 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
|
1725 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
|
1726 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
|
1727 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
|
1728 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
|
1729 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
|
1730 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
|
1731 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
|
1732 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
|
1733 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
|
1734 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
|
1735 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
|
1736 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
|
1737 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
|
1738 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
|
1739 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
|
1740 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
|
1741 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
|
1742 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
|
1743 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
|
1744 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
|
1745 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
|
1746 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
|
1747 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
|
1748 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
|
1749 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
|
1750 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
|
1751 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
|
1752 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
|
1753 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
|
1754 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
|
1755 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
|
1756 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
|
1757 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
|
1758 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
|
1759 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
|
1760 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
|
1761 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
|
1762 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
|
1763 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
|
1764 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
|
1765 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
|
1766 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
|
1767 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
|
1768 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
|
1769 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
|
1770 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
|
1771 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
|
1772 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
|
1773 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
|
1774 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
|
1775 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
|
1776 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
|
1777 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
|
1778 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
|
1779 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
|
1780 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
|
1781 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
|
1782 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
|
1783 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
|
1784 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
|
1785 0x8215 All day appointment flag |
238
410b6422d65b
fix --help usage; readpstlog is gone
Carl Byington <carl@five-ten-sg.com>
parents:
236
diff
changeset
|
1786 0x8216 Appointment recurrence data |
410b6422d65b
fix --help usage; readpstlog is gone
Carl Byington <carl@five-ten-sg.com>
parents:
236
diff
changeset
|
1787 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
|
1788 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
|
1789 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
|
1790 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
|
1791 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
|
1792 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
|
1793 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
|
1794 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
|
1795 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
|
1796 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
|
1797 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
|
1798 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
|
1799 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
|
1800 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
|
1801 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
|
1802 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
|
1803 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
|
1804 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
|
1805 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
|
1806 0x8712 Journal Entry Type - duplicate? |
24 | 1807 ]]></literallayout> |
1808 </refsect1> | |
1809 | |
28 | 1810 <refsect1 id='pst.file.desc2.5'> |
1811 <title>Associated Descriptor Item 0x7cec</title> | |
1812 <para> | |
35 | 1813 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
|
1814 This descriptor is also eventually decoded to a list of MAPI elements. |
28 | 1815 </para> |
1816 <literallayout class="monospaced"><![CDATA[ | |
1817 0000 7a 01 ec 7c 40 00 00 00 00 00 00 00 b5 04 02 00 | |
1818 0010 60 00 00 00 7c 18 60 00 60 00 62 00 65 00 20 00 | |
1819 0020 00 00 80 00 00 00 00 00 00 00 03 00 20 0e 0c 00 | |
1820 0030 04 03 1e 00 01 30 2c 00 04 0b 1e 00 03 37 28 00 | |
1821 0040 04 0a 1e 00 04 37 14 00 04 05 03 00 05 37 10 00 | |
1822 0050 04 04 1e 00 07 37 24 00 04 09 1e 00 08 37 20 00 | |
1823 0060 04 08 02 01 0a 37 18 00 04 06 03 00 0b 37 08 00 | |
1824 0070 04 02 1e 00 0d 37 1c 00 04 07 1e 00 0e 37 40 00 | |
1825 0080 04 10 02 01 0f 37 30 00 04 0c 1e 00 11 37 34 00 | |
1826 0090 04 0d 1e 00 12 37 3c 00 04 0f 1e 00 13 37 38 00 | |
1827 00A0 04 0e 03 00 f2 67 00 00 04 00 03 00 f3 67 04 00 | |
1828 00B0 04 01 03 00 09 69 44 00 04 11 03 00 fa 7f 5c 00 | |
1829 00C0 04 15 40 00 fb 7f 4c 00 08 13 40 00 fc 7f 54 00 | |
1830 00D0 08 14 03 00 fd 7f 48 00 04 12 0b 00 fe 7f 60 00 | |
1831 00E0 01 16 0b 00 ff 7f 61 00 01 17 45 82 00 00 00 00 | |
1832 00F0 45 82 00 00 78 3c 00 00 ff ff ff ff 49 1e 00 00 | |
1833 0100 06 00 00 00 00 00 00 00 a0 00 00 00 00 00 00 00 | |
1834 0110 00 00 00 00 00 00 00 00 00 00 00 00 c0 00 00 00 | |
1835 0120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
1836 0130 00 00 00 00 00 00 00 00 00 00 00 00 00 40 dd a3 | |
1837 0140 57 45 b3 0c 00 40 dd a3 57 45 b3 0c 02 00 00 00 | |
1838 0150 00 00 fa 10 3e 2a 86 48 86 f7 14 03 0a 03 02 01 | |
1839 0160 4a 2e 20 44 61 76 69 64 20 4b 61 72 61 6d 27 73 | |
1840 0170 20 42 69 72 74 68 64 61 79 00 06 00 00 00 0c 00 | |
1841 0180 14 00 ea 00 f0 00 55 01 60 01 79 01 | |
1842 | |
1843 0000 indexOffset [2 bytes] 0x017a in this case | |
1844 0002 signature [2 bytes] 0x7cec constant | |
35 | 1845 0004 7coffset [4 bytes] 0x0040 index reference |
28 | 1846 ]]></literallayout> |
1847 <para> | |
1848 Note the signature of 0x7cec. There are other descriptor block | |
1849 formats with other signatures. | |
1850 Note the indexOffset of 0x017a - starting at that position in the | |
1851 descriptor block, we have an array of two byte integers. The first | |
1852 integer (0x0006) is a (count-1) of the number of overlapping pairs | |
1853 following the count. The first pair is (0, 0xc), the next pair is (0xc, 0x14) | |
1854 and the last (7th) pair is (0x160, 0x179). These pairs are (start,end+1) | |
1855 offsets of items in this block. So we have count+2 integers following | |
1856 the count value. | |
1857 </para> | |
1858 <para> | |
35 | 1859 Note the 7coffset of 0x0040, which is an index reference. In this case, |
1860 it is an internal reference pointer, which needs to be right shifted by 4 bits | |
28 | 1861 to become 0x0004, which is then a byte offset to be added to the above |
1862 indexOffset plus two (to skip the count), so it points to the (0x14, 0xea) | |
1863 pair. We have the offset and size of the "7c" block located at offset 0x14 | |
1864 with a size of 214 bytes in this case. The "7c" block starts with | |
1865 a header with the following format: | |
1866 </para> | |
1867 <literallayout class="monospaced"><![CDATA[ | |
1868 0000 signature [1 bytes] 0x7c constant | |
1869 0001 itemCount [1 bytes] 0x18 in this case | |
1870 0002 unknown [2 bytes] 0x0060 in this case | |
1871 0004 unknown [2 bytes] 0x0060 in this case | |
1872 0006 unknown [2 bytes] 0x0062 in this case | |
1873 0008 recordSize [2 bytes] 0x0065 in this case | |
35 | 1874 000a b5Offset [4 bytes] 0x0020 index reference |
1875 000e index2Offset [4 bytes] 0x0080 index reference | |
28 | 1876 0012 unknown [2 bytes] 0x0000 in this case |
1877 0014 unknown [2 bytes] 0x0000 in this case | |
1878 ]]></literallayout> | |
1879 <para> | |
35 | 1880 Note the b5Offset of 0x0020, which is an index reference. In this case, |
1881 it is an internal reference pointer, which needs to be right shifted by 4 bits | |
28 | 1882 to become 0x0002, which is then a byte offset to be added to the above |
1883 indexOffset plus two (to skip the count), so it points to the (0xc, | |
1884 0x14) pair. Finally, we have the offset and size of the "b5" block | |
1885 located at offset 0xc with a size of 8 bytes in this descriptor block. | |
1886 The "b5" block has the following format: | |
1887 </para> | |
1888 <literallayout class="monospaced"><![CDATA[ | |
1889 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
|
1890 0002 datasize [2 bytes] 0x0002 +4 for 6 byte entries in this case |
35 | 1891 0004 descoffset [4 bytes] 0x0060 index reference |
28 | 1892 ]]></literallayout> |
1893 <para> | |
35 | 1894 Note the descoffset of 0x0060, which again is an index reference. In this |
1895 case, it is an internal pointer reference, which needs to be right shifted by 4 | |
28 | 1896 bits to become 0x0006, which is then a byte offset to be added to the |
1897 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
|
1898 (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
|
1899 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
|
1900 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
|
1901 That gives us (0xf0 - 0xea)/6 = 1, so we have a recordCount of one. |
28 | 1902 </para> |
1903 <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
|
1904 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
|
1905 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
|
1906 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
|
1907 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
|
1908 </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
|
1909 <para> |
35 | 1910 Note the index2Offset above of 0x0080, which again is an index reference. In this |
1911 case, it is an internal pointer reference, which needs to be right shifted | |
28 | 1912 by 4 bits to become 0x0008, which is then a byte offset to be added to |
1913 the above indexOffset plus two (to skip the count), so it points to the | |
1914 (0xf0, 0x155) pair. This is an array of tables of four byte integers. | |
1915 We will call these the IND2 tables. The size of each of these tables is | |
1916 specified by the recordSize field of the "7c" header. The number of | |
1917 these tables is the above recordCount value derived from the "b5" block. | |
1918 </para> | |
1919 <para> | |
1920 Now the remaining data in the "7c" block after the header starts at | |
1921 offset 0x2a. There should be itemCount 8 byte items here, with the | |
1922 following format: | |
1923 </para> | |
1924 <literallayout class="monospaced"><![CDATA[ | |
1925 0000 referenceType [2 bytes] | |
1926 0002 itemType [2 bytes] | |
1927 0004 ind2Offset [2 bytes] | |
35 | 1928 0006 size [1 byte] |
1929 0007 unknown [1 byte] | |
28 | 1930 ]]></literallayout> |
1931 <para> | |
35 | 1932 The ind2Offset is a byte offset into the current IND2 table of some value. |
1933 If that is a four byte integer value, then once we fetch that, we have | |
1934 the same triple (item type, reference type, value) as we find in the | |
1935 0xbcec style descriptor blocks. If not, then this value is used directly. | |
1936 These 8 byte descriptors are processed recordCount times, each | |
28 | 1937 time using the next IND2 table. The item and reference types are as |
1938 described above for the 0xbcec format descriptor block. | |
1939 </para> | |
1940 </refsect1> | |
1941 | |
48 | 1942 <refsect1 id='pst.file.desc3.32.5'> |
1943 <title>32 bit Associated Descriptor Item 0x0101</title> | |
35 | 1944 <para> |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1945 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
|
1946 an I_ID (that would normally point to a type 0x7cec or 0xbcec |
49 | 1947 descriptor block) contains more data than can fit in any single |
1948 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
|
1949 block, which contains a list of I_ID values that themselves point to |
49 | 1950 the actual descriptor blocks. The total length value in the 0x0101 |
1951 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
|
1952 of I_ID values. The result is an array of subblocks, that may contain |
49 | 1953 index references where the high order 16 bits specify which descriptor |
1954 subblock to use. Only the first descriptor subblock contains the | |
1955 signature (0xbcec or 0x7cec). | |
35 | 1956 </para> |
1957 <literallayout class="monospaced"><![CDATA[ | |
1958 0000 01 01 02 00 26 28 00 00 18 77 0c 00 b8 04 00 00 | |
1959 | |
1960 0000 signature [2 bytes] 0x0101 constant | |
1961 0002 count [2 bytes] 0x0002 in this case | |
49 | 1962 0004 total length [4 bytes] 0x002826 in this case |
35 | 1963 repeating |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1964 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
|
1965 000c i_id [4 bytes] 0x0004b8 in this case |
35 | 1966 ]]></literallayout> |
1967 </refsect1> | |
1968 | |
48 | 1969 <refsect1 id='pst.file.desc3.64.5'> |
1970 <title>64 bit Associated Descriptor Item 0x0101</title> | |
1971 <para> | |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1972 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
|
1973 32 bit version described above. |
48 | 1974 </para> |
1975 <literallayout class="monospaced"><![CDATA[ | |
1976 0000 01 01 02 00 ea 29 00 00 10 83 00 00 00 00 00 00 | |
1977 0010 1c 83 00 00 00 00 00 00 | |
1978 | |
1979 0000 signature [2 bytes] 0x0101 constant | |
1980 0002 count [2 bytes] 0x0002 in this case | |
49 | 1981 0004 total length [4 bytes] 0x0029ea in this case |
48 | 1982 repeating |
149
f9773b6368e0
improve documentation of .pst format.
Carl Byington <carl@five-ten-sg.com>
parents:
122
diff
changeset
|
1983 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
|
1984 0010 i_id [8 bytes] 0x00831c in this case |
48 | 1985 ]]></literallayout> |
1986 </refsect1> | |
1987 | |
24 | 1988 </refentry> |
16 | 1989 </reference> |