hhoffstaette/alpine
1
0
Fork
You've already forked alpine
0
  • C 87%
  • Tcl 5.1%
  • Makefile 2.1%
  • Shell 2.1%
  • HTML 1.5%
  • Other 2%
Find a file
2026年06月16日 00:38:59 -06:00
alpine * Add option Graph Expunge Moves To Trash (enabled by default) that 2026年05月05日 12:42:02 -06:00
contrib * Corrections to spellings provided by Jens.Schleusener from 2026年02月25日 23:39:02 -07:00
doc * New alpha release 2.29.99 2026年05月02日 18:48:18 -06:00
imap * Fix crash in GRAPH driver in case authentication failed due to 2026年06月16日 00:38:59 -06:00
include * New alpha release 2.29.99 2026年05月02日 18:48:18 -06:00
ldap Initial Alpine Version 2013年02月03日 00:59:38 -07:00
libressl * New version 2.24 2020年10月10日 14:29:06 -06:00
m4 * New alpha release 2.29.99 2026年05月02日 18:48:18 -06:00
mapi * New alpha release 2.29.99 2026年05月02日 18:48:18 -06:00
openssl * Update default protection of Windows files, as this was modified 2021年08月31日 23:49:59 -06:00
packages * New alpha release 2.29.99 2026年05月02日 18:48:18 -06:00
pico * New alpha release 2.29.99 2026年05月02日 18:48:18 -06:00
pith * Fix crash in GRAPH driver in case authentication failed due to 2026年06月16日 00:38:59 -06:00
po * Update of the information on how to configure Alpine to use Gmail with 2022年03月07日 02:07:25 -07:00
regex * Fixes to warnings given by gcc 10. 2020年10月18日 18:25:57 -06:00
scripts * Microsoft expires a refresh toke every 90 days, so we save every update 2026年03月07日 12:08:41 -07:00
web * New alpha release 2.29.99 2026年05月02日 18:48:18 -06:00
.gitignore * Print error when trying to authenticate using XOAUTH2, when available. 2021年07月28日 21:16:54 -06:00
ABOUT-NLS Initial Alpine Version 2013年02月03日 00:59:38 -07:00
aclocal.m4 * New alpha release 2.29.99 2026年05月02日 18:48:18 -06:00
build.bat * Experimental: Elimination of the w32 build code for PC-Alpine. 2020年07月03日 02:14:33 -06:00
compile * New alpha release 2.29.99 2026年05月02日 18:48:18 -06:00
config.guess * New alpha release 2.29.99 2026年05月02日 18:48:18 -06:00
config.rpath Initial Alpine Version 2013年02月03日 00:59:38 -07:00
config.sub * New alpha release 2.29.99 2026年05月02日 18:48:18 -06:00
configure * New alpha release 2.29.99 2026年05月02日 18:48:18 -06:00
configure.ac * Remove warnings when Alpine is compiled with Openssl version >= 3.0 2026年03月02日 20:51:21 -07:00
depcomp * New alpha release 2.29.99 2026年05月02日 18:48:18 -06:00
install-sh * New alpha release 2.29.99 2026年05月02日 18:48:18 -06:00
LICENSE Initial Alpine Version 2013年02月03日 00:59:38 -07:00
ltmain.sh * New alpha release 2.29.99 2026年05月02日 18:48:18 -06:00
Makefile.am * When Alpine is built with the option --with-bundled-tools, the "make 2020年01月09日 23:03:01 -07:00
Makefile.in * New alpha release 2.29.99 2026年05月02日 18:48:18 -06:00
missing * New alpha release 2.29.99 2026年05月02日 18:48:18 -06:00
mkinstalldirs * New alpha release 2.29.99 2026年05月02日 18:48:18 -06:00
NOTICE * Fix a number of misspellings in the source code of Alpine. I hav only 2020年01月15日 21:41:39 -07:00
README * Update to version 2.29.9 and first release of the GRAPH driver. 2026年02月22日 17:51:42 -07:00
VERSION * New alpha release 2.29.99 2026年05月02日 18:48:18 -06:00

-----------------------------------------------------------------------
 Alpine/Pico/Pilot/Web Alpine/Imapd Distribution
-----------------------------------------------------------------------
/* ====================================================================
 * Copyright 2013-2026 Eduardo Chappa
 * Copyright 2006-2009 University of Washington
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * ====================================================================
*/
For the latest info about Alpine, see http://repo.or.cz/alpine.git
-----------------------------------------------------------------------
DISTRIBUTION CONTENTS
-----------------------------------------------------------------------
This Alpine distribution includes:
alpine - The Alpine source directory
configure - Script to set system-specific configuration, defaults
contrib - Contributed ports and additions
doc - Documentation directory. The main documentation is
 tech-notes.txt
imap	 - Source tree containing C-Client IMAP implementation
m4 - macros used in the configure process
packages - Scripts for building packages for various Linux
 distributions
pico - The Pico and Pilot source directory
pith - Core functions common to Alpine/Web Alpine
po - localization data
web - Source and scripts for web-based version of Alpine
Most of the documentation is in doc/tech-notes.txt. It is not user
level documentation, but there are things in it some users might find
useful. The directory doc/tech-notes contains source for
doc/tech-notes.txt in HTML format which can be viewed via a Web
pbrowser by opening doc/tech-notes/index.html.
User level documentation for Alpine is contained in the programs
themselves in the form of context-sensitive help.
-----------------------------------------------------------------------
PRELIMINARIES
-----------------------------------------------------------------------
If you are reading this, you have presumably succeeded in extracting
the distribution from the compressed tar archive file, via the
following command, or equivalent:
 tar -Jxf alpine.tar.xz
Some of the instructions that follow assume that your current working
directory is the alpine-X.XX directory created by the un-tar process
above.
-----------------------------------------------------------------------
BUILD PROCESS
-----------------------------------------------------------------------
The Alpine build process is based on GNU autotools. On most Unix
systems, generating a suitable Alpine binary from the source
distribution should be as simple as typing the commands:
 ./configure
 make
For a list of configuration options and default Alpine settings type:
 ./configure --help
Note, the included UW IMAP Toolkit used for mailbox access does not
make use of GNU autotools. However, in most cases Alpine's configure
script should set the appropriate make target and options. The
targeted OS can be set from Alpine's configure command line, but in
rare cases more significant manual intervention may be required. If
problems are encountered, see imap/README for more details.
The PC-Alpine build is based on the Microsoft C compiler and
libraries. The Alpine Team bases builds on Visual Studio 8 from the
command line using the static build.bat batch and makefiles to
generate suitable binaries.
The Web Alpine application requires a few extra, manual steps to get
all the components built and installed. See web/README for an
explanation of the various components and web/INSTALL for a basic
installation recipe.
-----------------------------------------------------------------------
RESULTING EXECUTABLES
-----------------------------------------------------------------------
The executables produced are:
 alpine The Alpine mailer. Once compiled this should work just fine on
 your system with no other files than this binary, and no
 modifications to your system. Optionally you may create two
 configuration files, /usr/local/lib/pine.conf and 
 /usr/local/lib/pine.info. See the documentation for details.
 
 pico The standalone editor similar to the Alpine message composer.
 This is a very simple straight forward text editor.
 
 pilot The standalone file system navigator.
 alpined
 The Web Alpine serveret that is the primary component of 
	Web Alpine 
 
 imapd The IMAP daemon. If you want to run alpine in client/server
 mode, this is the daemon to run on the server. Installing this
 requires system privileges and modifications to /etc/services.
 See doc/tech-notes for more details.
 
 mtest The test IMAP client, an absolutely minimal mail client, useful
 for debugging.
 rpload Utility for uploading a local pinerc or address book to an IMAP
	server.
 rpdump Utility for downloading a pinerc or address book to the
	local machine.
 mailutil 
	Utility for performing various operations on mailboxes,
	be they local or remote.
In general "make install" should place alpine, pico and pilot, and
their corresponding man pages, in the proper directory for your
system. As the remaining binaries are intended for specific uses or
are a component of a larger package, their installation is typically
done by hand.
--
alpine.tar.xz README