1LSPST(1) LSPST(1)
2
3
4
6 lspst - list PST (MS Outlook Personal Folders) file data
7
9 lspst [-V] [-d debug-file] [-h] pstfile
10
11
13 -V Show program version and exit.
14
15
16 -d debug-file
17 Specify name of debug log file. The log file is now an ascii
18 file, instead of the binary file used in previous versions.
19
20
21 -h Show summary of options and exit.
22
23
25 lspst is a program that can read an Outlook PST (Personal Folders) file
26 and produce a simple listing of the data (contacts, email subjects,
27 etc).
28
29
31 lspst was written by Joe Nahmias <joe@nahmias.net> based on readpst.
32 This man page was written by 510 Software Group <carl@five-ten-sg.com>.
33
34
36 Copyright (C) 2004 by Joe Nahmias <joe@nahmias.net>.
37
38
39 This program is free software; you can redistribute it and/or modify it
40 under the terms of the GNU General Public License as published by the
41 Free Software Foundation; either version 2, or (at your option) any
42 later version.
43
44
45 You should have received a copy of the GNU General Public License along
46 with this program; see the file COPYING. If not, please write to the
47 Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
48
49
51 0.6.44
52
53
54
55
56 2009-09-14 LSPST(1)