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
|
Source: postman
Section: web
Priority: optional
Maintainer: Sergio Talens-Oliag <sto@debian.org>
Build-Depends: debhelper (>> 4.0.0), dpatch, libdb4.4-dev | libdb-dev, libc-client-dev, libldap2-dev
Standards-Version: 3.7.2
Package: postman
Architecture: any
Depends: ${shlibs:Depends}, adduser
Description: High performace web based IMAP and NNTP client
Postman is a full featured IMAP and NNTP client written in C/C++ at the
Computer Science Service of the University of Valencia.
.
The system has two components, a small cgi program called from the web and a
dedicated daemon that controls the connections to the IMAP and NNTP servers
for each user session. Designed with high performance in mind, supports
hundreds of concurrent user sessions without problems.
.
Postman is skinable, has multilanguage support (currently catalan, english,
spanish and vasque) and uses simple HTML (with optional javascript) so it
can be used with any browser.
.
Besides, the client allows searching and sorting in mailboxes, send and
receive multiple attatchments, the use of multiple mailboxes per user and
the definition of user addressbooks and signatures (using files or DB databases
instead of a full DBMS as other WebMail clients do).
|