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

..03-May-2022-

alpine/H03-May-2022-126,41392,061

contrib/H18-Sep-2021-11,8058,980

doc/H03-May-2022-1,2171,066

imap/H03-May-2022-173,453122,469

include/H18-Sep-2021-1,842928

ldap/H03-May-2022-3,9482,872

libressl/H03-May-2022-40,95428,664

m4/H18-Sep-2021-13,20012,000

mapi/H03-May-2022-5,0594,236

openssl/H18-Sep-2021-42,28230,111

packages/H18-Sep-2021-400327

pico/H03-May-2022-53,73836,515

pith/H18-Sep-2021-169,915123,377

po/H18-Sep-2021-14,49111,462

regex/H18-Sep-2021-5,6013,959

scripts/H18-Sep-2021-260199

web/H18-Sep-2021-87,44766,552

.gitignoreH A D18-Sep-2021998 7069

ABOUT-NLSH A D18-Sep-202177.7 KiB1,1021,055

LICENSEH A D18-Sep-202111.1 KiB202169

Makefile.amH A D18-Sep-20211.7 KiB4720

Makefile.inH A D03-May-202231.4 KiB987870

Makefile.in.presedH A D03-May-202231.5 KiB987907

NOTICEH A D18-Sep-20214.9 KiB9781

READMEH A D18-Sep-20215.4 KiB146109

VERSIONH A D18-Sep-20215 21

aclocal.m4H A D18-Sep-202143.2 KiB1,2031,094

build.batH A D18-Sep-20219 KiB289263

compileH A D18-Sep-20217.2 KiB349259

config.guessH A D18-Sep-202143.6 KiB1,4841,289

config.rpathH A D18-Sep-202115.8 KiB615517

config.subH A D18-Sep-202135.8 KiB1,8431,705

configureH A D03-May-2022676.6 KiB24,18920,241

configure.acH A D18-Sep-202163.1 KiB2,2202,038

depcompH A D18-Sep-202123 KiB792502

install-shH A D18-Sep-202114.3 KiB502327

ltmain.shH A D18-Sep-2021316.5 KiB11,1487,979

missingH A D18-Sep-20216.7 KiB216143

mkinstalldirsH A D18-Sep-20213.5 KiB163112

README

1-----------------------------------------------------------------------
2                Alpine/Pico/Pilot/Web Alpine/Imapd Distribution
3-----------------------------------------------------------------------
4
5/* ====================================================================
6 * Copyright 2013-2021 Eduardo Chappa
7 * Copyright 2006-2009 University of Washington
8 *
9 * Licensed under the Apache License, Version 2.0 (the "License");
10 * you may not use this file except in compliance with the License.
11 * You may obtain a copy of the License at
12 *
13 *     http://www.apache.org/licenses/LICENSE-2.0
14 *
15 * ====================================================================
16*/
17
18For the latest info about Alpine, see http://repo.or.cz/alpine.git
19
20-----------------------------------------------------------------------
21DISTRIBUTION CONTENTS
22-----------------------------------------------------------------------
23
24This Alpine distribution includes:
25
26alpine     - The Alpine source directory
27configure  - Script to set system-specific configuration, defaults
28contrib    - Contributed ports and additions
29doc        - Documentation directory. The main documentation is
30             tech-notes.txt
31imap	   - Source tree containing C-Client IMAP implementation
32m4         - macros used in the configure process
33packages   - Scripts for building packages for various Linux
34             distributions
35pico       - The Pico and Pilot source directory
36pith       - Core functions common to Alpine/Web Alpine
37po         - localization data
38web        - Source and scripts for web-based version of Alpine
39
40Most of the documentation is in doc/tech-notes.txt. It is not user
41level documentation, but there are things in it some users might find
42useful.  The directory doc/tech-notes contains source for
43doc/tech-notes.txt in HTML format which can be viewed via a Web
44pbrowser by opening doc/tech-notes/index.html.
45
46User level documentation for Alpine is contained in the programs
47themselves in the form of context-sensitive help.
48
49
50-----------------------------------------------------------------------
51PRELIMINARIES
52-----------------------------------------------------------------------
53
54If you are reading this, you have presumably succeeded in extracting
55the distribution from the compressed tar archive file, via the
56following command, or equivalent:
57
58        tar -Jxf alpine.tar.xz
59
60Some of the instructions that follow assume that your current working
61directory is the alpine-X.XX directory created by the un-tar process
62above.
63
64
65-----------------------------------------------------------------------
66BUILD PROCESS
67-----------------------------------------------------------------------
68
69The Alpine build process is based on GNU autotools.  On most Unix
70systems, generating a suitable Alpine binary from the source
71distribution should be as simple as typing the commands:
72
73        ./configure
74        make
75
76For a list of configuration options and default Alpine settings type:
77
78       ./configure --help
79
80Note, the included UW IMAP Toolkit used for mailbox access does not
81make use of GNU autotools.  However, in most cases Alpine's configure
82script should set the appropriate make target and options.  The
83targeted OS can be set from Alpine's configure command line, but in
84rare cases more significant manual intervention may be required.  If
85problems are encountered, see imap/README for more details.
86
87The PC-Alpine build is based on the Microsoft C compiler and
88libraries.  The Alpine Team bases builds on Visual Studio 8 from the
89command line using the static build.bat batch and makefiles to
90generate suitable binaries.
91
92The Web Alpine application requires a few extra, manual steps to get
93all the components built and installed.  See web/README for an
94explanation of the various components and web/INSTALL for a basic
95installation recipe.
96
97
98-----------------------------------------------------------------------
99RESULTING EXECUTABLES
100-----------------------------------------------------------------------
101
102The executables produced are:
103
104 alpine The Alpine mailer. Once compiled this should work just fine on
105        your system with no other files than this binary, and no
106        modifications to your system. Optionally you may create two
107        configuration files, /usr/local/lib/pine.conf and
108        /usr/local/lib/pine.info. See the documentation for details.
109
110 pico   The standalone editor similar to the Alpine message composer.
111        This is a very simple straight forward text editor.
112
113 pilot  The standalone file system navigator.
114
115 alpined
116        The Web Alpine serveret that is the primary component of
117	Web Alpine
118
119 imapd  The IMAP daemon. If you want to run alpine in client/server
120        mode, this is the daemon to run on the server. Installing this
121        requires system privileges and modifications to /etc/services.
122        See doc/tech-notes for more details.
123
124 mtest  The test IMAP client, an absolutely minimal mail client, useful
125        for debugging.
126
127 rpload Utility for uploading a local pinerc or address book to an IMAP
128	server.
129
130 rpdump Utility for downloading a pinerc or address book to the
131	local machine.
132
133 mailutil
134	Utility for performing various operations on mailboxes,
135	be they local or remote.
136
137In general "make install" should place alpine, pico and pilot, and
138their corresponding man pages, in the proper directory for your
139system.  As the remaining binaries are intended for specific uses or
140are a component of a larger package, their installation is typically
141done by hand.
142
143--
144alpine.tar.xz README
145
146