Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > 4561441640a3144bf2d62fff30a26c55 > files > 137

libpst-0.6.44-1mdv2010.0.x86_64.rpm

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>readpst</title><meta name="generator" content="DocBook XSL Stylesheets V1.65.1" /><link rel="home" href="index.html" title="libpst Utilities - Version 0.6.44" /><link rel="up" href="index.html" title="libpst Utilities - Version 0.6.44" /><link rel="previous" href="index.html" title="libpst Utilities - Version 0.6.44" /><link rel="next" href="rn01re02.html" title="lspst" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">readpst</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="rn01re02.html">Next</a></td></tr></table><hr /></div><div class="refentry" lang="en" xml:lang="en"><a id="readpst.1"></a><div class="titlepage"><div></div><div></div></div><div class="refnamediv"><a id="readpst.name.1"></a><h2>Name</h2><p>readpst — convert PST (MS Outlook Personal Folders) files to mbox and other formats</p></div><div class="refsynopsisdiv"><a id="readpst.synopsis.1"></a><h2>Synopsis</h2><div class="cmdsynopsis"><p><tt class="command">readpst</tt>  [<tt class="option">-D</tt>] [<tt class="option">-M</tt>] [<tt class="option">-S</tt>] [<tt class="option">-V</tt>] [<tt class="option">-b</tt>] [<tt class="option">-c <i class="replaceable"><tt>format</tt></i></tt>] [<tt class="option">-d <i class="replaceable"><tt>debug-file</tt></i></tt>] [<tt class="option">-e</tt>] [<tt class="option">-h</tt>] [<tt class="option">-j <i class="replaceable"><tt>jobs</tt></i></tt>] [<tt class="option">-k</tt>] [<tt class="option">-o <i class="replaceable"><tt>output-directory</tt></i></tt>] [<tt class="option">-q</tt>] [<tt class="option">-r</tt>] [<tt class="option">-t <i class="replaceable"><tt>output-type-codes</tt></i></tt>] [<tt class="option">-u</tt>] [<tt class="option">-w</tt>]  pstfile </p></div></div><div class="refsect1" lang="en" xml:lang="en"><a id="readpst.description.1"></a><h2>Description</h2><p><span><b class="command">readpst</b></span> is a program that can read an Outlook
                PST (Personal Folders) file and convert it into an mbox file, a format
                suitable for KMail, a recursive mbox structure, or separate emails.
            </p></div><div class="refsect1" lang="en" xml:lang="en"><a id="readpst.options.1"></a><h2>Options</h2><div class="variablelist"><dl><dt><span class="term">-D</span></dt><dd><p>
                        Include deleted items in the output.
                    </p></dd><dt><span class="term">-M</span></dt><dd><p>
                        Output messages in MH (rfc822) format as separate files.  This will create
                        folders as named in the PST file, and will put each email together with
                        any attachments into its own file.  These files will be numbered from 1
                        to n with no leading zeros.
                    </p></dd><dt><span class="term">-S</span></dt><dd><p>
                        Output messages into separate files.  This will create folders as
                        named in the PST file, and will put each email in its own file.  These
                        files will be numbered from 1 to n with no leading zeros. So the email
                        contents for message $m are saved in a file named $m.  Attachments
                        will also be saved in the same folder as the email message. The
                        attachments for message $m are saved as $m-$name where $name is (the
                        original name of the attachment, or 'attach$n' if the attachment had
                        no name), where $n is another sequential index with no leading zeros.
                    </p></dd><dt><span class="term">-V</span></dt><dd><p>
                        Show program version and exit.
                    </p></dd><dt><span class="term">-b</span></dt><dd><p>
                        Do not save the attachments for the RTF format of the email body.
                    </p></dd><dt><span class="term">-c <i class="replaceable"><tt>format</tt></i></span></dt><dd><p>
                        Set the Contact output mode. Use -cv for vcard format or -cl for an email list.
                    </p></dd><dt><span class="term">-d <i class="replaceable"><tt>debug-file</tt></i></span></dt><dd><p>
                        Specify name of debug log file. The log file is now an ascii file,
                        instead of the binary file used in previous versions.
                    </p></dd><dt><span class="term">-e</span></dt><dd><p>
                        Same as the M option, but each output file will include an extension
                        from (.eml, .ics, .vcf).
                    </p></dd><dt><span class="term">-h</span></dt><dd><p>
                        Show summary of options and exit.
                    </p></dd><dt><span class="term">-j <i class="replaceable"><tt>jobs</tt></i></span></dt><dd><p>
                        Specifies the maximum number of parallel jobs. Specify 0 to suppress
                        running parallel jobs.
                    </p></dd><dt><span class="term">-k</span></dt><dd><p>
                        Changes the output format to KMail.
                    </p></dd><dt><span class="term">-o <i class="replaceable"><tt>output-directory</tt></i></span></dt><dd><p>
                        Specifies the output directory. The directory must already exist, and
                        is entered after the PST file is opened, but before any processing of
                        files commences.
                    </p></dd><dt><span class="term">-q</span></dt><dd><p>
                        Changes to silent mode. No feedback is printed to the screen, except
                        for error messages.
                    </p></dd><dt><span class="term">-r</span></dt><dd><p>
                        Changes the output format to Recursive. This will create folders as
                        named in the PST file, and will put all emails in a file called "mbox"
                        inside each folder. These files are then compatible with all
                        mbox-compatible email clients.
                    </p></dd><dt><span class="term">-t <i class="replaceable"><tt>output-type-codes</tt></i></span></dt><dd><p>
                        Specifies the item types that are processed. The argument is a sequence
                        of single letters from (e,a,j,c) for (email, appointment, journal, contact)
                        types. The default is to process all item types.
                    </p></dd><dt><span class="term">-u</span></dt><dd><p>
                        Sets Thunderbird mode, a submode of recursive mode. This causes
                        two extra .type and .size meta files to be created.
                    </p></dd><dt><span class="term">-w</span></dt><dd><p>
                        Overwrite any previous output files. Beware: When used with the -S
                        switch, this will remove all files from the target folder before
                        writing. This is to keep the count of emails and attachments correct.
                    </p></dd></dl></div></div><div class="refsect1" lang="en" xml:lang="en"><a id="readpst.author.1"></a><h2>Author</h2><p>
                This manual page was originally written by Dave Smith
                &lt;dave.s@earthcorp.com&gt;, and updated by Joe Nahmias &lt;joe@nahmias.net&gt;
                for the Debian GNU/Linux system (but may be used by others). It was
                subsequently updated by Brad Hards &lt;bradh@frogmouth.net&gt;, and converted to
                xml format by Carl Byington &lt;carl@five-ten-sg.com&gt;.
            </p></div><div class="refsect1" lang="en" xml:lang="en"><a id="readpst.copyright.1"></a><h2>Copyright</h2><p>
                Copyright (C) 2002 by David Smith &lt;dave.s@earthcorp.com&gt;.
                XML version Copyright (C) 2008 by 510 Software Group &lt;carl@five-ten-sg.com&gt;.
            </p><p>
                This program is free software; you can redistribute it and/or modify it
                under the terms of the GNU General Public License as published by the
                Free Software Foundation; either version 2, or (at your option) any
                later version.
            </p><p>
                You should have received a copy of the GNU General Public License along
                with this program; see the file COPYING.  If not, please write to the
                Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
            </p></div><div class="refsect1" lang="en" xml:lang="en"><a id="readpst.version.1"></a><h2>Version</h2><p>
                0.6.44
            </p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="index.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="rn01re02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">libpst Utilities - Version 0.6.44 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> lspst</td></tr></table></div></body></html>