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 33 34 35 36 37 38 39 40 41 42 43
|
<HTML>
<HEAD>
<TITLE>
About
</TITLE>
</HEAD>
<BODY BACKGROUND="/postman/icons/set2/fondouv.gif">
<H1>
<center>About Postman</center>
</H1>
<hr>
<p>
<ul>
<li>
Postman is a WebMail C++ application written at the
<a href="http://www.uv.es">Universitat de València</a> (SPAIN)</a>.
</li><p>
<li>Author can be contacted at <a href="mailto:uvsoft@uv.es">uvsoft@uv.es</a>
or by private mail to <a href="mailto:Agustin.Lopez@uv.es">Agustín López</a>
</li><p>
<li>Basically, it is composed by a small CGI-BIN program and a server. For each
connection, the server launches a persistent IMAP client that only dies by
timeout or when the user does a logout. The IMAP client access the E-Mail Store
through a previously installed IMAP server.
</li><p>
<li>Postman has been successfully tested on Linux and other UNIX
platforms (HP, SUN, Digital UNIX).
</li>
<p>
<li>Postman is multi-language. All traslations are done in one unique
C++ module and in the on-line help HTML files. The original distribution
supports four languages: English, Spanish, Catalan and Basque.
</li>
<P>
<li>Postman information can be obtained
<A HREF="ftp://ftp.uv.es/pub/unix/postman/postman.html">HERE</A>.
</li>
</ul>
</BODY>
</HTML>
|