./mail/prayer, Small, fast, web mail interface

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q3, Version: 1.0.18nb5, Package name: prayer-1.0.18nb5, Maintainer: abs

Prayer is a small and fast HTTP to IMAP gateway written entirely in C.
* Uses persistent connections to IMAP server and support servers.
* Target folders remain SELECTed: not a simple-minded proxy.
* Full caching (including sort/thread cache) for each open folder.
* Up to five persistent IMAP connections (typically one or two in use):
o INBOX and one other folder
o Postponed message folder stream
o Preferences stream
o Folder transfer stream
o Various optimisations/sharing to minimise actual IMAP connections
* Directory cache: single round trip to IMAP server for directory listing.
* Works well with UW IMAP server (even using Unix format mail folders).
* Little discernible load on a Pentium III class system running Linux with
5,000 logins/day (400 logins/hour, 150 concurrent logins)
* Uses 10% to 20% of the CPU and 400 MBytes of RAM on a PIII class system
with 23,000 logins/day (1,700 logins/hour, 850 concurrent logins peak)
* Aggressive HTTP/1.0 and 1.1 connection caching to reduce SSL overhead.
* Optional gzip compression of pages tunable by IP address range.
* Minimal use of fixed length buffers in C source code.


Required to run:
[databases/openldap-client] [databases/db4] [mail/imap-uw]

Required to build:
[devel/gmake] [lang/perl5]

Master sites:

SHA1: ab90f9bfac568ed93993beff745f1433d20f1dcc
RMD160: bbe26134c69fd70026fd207f8ca0edcd24da7f74
Filesize: 552.898 KB

Version history: (Expand)


CVS history: (Expand)


   2008-11-16 11:07:47 by Tyler R. Retzlaff | Files touched by this commit (7)
Log message:
pullup ticket #2587 - requested by tron
imap-uw: shared version and package version bumps
imap-uw-utils: bump package revision
mailsync: bump package revision
php-imap: bump package revision
pine: bump package revision
prayer: bump package revision

revisions pulled up:
pkgsrc/mail/imap-uw/Makefile		1.127
pkgsrc/mail/imap-uw/buildlink3.mk	1.15
pkgsrc/mail/imap-uw-utils/Makefile	1.28
pkgsrc/mail/mailsync/Makefile		1.30
pkgsrc/mail/php-imap/Makefile		1.16
pkgsrc/mail/pine/Makefile		1.121
pkgsrc/mail/prayer/Makefile		1.37

   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Thu Nov 13 14:20:20 UTC 2008

   Modified Files:
           pkgsrc/mail/imap-uw: Makefile buildlink3.mk

   Log message:
   Bump the following things:
   - The shared library major version because it is no longer compatible
     with old binaries.
   - The package revision because of the above change.
   - The minimum API and ABI versions because new binary packages are no
     longer compatible with an old "imap-uw" package.

------------------------------------------------------------------------

   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Thu Nov 13 14:21:05 UTC 2008

   Modified Files:
           pkgsrc/mail/imap-uw-utils: Makefile
           pkgsrc/mail/mailsync: Makefile
           pkgsrc/mail/php-imap: Makefile
           pkgsrc/mail/pine: Makefile
           pkgsrc/mail/prayer: Makefile

   Log message:
   Bump the package revisions of all packages that depend on the
   "imap-uw" package because of binary incompatibilities.