Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

undbx(1) [debian man page]

undbx(1)							       undbx								  undbx(1)

NAME
undbx - a tool to extract e-mails from Outlook Express .dbx files. SYNOPSIS
undbx [options]<DBX-DIRECTORY|DBX-FILE>[<OUTPUT-DIRECTORY>] DESCRIPTION
undbx is a tool to extract, recover and undelete e-mails messages from Outlook Express .dbx files. Email are extracted in individual .eml files. When a target directory is specified, undbx will extract e-mails from dbx files found in this directory. Instead of providing a target directory, the usr can provide a target dbx file. When no output directory is specified, undbx will extract emails in a subdirectory of the current directory. In normal mode (not recovery), a message is extracted only if there is no corresponding .eml file in the destination directory. On the other hand, if a .eml file exists in the destination directory and no corresponding mail is found in the .dbx file, the mail is con- sidered deleted and undbx will delete this .eml file. This way, undbx can be used as an synchronization backup tool for .dbx files. The file names of .eml files are composed by the From, To and Subjec: header fields. The modification time of each file is set to match the date specified in the Date field of the mail header. OPTIONS
--help Provides a short help message. --recover undbx attempt to recover e-mail messages from a corrupted .dbx file. In this mode fragments of messages are collected into .eml files. This may take a long time and some messages maybe corrupted. Also, all messages are extracted, not only the new ones. --version Shows the version string SEE ALSO
pffinfo(1) pffexport(1) munpack(1) AUTHOR
This manual page was written by Christophe Monniez <christophe.monniez@fccu.be> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. February 23, 2011 undbx(1)

Check Out this Related Man Page

PST2DII(1)						  libpst Utilities - Version 0.6						PST2DII(1)

NAME
pst2dii - extract email messages from a MS Outlook .pst file in DII load format SYNOPSIS
pst2dii [-B bates-prefix] [-O dii-output-file] [-V] [-b bates-number] [-c bates-color] [-d debug-file] -f ttf-font-file [-h] [-o output-directory] pstfilename OPTIONS
-B bates-prefix Sets the bates prefix string. The bates sequence number is appended to this string, and printed on each page. -O dii-output-file Name of the output DII load file. -V Show program version. Subsequent options are then ignored. -b bates-number Starting bates sequence number. The default is zero. -c bates-color Font color for the bates stamp on each page, specified as 6 hex digits as rrggbb values. The default is ff0000 for bright red. -d debug-file Specify name of debug log file. The log file is now an ascii file, instead of the binary file used in previous versions. -f ttf-font-file Specify name of a true type font file. This should be a fixed pitch font. -h Show summary of options. Subsequent options are then ignored. -o output-directory Specifies the output directory. The directory must already exist. DESCRIPTION
pst2dii reads the email messages from a MS Outlook .pst file and produces a DII load file that may be used to import message summaries into a Summation DII system. The DII output file contains references to the image and attachment files in the output directory. COPYRIGHT
Copyright (C) 2008 by 510 Software Group <carl@five-ten-sg.com> 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. 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. VERSION
0.6.54 pst2dii 0.6.54 2011-05-27 PST2DII(1)
Man Page