1			   Internet Message
2
3			    Kazu Yamamoto
4			  Tatsuya Kinoshita
5
6			     Oct 10, 2016
7
8
9			   <<<Copyright>>>
10
11IM (Internet Message) provides a series of user interface commands
12(imput, imget, imls, ...) and backend Perl5 modules to integrate
13E-mail and NetNews user interface. They are designed to be used both
14from Mew version 1.x and on command line.
15
16The folder style of IM is exactly the same as that of MH. So, you can
17replace MH with this package without any migration works. Moreover,
18you are able to operate your messages both by IM and MH with
19consistent manner.
20
21IM is copyrighted by IM developing team. You can redistribute it
22and/or modify it under the modified BSD license. See 00copyright for
23more details.
24
25IM/MD5.pm is derived from md5.pl copyrighted by NAKAMURA, Motonori
26<motonori@econ.kyoto-u.ac.jp>. It is converted to Perl4 from C version
27derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm.
28
29install-sh is under the X11 license.
30
31
32	      <<<Installing under the root privilege>>>
33
34* Install Perl 5.004_04 or later if not installed. For more
35information, see 00perl. Please note that Perl 5.004 is buggy.
36
37* Execute "configure".
38
39	% ./configure
40
41If you want to use RPOP, execute "configure" with the "--enable-rpop"
42option.
43
44	% ./configure --enable-rpop
45
46If you specify this option, "imget" will be made as "setuid root" for
47RPOP. APOP is the default. (Set Imget.Src as you like according the
48syntax that "imget -h" displays.)
49
50* To set the im commands, just type it. (You can run the current
51 commands in place!)
52
53	% ./imls
54
55* Install them if necessary.
56
57If you have the root privilege or the Perl directory is writable for
58you, type as follows:
59
60	% su
61	# make install
62
63* Setup "/usr/local/lib/im/SiteConfig" and "~/.im/Config". An example is
64found in "cnf.im/SiteConfig" and "dot.im/Config",
65respectively. 'imsetup' would help you.
66
67
68		       <<<Installing by user>>
69
70* Install Perl 5.004 or later to a writable directory if not
71installed. For more information, see 00perl.
72
73* If you want to install
74	the im* commands    to /your/home/bin,
75	the IM perl modules to /your/home/lib/IM,
76	SiteConfig          to /your/home/lib/im,
77specify the "--prefix" option as follows:
78
79	% ./configure --prefix=/your/home
80
81The "--bindir", "--with-perldir", and "--sysconfdir" option overrides for
82each. For instance, if you want install the IM perl modules to
83"/other/place/perl/IM", do as follows:
84
85	% ./configure --prefix=/your/home --with-perldir=/other/place/perl
86
87Note that the "--enable-rpop" option is meaningless because you don't
88have the root privilege.
89
90* Install them by "make install".
91
92	% make install
93
94
95		 <<<Contributions and Bug Reports>>>
96
97Please send comments, bug reports, and patches to the current maintainer
98	Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
99
100For the latest news of IM, please see IM (Internet Message) Official Site
101	http://tats.hauN.org/im/
102
103You can download IM from Debian mirror sites.  For more information of
104the Debian im package, please see
105	http://packages.qa.debian.org/im
106
107
108			  <<<Programmers>>>
109
110		Junichiro ITO           <itojun@mew.org>
111		 Yoshiaki KASAHARA    <kasahara@mew.org>
112		 Motonori NAKAMURA    <motonori@mew.org>
113		 Kazunori NISHI       <kazunori@mew.org>
114		Yoshinari NOMURA           <nom@mew.org>
115		 Hidenori OHTA            <hide@mew.org>
116                 Fujikazu OKUNISHI    <fuji0924@mbox.kyoto-inet.or.jp>
117                 Kiyotaka SAKAI         <ksakai@mew.org>
118                Toshihiko SHIMOKAWA      <toshi@mew.org>
119                Fumitoshi UKAI            <ukai@jp.hpl.hp.com>
120                 Kazumasa UTASHIRO    <utashiro@mew.org>
121		     Kazu YAMAMOTO        <kazu@mew.org>
122