home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / mmos2036.zip / README < prev    next >
Text File  |  2000-04-28  |  3KB  |  102 lines

  1. MultiMail version 0.36
  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 or Turbo C++; OS/2,
  9. with EMX; Win32, with RSX/NT or Borland C++; and BeOS.) It currently
  10. supports the Blue Wave, QWK, OMEN and SOUP formats. It has a full screen,
  11. color user interface, built with the curses library.
  12.  
  13. MultiMail is free, "open source" software, distributed under the GNU
  14. General Public License (q.v.).
  15.  
  16. You can get the latest version by anonymous ftp from:
  17.  
  18.  ftp://ftp.clark.net/pub/wmcbrine/bbs/offline/mmail-0.36.tar.gz
  19.  
  20. or at the MultiMail home page:
  21.  
  22.  http://www.clark.net/~wmcbrine/multimail.html
  23.  
  24. Sorry, but no official Fidonet netmail address or F'REQ site is available
  25. right now.
  26.  
  27.  
  28. What's New in version 0.36?
  29. ---------------------------
  30.  
  31.  * "Active-only" mode for area list
  32.  * "Marked-only" mode for letter list
  33.  * More informative displays in packet, area and letter lists
  34.  * Old-style (.PDQ) Blue Wave offline config
  35.  * Faster opening of packet list
  36.  * Messages longer than 64k in 16-bit port
  37.  * Cleaner compilation on Borland/Turbo C++
  38.  * Borland port now standard for Win32
  39.  * New BeOS binary
  40.  * Much more
  41.  
  42. See the HISTORY file for other changes. See INSTALL for the installation
  43. procedure, and the man page (mm.1) for information on usage.
  44.  
  45.  
  46. Requirements for compiling
  47. --------------------------
  48.  
  49.  * Unix-compatible (POSIX) API, or Borland/Turbo C++
  50.  * curses -- tested with ncurses 1.9.3+, Solaris curses, and PDCurses
  51.  * GNU make *may* be required on some systems
  52.  
  53.  
  54. Features
  55. --------
  56.  
  57.  * auto-decompression of packets with external compress programs
  58.  * user-friendly menus to select packet, area, letter, etc.
  59.  * save whole area or one letter in a text file
  60.  * enter mail in any area (using external editor)
  61.  * insert tagline from a tagline file
  62.  * reply with quote
  63.  * write netmail
  64.  * netmail addressbook
  65.  
  66.  
  67. Tested Systems
  68. --------------
  69.  
  70. I'd like to get MultiMail tested on as many platforms as possible. I've
  71. personally used it on:
  72.  
  73.   Linux 2.0.29, Slackware-based, 486, gcc 2.7.2.1, ncurses 5.0
  74.   Linux, Red Hat 6.1, Alpha, gcc 2.95, ncurses 4.2
  75.   Linux, Red Hat 6.1, Alpha, Compaq C++, ncurses 4.2
  76.   Solaris 2.6, Sparc, gcc 2.8.1, standard curses
  77.   Solaris 2.6, Sparc, gcc 2.8.1, ncurses 4.2
  78.   NetBSD 1.3, Macintosh SE/30, gcc 2.7.2.2+myc1, ncurses 4.1
  79.   PCDOS 5.0, DOSEmu/Linux, 486, djgpp 2.01, PDCurses 2.4
  80.   PCDOS 5.0, 8088, Turbo C++ 3.0, PDCurses 2.4
  81.   OS/2 3.0, Pentium, EMX 0.9c, PDCurses 2.4
  82.   Windows 95, Pentium, RSX/NT 1.41, PDCurses 2.3
  83.   Windows 95, Pentium, Borland C++ 5.5, PDCurses 2.4
  84.   Beos R5 Intel, Pentium, gcc 2.9 (?), ncurses 5.0
  85.  
  86. If you get it going on a dissimilar system, please let me know (along with
  87. any necessary patches). Or, let me telnet to your machine, and I'll try
  88. porting it myself. :-)
  89.  
  90.  
  91. Credits
  92. -------
  93.  
  94. MultiMail was originally developed under Linux by Kolossvary Tamas and
  95. Toth Istvan. John Zero was the maintainer for versions 0.2 through 0.6;
  96. since version 0.7, the maintainer is William McBrine <wmcbrine@clark.net>.
  97.  
  98. Additional code has been contribued by Peter Karlsson, Mark D. Rejhon,
  99. Ingo Brueckl, and Robert Vukovic.
  100.  
  101. Bug reports and suggestions are noted in the HISTORY file.
  102.