Mail::Transport::Dbx is a wrapper around libdbx to read Outlook Express mailboxes (more commonly known as .dbx files). It relies on a patched version of libdbx to make it work on big-endian machines (like Solaris).
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
In case of problems, read on.
DEPENDENCIES
This module requires these other modules and libraries:
None but you need a working C compiler or
perl Makefile.PL CCFLAGS=-Xa make make test make install
instead of the ordinary 'perl Makefile.PL'. This will put suncc into ANSI mode.
Please let me know if you are using a platform not mentioned here and encounter problems (or even if not).
COPYRIGHT AND LICENCE
Copyright (C) 2003-2005 Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.