File: 00readme

package info (click to toggle)
im 1%3A100-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,028 kB
  • ctags: 305
  • sloc: perl: 7,272; sh: 1,719; makefile: 111
file content (102 lines) | stat: -rw-r--r-- 2,997 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
			   Internet Message

			    Kazu Yamamoto
			     Sep  5, 1998

			   <<<Copyright>>>

This package provides a series of user interface commands (im*
commands) and backend Perl5 libraries to integrate Email and NetNews
handling. They are designed to be used both from Mew and on command
line.

The folder style of Mew is exactly the same as that of MH. So, you can
replace MH with this package without any migration works. Moreover,
you are able to operate your messages both by IM and MH with
consistent manner.

All programs/libraries conforms the BSD like "AS IS" copyright. This
means, in short words, free but no warranty. 

	      <<<Installing under the root privilege>>>

* Install Perl 5.004 or later if not installed. For more information,
see 00perl.

* Execute "configure".

	% ./configure

If you want to use RPOP, execute "configure" with the "--enable-rpop"
option.

	% ./configure --enable-rpop

If you specify this option, "imget" will be made as "setuid root" for
RPOP. APOP is the default. (Set Imget.Src as you like according the
syntax that "imget -h" displays.)

* To set the im commands, just type it. (You can run the current
 commands in place!)

	% ./imls

* Install them if necessary.

If you have the root privilege or the Perl directory is writable for
you, type as follows:

	% su
	# make install

* Setup "/usr/local/lib/im/SiteConfig" and "~/.im/Config". An example is
found in "cnf.im/SiteConfig" and "dot.im/Config",
respectively. 'imsetup' would help you.


		       <<<Installing by user>>

* Install Perl 5.004 or later to a writable directory if not
installed. For more information, see 00perl.

* If you want to install 
	the im* commands    to /your/home/bin,
	the IM perl modules to /your/home/lib/IM, 
	SiteConfig          to /your/home/lib/im,
specify the "--prefix" option as follows:

	% ./configure --prefix=/your/home

The "--bindir", "--with-perldir", and "--libdir" option overrides for
each. For instance, if you want install the IM perl modules to
"/other/place/perl/IM", do as follows:

	% ./configure --prefix=/your/home --with-perldir=/other/place/perl

Note that the "--enable-rpop" option is meaningless because you don't
have the root privilege.

* Install them by "make install".

	% make install


		 <<<Contributions and Bug Reports>>>

Please send comments, bug reports, and patches to "img@mew.org".


			  <<<Programmers>>>

		Junichiro ITO           <itojun@mew.org>
		 Yoshiaki KASAHARA    <kasahara@mew.org>
		 Motonori NAKAMURA    <motonori@mew.org>
		 Kazunori NISHI       <kazunori@mew.org>
		Yoshinari NOMURA           <nom@mew.org>
		 Hidenori OHTA            <hide@mew.org>
                 Fujikazu OKUNISHI    <fuji0924@mbox.kyoto-inet.or.jp>
                 Kiyotaka SAKAI         <ksakai@mew.org>
                Toshihiko SHIMOKAWA      <toshi@mew.org>
                Fumitoshi UKAI            <ukai@jp.hpl.hp.com>
                 Kazumasa UTASHIRO    <utashiro@mew.org>
		     Kazu YAMAMOTO        <kazu@mew.org>