• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

fallback/H23-Jun-2005-345333

libdbx/H23-Jun-2005-1,221789

t/H03-May-2022-239192

ChangesH A D23-Jun-20051.8 KiB5139

Dbx.pmH A D23-Jun-200517.8 KiB58691

Dbx.xsH A D23-Jun-200518.8 KiB797650

MANIFESTH A D23-Jun-2005388 2726

META.ymlH A D23-Jun-2005301 119

Makefile.PLH A D23-Jun-20051.8 KiB6050

READMEH A D23-Jun-20051.4 KiB6141

ppport.hH A D23-Jun-200514.4 KiB541271

typemapH A D23-Jun-20051.7 KiB6457

README

1Mail/Transport/Dbx version 0.07
2===============================
3
4Mail::Transport::Dbx is a wrapper around libdbx to read Outlook Express
5mailboxes (more commonly known as .dbx files). It relies on a patched
6version of libdbx to make it work on big-endian machines (like Solaris).
7
8INSTALLATION
9
10To install this module type the following:
11
12   perl Makefile.PL
13   make
14   make test
15   make install
16
17In case of problems, read on.
18
19DEPENDENCIES
20
21This module requires these other modules and libraries:
22
23    None but you need a working C compiler or
24
25PROBLEMS:
26
27Compilation:
28------------
29As of v0.02, Mail::Transport::Dbx also supports suncc and MS VisualC.
30
31Solaris:
32--------
33For suncc you might need to
34
35  perl Makefile.PL CCFLAGS=-Xa
36  make
37  make test
38  make install
39
40instead of the ordinary 'perl Makefile.PL'. This will put suncc into ANSI
41mode.
42
43Windows:
44--------
45Tested both on ActiveState's 5.6.1 and 5.8.0beta release. Should compile out
46of the box. You'll receive a warning during compilation which you can safely
47ignore.
48
49Other platforms:
50----------------
51Please let me know if you are using a platform not mentioned here and
52encounter problems (or even if not).
53
54COPYRIGHT AND LICENCE
55
56Copyright (C) 2003-2005 Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
57
58This library is free software; you can redistribute it and/or modify
59it under the same terms as Perl itself.
60
61