home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1999 November / PCOnline_11_1999.iso / filesbbs / OS2 / MMSRC029.ZIP / mmail-0.29 / README < prev    next >
Text File  |  1999-08-29  |  3KB  |  95 lines

  1. MultiMail version 0.29
  2. ======================
  3.  
  4. What is MultiMail?
  5. ------------------
  6.  
  7. MultiMail is an offline mail packet reader for Unix and other systems.
  8. (This version also compiles under MSDOS, with DJGPP; OS/2, with EMX; and
  9. Win32, with RSX/NT.) It currently supports the Blue Wave and QWK formats.
  10. It has a full screen, color user interface, built with the curses library.
  11.  
  12. MultiMail is free, "open source" software, distributed under the GNU
  13. General Public License (q.v.).
  14.  
  15. You can get the latest version by anonymous ftp from:
  16.  
  17.  ftp://ftp.clark.net/pub/wmcbrine/bbs/offline/mmail-0.29.tar.gz
  18.  
  19. or at the MultiMail home page:
  20.  
  21.  http://www.clark.net/~wmcbrine/multimail.html
  22.  
  23. Sorry, but no official Fidonet netmail address or F'REQ site is available
  24. right now.
  25.  
  26.  
  27. What's New in version 0.29?
  28. ---------------------------
  29.  
  30.  * Scroll bars
  31.  * New cursor-key navigation system
  32.  * SEEN-BY lines are hidden
  33.  * Bug fix: Replies were sometimes misdirected
  34.  * Bug fix: Searching did not work in some cases
  35.  * Much more
  36.  
  37. See the HISTORY file for other changes. See INSTALL for the installation
  38. procedure, and the man page (mmail.1) for information on usage.
  39.  
  40.  
  41. Requirements for compiling
  42. --------------------------
  43.  
  44.  * Unix-compatible (POSIX) system, MSDOS/DJGPP, OS/2/EMX or Win32/RSXNT
  45.  * curses -- tested with ncurses 1.9.3+, Solaris curses, and PDCurses 2.3
  46.  * gcc (g++) 2.7.0+ -- may work with other C++ compilers, not tested
  47.  * GNU make *may* be required on some systems
  48.  
  49.  
  50. Features
  51. --------
  52.  
  53.  * auto-decompression of packets with external compress programs
  54.  * user-friendly menus to select packet, area, letter, etc.
  55.  * save whole area or one letter in a text file
  56.  * enter mail in any area (using external editor)
  57.  * insert tagline from a tagline file
  58.  * reply with quote
  59.  * write netmail
  60.  * netmail addressbook
  61.  
  62.  
  63. Tested Systems
  64. --------------
  65.  
  66. I'd like to get MultiMail tested on as many platforms as possible. I've
  67. personally used it on:
  68.  
  69.   Linux 2.0.29, Slackware-based, 486, gcc 2.7.2.1, ncurses 4.2
  70.   Linux 2.0.33, Red Hat, Pentium, gcc 2.7.2.1, ncurses 1.9.9e
  71.   Solaris 2.6, Sparc, gcc 2.8.1, standard curses
  72.   Solaris 2.6, Sparc, gcc 2.8.1, ncurses 4.2
  73.   NetBSD 1.3, Macintosh SE/30, gcc 2.7.2.2+myc1, ncurses 4.1
  74.   PCDOS 5.0, DOSEmu/Linux, 486, djgpp 2.01, PDCurses 2.3
  75.   MSDOS 6.2, 386sx, djgpp 2.01, PDCurses 2.3
  76.   OS/2 3.0, Pentium, EMX 0.9c, PDCurses 2.3
  77.   Windows 95, Pentium, RSX/NT 1.41, PDCurses 2.3
  78.  
  79. If you get it going on a dissimilar system, please let me know (along with
  80. any necessary patches). Or, let me telnet to your machine, and I'll try
  81. porting it myself. :-)
  82.  
  83.  
  84. Credits
  85. -------
  86.  
  87. MultiMail was originally developed under Linux by Kolossvary Tamas and
  88. Toth Istvan. John Zero was the maintainer for versions 0.2 through 0.6;
  89. since version 0.7, the maintainer is William McBrine <wmcbrine@clark.net>.
  90.  
  91. Additional code has been contribued by Peter Karlsson, Mark D. Rejhon,
  92. Ingo Brueckl, and Robert Vukovic.
  93.  
  94. Bug reports and suggestions are noted in the HISTORY file.
  95.