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
|
Source: imp
Section: web
Priority: optional
Maintainer: Ola Lundqvist <opal@debian.org>
Uploaders: Norman Jordan <njordan@debian.org>
Build-Depends-Indep: debhelper (>> 2.0.0), grep (>= 2.4.2-1), sed (>= 3.02-5)
Standards-Version: 3.2.1
Package: imp
Architecture: all
Pre-Depends: horde (>= 3:1.2.6-0)
Depends: php4 (>= 4.1.1-1) | php3, apache | apache-ssl | httpd, php4-imap | php3-imap, grep (>= 2.4.2-1), sed (>= 3.02-5), binutils, exim | mail-transport-agent, wwwconfig-common (>= 0.0.13), debconf (>= 0.2.78), ${perl:Depends} | perl-5.005, php4-pgsql | php4-mysql | php3-mysql | php3-pgsql, postgresql-client | mysql-client
Recommends: php4-ldap | php3-ldap
Suggests: apache, imap-server | pop3-server, libapache-mod-ssl, sendmail, rpm, unzip, ispell, wv, postgresql | mysql-server, tmpreaper
Conflicts: suidmanager (<< 0.50)
Provides: imap-client
Description: Web Based IMAP Mail Program.
A set of PHP3 scripts that implement an IMAP based webmail
system. Assuming you have an account on a server that supports
IMAP, you can theoretically use an installation of IMP to check your
mail from anywhere that you have web access.
.
IMP does not require an IMAP server to be running on the machine you
install it on unless you are intending to have it use the current machine
for it's IMAP connections. (If you are connecting to a remote server
for your mail than you don't need IMAP)
.
IMP requires a database to be running if you want to use the extended
features such as the addressbook, and preferences. It currently uses PHPLib
for the database interface so as long as PHPLib supports your database of
choice your good to go. This package is designed to support
PostgreSQL and MySQL directly.
|