Mercurial > libpst
comparison xml/libpst.in @ 239:aa50c23a6935
patch from Lee Ayres to add file name extensions in separate mode; allow mixed items types in a folder in separate mode
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 14 Sep 2009 10:56:39 -0700 |
parents | 410b6422d65b |
children | fb66d428347d 97c53c6868ab |
comparison
equal
deleted
inserted
replaced
238:410b6422d65b | 239:aa50c23a6935 |
---|---|
33 </partintro> | 33 </partintro> |
34 | 34 |
35 | 35 |
36 <refentry id="readpst.1"> | 36 <refentry id="readpst.1"> |
37 <refentryinfo> | 37 <refentryinfo> |
38 <date>2009-09-12</date> | 38 <date>2009-09-14</date> |
39 </refentryinfo> | 39 </refentryinfo> |
40 | 40 |
41 <refmeta> | 41 <refmeta> |
42 <refentrytitle>readpst</refentrytitle> | 42 <refentrytitle>readpst</refentrytitle> |
43 <manvolnum>1</manvolnum> | 43 <manvolnum>1</manvolnum> |
58 <arg><option>-S</option></arg> | 58 <arg><option>-S</option></arg> |
59 <arg><option>-V</option></arg> | 59 <arg><option>-V</option></arg> |
60 <arg><option>-b</option></arg> | 60 <arg><option>-b</option></arg> |
61 <arg><option>-c <replaceable class="parameter">format</replaceable></option></arg> | 61 <arg><option>-c <replaceable class="parameter">format</replaceable></option></arg> |
62 <arg><option>-d <replaceable class="parameter">debug-file</replaceable></option></arg> | 62 <arg><option>-d <replaceable class="parameter">debug-file</replaceable></option></arg> |
63 <arg><option>-e</option></arg> | |
63 <arg><option>-h</option></arg> | 64 <arg><option>-h</option></arg> |
64 <arg><option>-j <replaceable class="parameter">jobs</replaceable></option></arg> | 65 <arg><option>-j <replaceable class="parameter">jobs</replaceable></option></arg> |
65 <arg><option>-k</option></arg> | 66 <arg><option>-k</option></arg> |
66 <arg><option>-o <replaceable class="parameter">output-directory</replaceable></option></arg> | 67 <arg><option>-o <replaceable class="parameter">output-directory</replaceable></option></arg> |
67 <arg><option>-q</option></arg> | 68 <arg><option>-q</option></arg> |
91 </para></listitem> | 92 </para></listitem> |
92 </varlistentry> | 93 </varlistentry> |
93 <varlistentry> | 94 <varlistentry> |
94 <term>-M</term> | 95 <term>-M</term> |
95 <listitem><para> | 96 <listitem><para> |
96 Output messages in MH format as separate files. This will create | 97 Output messages in MH (rfc822) format as separate files. This will create |
97 folders as named in the PST file, and will put each email together with | 98 folders as named in the PST file, and will put each email together with |
98 any attachments into its own file. These files will be numbered from 1 | 99 any attachments into its own file. These files will be numbered from 1 |
99 to n with no leading zeros. | 100 to n with no leading zeros. |
100 </para></listitem> | 101 </para></listitem> |
101 </varlistentry> | 102 </varlistentry> |
102 <varlistentry> | 103 <varlistentry> |
103 <term>-S</term> | 104 <term>-S</term> |
104 <listitem><para> | 105 <listitem><para> |
105 Output messages into separate files. This will create folders as named | 106 Output messages into separate files. This will create folders as |
106 in the PST file, and will put each email in its own file. These files | 107 named in the PST file, and will put each email in its own file. These |
107 will be numbered from 1 increasing in intervals of 1 (ie 1, 2, 3, ...). | 108 files will be numbered from 1 to n with no leading zeros. So the email |
108 Any attachments are saved alongside each email as XXXXXXXXX-attach1, | 109 contents for message $m are saved in a file named $m. Attachments |
109 XXXXXXXXX-attach2 and so on, or with the name of the attachment if one | 110 will also be saved in the same folder as the email message. The |
110 is present. | 111 attachments for message $m are saved as $m-$name where $name is (the |
112 original name of the attachment, or 'attach$n' if the attachment had | |
113 no name), where $n is another sequential index with no leading zeros. | |
111 </para></listitem> | 114 </para></listitem> |
112 </varlistentry> | 115 </varlistentry> |
113 <varlistentry> | 116 <varlistentry> |
114 <term>-V</term> | 117 <term>-V</term> |
115 <listitem><para> | 118 <listitem><para> |
131 <varlistentry> | 134 <varlistentry> |
132 <term>-d <replaceable class="parameter">debug-file</replaceable></term> | 135 <term>-d <replaceable class="parameter">debug-file</replaceable></term> |
133 <listitem><para> | 136 <listitem><para> |
134 Specify name of debug log file. The log file is now an ascii file, | 137 Specify name of debug log file. The log file is now an ascii file, |
135 instead of the binary file used in previous versions. | 138 instead of the binary file used in previous versions. |
139 </para></listitem> | |
140 </varlistentry> | |
141 <varlistentry> | |
142 <term>-e</term> | |
143 <listitem><para> | |
144 Same as the M option, but each output file will include an extension | |
145 from (.eml, .ics, .vcf). | |
136 </para></listitem> | 146 </para></listitem> |
137 </varlistentry> | 147 </varlistentry> |
138 <varlistentry> | 148 <varlistentry> |
139 <term>-h</term> | 149 <term>-h</term> |
140 <listitem><para> | 150 <listitem><para> |
243 </refentry> | 253 </refentry> |
244 | 254 |
245 | 255 |
246 <refentry id="lspst.1"> | 256 <refentry id="lspst.1"> |
247 <refentryinfo> | 257 <refentryinfo> |
248 <date>2009-09-12</date> | 258 <date>2009-09-14</date> |
249 </refentryinfo> | 259 </refentryinfo> |
250 | 260 |
251 <refmeta> | 261 <refmeta> |
252 <refentrytitle>lspst</refentrytitle> | 262 <refentrytitle>lspst</refentrytitle> |
253 <manvolnum>1</manvolnum> | 263 <manvolnum>1</manvolnum> |
338 </refentry> | 348 </refentry> |
339 | 349 |
340 | 350 |
341 <refentry id="pst2ldif.1"> | 351 <refentry id="pst2ldif.1"> |
342 <refentryinfo> | 352 <refentryinfo> |
343 <date>2009-09-12</date> | 353 <date>2009-09-14</date> |
344 </refentryinfo> | 354 </refentryinfo> |
345 | 355 |
346 <refmeta> | 356 <refmeta> |
347 <refentrytitle>pst2ldif</refentrytitle> | 357 <refentrytitle>pst2ldif</refentrytitle> |
348 <manvolnum>1</manvolnum> | 358 <manvolnum>1</manvolnum> |
506 </refentry> | 516 </refentry> |
507 | 517 |
508 | 518 |
509 <refentry id="pst2dii.1"> | 519 <refentry id="pst2dii.1"> |
510 <refentryinfo> | 520 <refentryinfo> |
511 <date>2009-09-12</date> | 521 <date>2009-09-14</date> |
512 </refentryinfo> | 522 </refentryinfo> |
513 | 523 |
514 <refmeta> | 524 <refmeta> |
515 <refentrytitle>pst2dii</refentrytitle> | 525 <refentrytitle>pst2dii</refentrytitle> |
516 <manvolnum>1</manvolnum> | 526 <manvolnum>1</manvolnum> |
639 </refentry> | 649 </refentry> |
640 | 650 |
641 | 651 |
642 <refentry id="pst.5"> | 652 <refentry id="pst.5"> |
643 <refentryinfo> | 653 <refentryinfo> |
644 <date>2009-09-12</date> | 654 <date>2009-09-14</date> |
645 </refentryinfo> | 655 </refentryinfo> |
646 | 656 |
647 <refmeta> | 657 <refmeta> |
648 <refentrytitle>outlook.pst</refentrytitle> | 658 <refentrytitle>outlook.pst</refentrytitle> |
649 <manvolnum>5</manvolnum> | 659 <manvolnum>5</manvolnum> |