1 #include "top.h" 2 #include "emailpkt.h" 3 #include "bodytop.h" 4 #include "navbar.h" 5 6 <h3>What is it?</h3> 7 <blockquote> 8 <strong>emailpkt</strong> is a FTN mailer over e-mail. It sends bundles 9 as mime base64 attachments and reads and processes incoming mails in 10 search of packets (either MIME/base64 and uuencode). 11 </blockquote> 12 13 <h3>What does it need?</h3> 14 <blockquote> 15 Operating systems: 16 <ul> 17 <li>Unix</li> 18 <li>Windows 9x/Me & Windows NT/2000 (emailpkt-current)</li> 19 </ul> 20 Dependencies: 21 <ul> 22 <li><a href="smapi.html">smapi</a> 23 <li><a href="fidoconf.html">fidoconf</a> 24 <li><a href="http://www.cygwin.com">Cygwin</a> (emailpkt-current/win32) 25 </ul> 26 Extra programs: 27 <ul> 28 <li>Any MTA (such as sendmail, smail, exim, etc) 29 </ul> 30 31 </blockquote> 32 33 <h3>Downloads</h3> 34 35 <blockquote> 36 <table cellpadding="5" cellspacing="0" border="0"> 37 <tr valign="top"> 38 <td><a href="/cvs2/stable/emailpkt-stable-latest.tar.gz"><tt>emailpkt-stable-latest.tar.gz</tt></a> 39 </td> 40 <td>current release: EmailPkt 0.2-stable source code</td> 41 </tr> 42 <tr valign="top"> 43 <td>Husky project CVS for <a href="http://husky.cvs.sourceforge.net/husky/emailpkt/"> 44 <tt>emailpkt</tt></a></td> 45 <td>development version is in <a href="cvs.html">CVS</a></td> 46 </tr> 47 </table> 48 </blockquote> 49 50 51 <h3>Contacting the authors</h3> 52 <blockquote> 53 First maintainer: German Theler. 54 <br>Current maintainer: Stas Degteff 2:5080/102. 55 (See the <a href="team.html">team page</a> for details.) 56 </blockquote> 57 58 59 <small>Last update: 14 December 2006</small> 60 61 #include "bottom.h" 62