/[webmail]/nswm.htm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /nswm.htm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Fri Feb 25 10:22:42 2000 UTC (24 years, 1 month ago) by dpavlin
Branch: MAIN, NikoSoft
CVS Tags: v0_5, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/html
import verzije 0.5

1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <HTML><HEAD><TITLE>Nikopol Software Corp - WebMail</TITLE>
3 <META content="text/html; charset=windows-1252" http-equiv=Content-Type>
4 <META content="Alexandre Aufrere" name=Author>
5 <!-- Beginning of Header Code -->
6 </HEAD>
7 <BODY bgColor=#ffffff link=#000000 vLink=#000000>
8 <TABLE border=0 cellPadding=3 cellSpacing=1>
9 <TBODY>
10 <TR>
11 <TD colSpan=3><IMG alt="Logo NikoSoft" height=62
12 src="logo.gif" width=600></TD></TR>
13 <TR>
14 <TD bgColor=#000000 colSpan=3>&nbsp;&nbsp; <A
15 href="index.htm"><FONT
16 color=#ffffff face=Arial size=-1>HOME</FONT></A> &nbsp;&nbsp; <FONT
17 color=#ffffff face=Arial size=-1>I</FONT> &nbsp;&nbsp; <A
18 href="mailto:alexandre.aufrere@free.fr"><FONT color=#ffffff face=Arial
19 size=-1>CONTACT</FONT></A> &nbsp;&nbsp; <FONT color=#ffffff face=Arial
20 size=-1>I</FONT> &nbsp;&nbsp; <A
21 href="search.shtml"><FONT
22 color=#ffffff face=Arial size=-1>SEARCH</FONT></A> &nbsp;&nbsp;
23 <FONT color=#ffffff face=Arial
24 size=-1>I</FONT> &nbsp;&nbsp; <A
25 href="http://perso0.free.fr/cgi-bin/guestbook.pl?login=nikosoft"><FONT
26 color=#ffffff face=Arial size=-1>FORUM</FONT></A> &nbsp;&nbsp;
27 <FONT color=#ffffff face=Arial
28 size=-1>I</FONT> &nbsp;&nbsp; <A
29 href="indexfr.shtml"><FONT
30 color=#ffffff face=Arial size=-1>FRANCAIS</FONT></A> &nbsp;&nbsp;
31 </TD></TR>
32 <!-- End of Header Code -->
33 <TR>
34 <TD colSpan=3>
35 <font size=+2>WebMail</font><br>
36 <br>
37 <br>
38 <a href="http://nikosoft.free.fr/nswm-0.4.zip">Download</a>&nbsp;&nbsp;&nbsp;
39 <a href="http://www.multimania.com/aufrere/nswm-0.4.zip">Alt. Download</a>
40 <pre>
41 Release Notes For NikoSoft WebMail
42
43 This Webmail is a simple set of PERL scripts, it works using module Mail::POP3Client,
44 and allows to send and receive mails.
45 The whole thing is "secured" using POP3 authentication, ie mail can't be send or retrieved
46 without initial correct authentication.
47 No need of any SQL base and so on. However, better know how PERL and CGIs work !
48 For now, non-text MIME attachments are not handled. This allows NSWM to remain simple and
49 light, and not to require an important set of PERL modules.
50
51 INSTALL
52 Just unzip it, and set up your favorite HTTP server to handle the application.
53 Then execute the autoconf.pl file, it'll setup all the perl scripts to require
54 the right files automatically. Then you have to edit config.pl file and specify
55 your SMTP server ($SMTPserver variable)
56 Words and paths can be set up in config.pl file. Pay attention that paths are correct also
57 in login.htm file.
58 Don't forget to install Mail::POP3Client:
59 perl -MCPAN -e install Mail::POP3Client on UNIX (or see at http://www.cpan.org)
60 ppm Mail-POP3Client on NT's ActivePerl (but better see at http://www.activetsate.com)
61
62 CHANGELOG
63
64 V. 0.5 02/00 more bug fixes, VRFY command to resolve email adresses thru sendmail
65
66 V. 0.4 02/00 install bug fixes, quote and forward
67 creation of autoconf.pl, quoting initial message in reply and forward
68
69 V. 0.3 02/00 first public release
70 added CC field to sendmail
71
72 V. 0.2 12/99 internal release - for use on my company's intranet
73 MIME decoding improved, since still not able to handle non-text content
74
75 V. 0.1 11/99 internal release
76 main shaping, frame structure, basic components
77
78 TODO
79
80 - Performant MIME handling.
81 - Bug fixes (but what bugs ?)
82
83
84 Special thanks to RYAN SAYRE &lt;ryan@skylab.org&gt; for feedback.
85 </pre>
86 <br><br>
87 Screenshot:<br>
88 <img src="nswmshot1.jpg"><br>
89
90 </TD>
91 </TR>
92 </TABLE>
93 <BR><FONT face=Arial size=-3>Copyright &copy;
94 1999 Alexandre Aufrere<BR>NikoSoft, Nikopol Software Corporation, IFY and NSC
95 are trademarks of Alexandre Aufrere<BR>Windows, Windows NT are trademarks of
96 Microsoft Corp<BR></FONT></BODY></HTML>

  ViewVC Help
Powered by ViewVC 1.1.26