summaryrefslogtreecommitdiffstats
path: root/collab/imp/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'collab/imp/DETAILS')
-rwxr-xr-xcollab/imp/DETAILS27
1 files changed, 27 insertions, 0 deletions
diff --git a/collab/imp/DETAILS b/collab/imp/DETAILS
new file mode 100755
index 0000000000..613ee4601b
--- /dev/null
+++ b/collab/imp/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=imp
+if [[ "$HORDE_DEVEL" == 'y' ]]; then
+ VERSION=$(date +%Y%m%d)
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=cvs://:pserver:cvsread:horde@anoncvs.horde.org:/repository:$SPELL:HEAD
+ SOURCE_IGNORE='volatile'
+ FORCE_DOWNLOAD='on'
+else
+ VERSION=4.0.4-rc2
+ SOURCE_HASH='sha1:4a9c1cc9e7aa52e44d11cc28df48f04624c33285'
+ SOURCE=$SPELL-h3-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-h3-$VERSION
+ SOURCE_URL[0]=ftp://ftp.horde.org/pub/$SPELL/$SOURCE
+fi
+ WEB_SITE=http://www.horde.org/$SPELL/
+ ENTERED=20020428
+ UPDATED=20030108
+ LICENSE[0]=GPL
+ GATHER_DOCS=off
+ BUILD_API=2
+ SHORT="Horde webmail access to IMAP and POP3 accounts"
+cat << EOF
+IMP (Internet Messaging Program) provides webmail access to any IMAP or POP3
+mailbox, and handles internet standard MIME attachments, user defined filters,
+preferences, and more.
+EOF