home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -seriously_amiga- / comms / other / iris / iris.readme < prev    next >
Text File  |  1998-04-23  |  5KB  |  110 lines

  1. Short:    Email client (SMTP/POP3) V1.3
  2. Author:   Jilles Tjoelker
  3. Uploader: Menno Tjoelker <M.Tjoelker@nl.origin-it.com>
  4. Version:  1.3
  5. Type:     comm/mail
  6. Kurz:     Email Programm (SMTP/POP3) V1.3
  7. Status:   shareware
  8. Requires: AmiTCP/IP or Miami, OS V37+ (V2.04), 1 MB free memory
  9.  
  10. Have you ever found a mailer which has everything you want? I don't think
  11. so. This yet another attempt to create a mailer. I am not satisfied with
  12. the mailers which are present for Amiga. Some use MUI (I hate it!), some
  13. have the terrible tendency to crash often, some are shareware with much
  14. limitations (e.g. a time limit) and high prices, some are very slow, some
  15. have poor support for using the same POP account from office and home,
  16. and others are not strong in the feature department.
  17.  
  18. Iris is a figure from Greek mythology. Besides, the word means "rainbow".
  19. Iris is a messager of the gods. She comes down as a rainbow. This program
  20. belongs in the divine company of Thor, Pegasus and Eudora, and therefore
  21. this name was chosen.
  22.  
  23. Features:
  24.  
  25. * You can double click on URLs to browse them.
  26. * You can double click on email addresses to mail to them.
  27. * It does not use MUI (but BGUI).
  28. * It is stable.
  29. * It supports Eudora's and Exchange's Priority and Return-Receipt header
  30.   fields.
  31. * It has excellent filter capabilities.
  32. * Extensive use of multitasking.
  33. * Multiple signatures.
  34. * It has an ARexx interface.
  35. * Multiple signatures.
  36. * Multiple selection in message list.
  37.  
  38. New in V1.3:
  39.  
  40. * Changed "Mark unread" to "Mark...". It now works for all types of folders.
  41.   The keyboard shortcut has not been changed.
  42. * Changed "Maximize window" to additionally put the window to the front, like
  43.   KingCON does.
  44. * Multiselect in message list! The scripts 'MoveMsg.irx' and 'StoreMsg.irx'
  45.   have been adapted in order to support multiselect.
  46. * The main window is now SmartRefresh. This speeds up refreshing and reduces
  47.   the read/write byte 8 Enforcer hits caused by BGUI.
  48. * BUGFIX: Close gadget of registration form didn't work. This bug has been
  49.   part of Iris since V1.0.
  50. * BUGFIX: There was some memory corruption when the signature file could not
  51.   be read. (The part 'PROG' was overwritten with an address.)
  52. * BUGFIX: Multiple Compose processes do no longer interfere. (Temporary mail
  53.   composition filename has process address appended.)
  54. * New ARexx commands 'LOCKGUI' and 'UNLOCKGUI' to block the GUI, so the user
  55.   cannot select another message while a script is executing.
  56.  
  57. New in V1.2b:
  58.  
  59. * New scripts for user menu (MoveMsg.irx, StoreMsg.irx)
  60. * New button set for four colour screens (GT_Buttons)
  61. * Added version strings to all ARexx scripts
  62. * Improved DelFolder.irx script: it no longer asks you to delete no messages.
  63. * Improved IrisRMail.irx script: it can no longer cause "Please insert..."
  64.   requesters.
  65. * Improved guide
  66.  
  67. New in V1.2a: (NOT a changed program)
  68.  
  69. * The V1.2 archive was completely wrong. All files in subdirectories were
  70.   missing and the Installer script was an old version. This archive is correct.
  71. * Some more changes to the guide.
  72. * New button storage system, allowing easy changing of button sets. The
  73.   'Update' script takes care of the change for users of older versions.
  74.   Old buttons will not be overwritten and will continue to be used.
  75.  
  76. New in V1.2:
  77.  
  78. * BUGFIX: sometimes the "headers" file got messed up by very long lines.
  79. * New menu option: Project/Maximize window to make the window as large as it
  80.   can be.
  81. * BUGFIX: many Enforcer hits when opening config window removed. This
  82.   could lead to hangs on some systems. The bug came in in V1.1.
  83.   I can't fix the read/write byte $00000008 hits, however. These are caused
  84.   by the BGUI listviewclass when it handles multi-column listviews.
  85. * BUGFIX: If you aborted the getting of mail when a message was transferred,
  86.   a filehandle was closed twice (Software failure $8700000E). This bug has been
  87.   part of Iris since V1.0.
  88. * When mail is received, the new "to go" line replaces the old instead of
  89.   being added to the listview.
  90. * New ARexx script IrisRMail.irx added to the distribution that enables
  91.   loading of messages received by SMTP daemon.
  92.  
  93. New in V1.1:
  94.  
  95. * MAJOR ADDITION: user menu.
  96. * New parameter "TO" for the READMESSAGE command. You can use this to move or
  97.   copy messages more easily.
  98. * Implemented Reply to All function.
  99. * Removed some errors in the guide.
  100. * You can now create larger buttons by dividing them over two rows. Set the
  101.   tooltype "USETWOROWS" in the "Check" button to enable this.
  102. * Added new text-only buttons (created by Karl Schon)
  103. * BUGFIX: when adding address book an entry to the address book, only one
  104.   character was compared due to a stupid bug. This could cause unwanted 
  105.   replacement of old entries.
  106. * New e-mail address: Menno.Tjoelker@nl.origin-it.com. Until 2 June the old
  107.   addresses will produce a correction message.
  108. * Added script "DelFolder.irx" to delete all messages in a folder.
  109. * Fixed script "Poll.irx"
  110.