home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / im225nov.zip / WHATSNEW.DOC < prev   
Text File  |  1993-10-12  |  20KB  |  456 lines

  1. InterMail 2.25                               What's new - Oct 12 1993
  2. ---------------------------------------------------------------------
  3. Copyright 1992, 1993 InterMail Sales Inc. All rights reserved.
  4.  
  5. This is a list of the most important new features in InterMail. It's
  6. a part of the demo file package IM225NOV.ZIP. Download or request the
  7. latest demo file from the address and phone numbers below. Please
  8. feel free to distribute the demo file to your friends, points or
  9. users. For more info on our echomail tosser InterEcho, file request
  10. or download INTRECHO.ZIP.
  11.  
  12. InterMail 2.25 is a free minor upgrade for all who own InterMail 2.2*.
  13.  
  14.  
  15.  
  16.  
  17. There are two new features in version 2.25:
  18.  
  19. New file request mode
  20. ---------------------
  21. In IMSetup --> Mailer --> File requests --> Mode, you now have a new
  22. mode that stops file requests from nodes not listed in the Security
  23. Manager, i.e. have no session password with you. Choose between:
  24.  
  25.   + No requests
  26.   + Anyone can request
  27.   + Systems in nodelist can request
  28.   + Only password protected systems can request
  29.  
  30.  
  31. Uncompressed echomail
  32. ---------------------
  33. If the mailer receives uncompressed echomail (*.PKT files with
  34. AREA-tag) when set to 'Trigger exit upon receipt of netmail', it now
  35. creates a zero-byte semaphore file named *.TPK before exit. If the
  36. *.PKT file still exists the next time the mailer is started, i.e.
  37. your echomail tosser does not take care of uncompressed echomail,
  38. then InterMail will rename the *.PKT to *.PKX. This new feature will
  39. stop the looping/recycling that otherwise may occur when an echomail
  40. tosser does not support uncompressed echomail.
  41.  
  42.  
  43. An eight characters session password could sometimes put the mailer
  44. in keyboard lock mode, but that is now impossible.
  45.  
  46.  
  47. ---------------------------------------------------------------------
  48. InterMail 2.23                               What's new - Aug 01 1993
  49. ---------------------------------------------------------------------
  50.  
  51. There are no new features in version 2.23. This is a list of some of
  52. the problems that have been fixed:
  53.  
  54. * Lock-ups during transmission.
  55. * The ASCII-editor in the IMNC.EXE couldn't open files.
  56. * The semphore control for processing mail disturbed the re-dialing
  57.   in the terminal.
  58. * No form feed after the last page when printing a long message.
  59. * The install program gave no warning before over writing modem setup.
  60.  
  61.  
  62.  
  63.  
  64. ---------------------------------------------------------------------
  65. InterMail 2.22                               What's new - Jul 01 1993
  66. ---------------------------------------------------------------------
  67.  
  68. Manual Answer (Ctrl-I)
  69. ----------------------
  70. This new feature has two main applications:
  71.  
  72. 1. It facilitates sharing a voice line with a modem for incoming
  73. calls. Those sharing a voice line can simply hit Ctrl-I when they
  74. pick up the phone and find that there is a modem on the other end of
  75. the line (i.e., no sound) instead of a person.
  76.  
  77. 2. A call can start as a voice discussion and switch to a data
  78. connection without hanging up, in conjunction with Manual Dial and
  79. item #3 below.
  80.  
  81.  
  82. Manual Dial (Ctrl-D)
  83. --------------------
  84. This new feature has three applications:
  85.  
  86. 1. When dialing from a portable PC in a hotel room, it is often
  87. easier to just type in one's credit card information under the Manual
  88. Dial option, instead of editing the FDNODE.CTL and recompiling the
  89. nodelist. This is particularly useful for novice users.
  90.  
  91. 2. When engaged in an operator assisted phone call to a data line,
  92. e.g., overseas, one can fill out the information in the Ctrl-D menus,
  93. place the call by handset, talk to the operator, and when one hears
  94. the phone ringing on the other end press Enter to put your modem
  95. off-hook to await the remote carrier.
  96.  
  97. 3. A call can start as a voice discussion and switch to a data
  98. connection without hanging up, in conjunction with Manual Answer,
  99. above. The "sender" prepares the mail and/or file(s), prepares the
  100. Ctrl-D Manual Dial screen, hits Enter, and the "receiver" waits for
  101. the "calling" modem to go offhook BEFORE hitting Ctrl-I to answer.
  102.  
  103.  
  104. The best experimental experience to date with Manual Dial has been
  105. achieved by changing IMSetup -> Modem -> Advanced setup -> Command
  106. strings -> Return on-line: ATX2DT
  107.  
  108. The X2 assures that VOICE will not be detected, and the "," at the
  109. end allows it to dial without actually dialing any touch tones.
  110.  
  111. Sample screen for Manual Dial:
  112.  
  113. ╒═══════════════════════════╡ Manual Dial ╞═════════════════════════╕
  114. │                                                                   │
  115. │ Send mail to:   DC and Arlington Backbone Hub, 1:109/10           │
  116. │ Phone:          12024665353░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░     │
  117. │                                                                   │
  118. │ Edit the phone number and press Enter when ready ── OR establish  │
  119. │ the phone connection and press F2 to switch to data mode.         │
  120. ╘═══════════════════════════════════════════════════════════════════╛
  121.  
  122. CAPTURE in scripts
  123. ------------------
  124. Two new commands have been added to the script language. 
  125.  
  126. CAPTURE ON [filename] will open a capture file and log all incoming
  127.                       characters to the file during the WAITFOR and
  128.                       CASE commands.
  129.  
  130. CAPTURE OFF           closes the capture file. If you forget, the
  131.                       file will be closed automatically on exit from
  132.                       the script.
  133.  
  134. NOTE: CAPTURE will only work with the commands that read the port:
  135. WAITFOR and CASE. Other commands, such as WAIT do not access the com
  136. port, and any received characters will just sit in the buffer until
  137. the next WAITFOR or CASE command. Usually, you would also want to
  138. code a loop to find the end of the information you would like to
  139. capture:
  140.  
  141.     capture ON i:\im\capture.txt
  142.  
  143.     :waitmore
  144.     case
  145.       "End of messages" : >logoff 
  146.        @default         : >waitmore   ; read more on timeouts
  147.     endcase
  148.  
  149.     :logoff
  150.     capture OFF
  151.     
  152.  
  153. New Semaphore files
  154. -------------------
  155. IMEXIT00.###  Tells all Mailers to exit with an errorlevel specified
  156.               by the extension of the file.
  157.  
  158. IMEXIT??.###  Tells the Mailer to exit with an errorlevel specified by
  159.               the extension of the file, with ?? specifying the number
  160.               of the Mail Server that is to exit.
  161.  
  162. X1234567.8yy  Node number semaphore, where "x" is the character "X",
  163.               "1234567.8" is hex of a CRC-32 over two longs containing
  164.               the 4d address, and "yy" is the mail server (line)
  165.               number in hex. Primarily for use by echomail processors.
  166.  
  167. IMRENUM.NOW   Controls access to renumbering of messages, and prevents 
  168.               dialing while renumbering is in progress.
  169.  
  170.  
  171. Miscellaneous
  172. -------------
  173. * Support for UISDN nodelist flags.
  174. * Support for baud rates in routing and dial control. A baud rate is 
  175.   specified as @2400, @9600 etc.
  176. * Verbose listing for lookup by name in the nodelist.
  177. * Undo function when moving between messages in a folder: Alt-Backspace.
  178. * Separate lastread storage for each user in *.msg folders.
  179.  
  180.  
  181.  
  182.  
  183. ---------------------------------------------------------------------
  184. InterMail 2.21                               What's new - Jan 27 1993
  185. ---------------------------------------------------------------------
  186.  
  187. H14 and H16 nodelist flags
  188. --------------------------
  189. Support for all FidoNet nodelist flags, as of Jan 15 1993. These two
  190. new flags in FidoNet are being used if you are using one of the
  191. following modems:
  192.  
  193.  H14    USRobotics HST 14400 bps
  194.  H14    USRobotics HST Dual Standard 14400 bps
  195.  H16    USRobotics HST 16800 bps
  196.  H16    USRobotics HST Dual Standard 16800 bps
  197.  
  198. The two flags make it possible to separate outgoing calls via the
  199. routing file. Example: You are using two phone lines and two modems in
  200. InterMail multi-line setup. One of your modems is a USR HST 14400
  201. bps modem and the other is a USR HST 16800 bps modem. Problem: You
  202. don't want your 14400 modem calling out to a 16800 modem. Solution:
  203. It's better to do all HST 16800 calls with your HST 16800 modem, and
  204. all HST 14400 calls with your HST 14400 modem.
  205.  
  206.  Multi-node #1   Modem:                      USRobotics HST 14400
  207.                  Routing file ROUTE.IM:      send-to all except H16
  208.  
  209.  Multi-node #2   Modem:                      USRobotics HST 16800
  210.                  Routing file ROUTEIM.002:   send-to all except H14
  211.  
  212. The nodes you are calling to, must have the proper nodelist flags.
  213. The dial command files DIALCTL.001 and DIALCTL.002 may contain the
  214. nodelist flags and extra modem initializing strings:
  215.     ┌───────────────┐
  216.     │ V32 ATB0|     │
  217.     │ HST ATB1|     │
  218.     │ H14 ATB1|     │
  219.     │ H16 ATB1|     │
  220.     └───────────────┘
  221.  
  222.  
  223. 20 AKA's
  224. --------
  225. The number of AKA's (Also Known As) has been increased from 10 to 20.
  226. This makes it possible for you to join more networks and/or use more
  227. node numbers in the same network. When calling another InterMail
  228. system, you will be able to pick up mail even for AKA 11-20, but when
  229. calling nodes who uses other mailer software you shouldn't expect
  230. that. Screen capture:
  231.    Exit   Global   Mailer   Editor   Terminal   Modem   Printer   Man
  232.   ════════┌╔═══════════════════════ Address ╗════════════════════════
  233.   ▒▒▒▒▒▒▒▒│║ Main   1:1/133                 ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  234.   ▒▒▒▒▒▒▒▒│║ Aka  1 1:369/102               ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  235.   ▒▒▒▒▒▒▒▒│║ Aka  2 211:211/0               ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  236.   ▒▒▒▒▒▒▒▒│║ Aka  3 211:211/101             ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  237.   ▒▒▒▒▒▒▒▒│║ Aka  4 2:33000/309             ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  238.   ▒▒▒▒▒▒▒▒│║ Aka  5 1:369/102.1             ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  239.   ▒▒▒▒▒▒▒▒└║ Aka  6                         ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  240.   ▒▒▒▒▒▒▒▒▒║ Aka  7                         ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  241.   ▒▒▒▒▒▒▒▒▒║ Aka  8                         ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  242.   ▒▒▒▒▒▒▒▒▒║ Aka  9                         ║; SETUP ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  243.   ▒▒▒▒▒▒▒▒▒║ Aka 10                         ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  244.   ▒ Copyrig║ Aka 11                         ║ms AB & InterZone Softwa
  245.   ▒▒▒▒▒▒▒▒▒║ Aka 12                         ║rved. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  246.   ▒▒▒▒▒▒▒▒▒║ Aka 13                         ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  247.   ▒▒▒▒▒▒▒▒▒║ Aka 14                         ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  248.   ▒▒▒▒▒▒▒▒▒║ Aka 15                         ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  249.   ▒▒▒▒▒▒▒▒▒║ Aka 16                         ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  250.   ▒▒▒▒▒▒▒▒▒║ Aka 17                         ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  251.   ▒▒▒▒▒▒▒▒▒║ Aka 18                         ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  252.   ▒▒▒▒▒▒▒▒▒║ Aka 19                         ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  253.   ▒▒▒▒▒▒▒▒▒║ Aka 20                         ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  254.   ─────────╚════════════════════════════════╝──────────────┤ Mail ser
  255.  
  256.  
  257. F10 key pull down menu in InterMail editor IE.EXE
  258. -------------------------------------------------
  259. F10 may now be assigned a macro (%menu) for pulling down the menus.
  260. A help text at the bottom line will always show this. Screen capture
  261. from bottom line:
  262.  
  263. ├───────────────────────┬───────────────────────────────────────────┤
  264. │ Ctrl-Z Save  F10 Menu │      Line: 14    Col: 2                   │
  265. └───────────────────────┴───────────────────────────────────────────┘
  266.  
  267.  
  268.  
  269.  
  270. ---------------------------------------------------------------------
  271. InterMail 2.20                               What's new - Dec 12 1992
  272. ---------------------------------------------------------------------
  273.  
  274. Multi-line
  275. ----------
  276. You can run up to 99 modems and phone lines simultaneously via OS/2,
  277. Windows 3.x, DESQview or a Local Area Network such as Novell and
  278. LANtastic. You can use different modems with different speed and
  279. routing rules. All mail servers communicate via semaphore files. They
  280. know exactly what all other mail servers are doing. One can call out
  281. while another is bundling mail and a third is executing an external
  282. event. They can use the same nodelist and they can be "put to sleep"
  283. during maintenance like nodelist updating. To install an extra line
  284. is very easy and will only occupy 50 KB extra on your harddisk.
  285.  
  286.  
  287. Secure inbound path
  288. -------------------
  289. Are you worried about bogus echomail? Don't be, because InterMail has
  290. a special directory where incoming files are stored if the session is
  291. protected by a session password. If the session is not protected, the
  292. files will be stored in another directory. Your echomail processor
  293. can be set up to only process mail with a known sender. Even if
  294. somebody sends you a false mail packet, your echomail program will
  295. not import it.
  296.  
  297.  
  298. Internal Serial Driver
  299. ----------------------
  300. An internal serial driver has been added. In other words, X00, BNU or
  301. any other FOSSIL, is no longer required. InterMail will use its own
  302. internal routines if a FOSSIL isn't present or if it is loaded with
  303. the parameter /NF. It is specially optimized for fewer port accesses
  304. with Virtual Machines and with virtual device drivers like under
  305. OS/2, Windows and DESQview. In most cases the internal driver should
  306. prove faster than a FOSSIL. This means that you can save money on
  307. shorter phone calls.
  308.  
  309.  
  310. New Manual
  311. ----------
  312. The old Users Guide and Reference Guide have been merged, rewritten
  313. and updated to a brand new softcover manual with 450 pages. Written
  314. in a clear and concise style, its step by step instructions make it
  315. easy for you to learn how to take full advantage of the features in
  316. your new software. No other mailer comes with documentation in this
  317. class! The manual is included in every package, both upgrades and
  318. new.
  319.  
  320.  
  321. User definable connect strings
  322. ------------------------------
  323. All connect strings are user-definable. This means that InterMail is
  324. prepared for new connect strings in the future. If you in the future
  325. should buy a modem which uses higher speed and new connect strings
  326. that are unknown today, you just type them in manually. Forget about
  327. conflicts between old software and new modems.
  328. ╔══════════════════════════════════════════════════ Connect strings ╗
  329. ║   #   Connect Message               Speed  EC  BBSexit  Terminate ║
  330. ║───────────────────────────────────────────────────────────────────║
  331. ║   1   CONNECT|                      300    N   99       0         ║
  332. ║   2   CONNECT 1200|                 1200   N   99       0         ║
  333. ║   3   CONNECT 1200/                 1200   N   99       0         ║
  334. ║   4   CONNECT 2400                  2400   N   99       0         ║
  335. ║   5   CONNECT 4800                  4800   N   99       0         ║
  336. ║   6   CONNECT 7200                  7200   N   99       0         ║
  337. ║   7   CONNECT 9600                  9600   N   99       0         ║
  338. ║   8   CONNECT 12000                 12000  N   99       0         ║
  339. ║   9   CONNECT 14400                 14400  N   99       0         ║
  340. ║  10   CONNECT 16800                 16800  N   99       0         ║
  341. ║  11   CONNECT 19200                 19200  N   99       0         ║
  342. ║  12   CONNECT 38400                 38400  N   99       0         ║
  343. ║  13   CONNECT FAX                   9600   N   0        100       ║
  344. ║                                                                   ║
  345. ╚═══════════════════════════════════════════════════════════════════╝
  346. ────────────────────────────────────────────────┤ Mail server: 001 ├─
  347. The most common modems are in the list where you pick your modem
  348. during installation. If you don't want to bother with modem setup you
  349. don't have to, because we have already done it.
  350.  
  351.  
  352. Exit on specific connect string
  353. -------------------------------
  354. Immediate exit with an errorlevel on specific connect messages from
  355. the modem. This makes is possible to start a fax program if your
  356. modem can give the string CONNECT FAX, like ZyXel U-1496-E does. The
  357. fax software is started from IMRUN.BAT
  358.  
  359.  
  360. Ringmaster
  361. ----------
  362. Support for Ringmaster or "distinctive ringing" has been added. It is
  363. an extra service from you local phone company. It lets you add an
  364. extra number to your phone line, with a different ring signal for
  365. each number, so you can detect which number has been called BEFORE
  366. you pick up the phone. InterMail can detect phone number 1 and 2, if
  367. invoked with the parameters /rm1 or /rm2. If three phone numbers
  368. share the same line, InterMail must use the 1st (one ring) number.
  369. This means that you can run InterMail 24 hours a day and receive
  370. incoming modem calls on your normal voice line, without disturbing
  371. you. You can also use InterMail on the same line as your fax, and
  372. both of them can receive their respective calls.
  373.  
  374.  
  375. Transfer window
  376. ---------------
  377. Now you can see how long the transfer has been going on, the
  378. estimated time left at the current Cps rate as well as the efficiency
  379. in percent. There is also a bar graph for a quick look.
  380.  
  381.  
  382. OS/2, Windows and DESQview
  383. --------------------------
  384. InterMail works very well in these environments. It runs in a
  385. DOS-window, releases timeslices and supports DTE speeds up to 115200
  386. bps. You can run InterMail in the background, transmitting files on
  387. your modem att high speed (for example 16800 bps), while you are
  388. working with something else in the foreground on the same computer.
  389.  
  390.  
  391. Password override on magic file name
  392. ------------------------------------
  393. Password checking can now be overridden for magic file names, i.e.
  394. the SysOp can allow file requests from password protected directories
  395. by way of magic file names to bypass the password check. If the first
  396. word after the magic name is /NOPWD, then InterMail will bypass the
  397. password check. Example: MAGIC /NOPWD C:\SECRET\MAGIC.*
  398.  
  399.  
  400. Session Password Error
  401. ----------------------
  402. On all password errors, InterMail will hang up on the remote system.
  403. However, it will send back "*** Password Error! ***" as system name,
  404. which will show up in the Lastcall pane and also in the outbound
  405. history as well as the log. (Provided that the remote system picks up
  406. this information, as InterMail will.)
  407.  
  408.  
  409. Miscellaneous
  410. -------------
  411. * Support for CSP, ZYX, V32b and V42b modem flags.
  412. * Max number of folders increased to 500.
  413. * Support for SEAlink in EMSI sessions.
  414. * Additional information about incoming messages displayed on screen.
  415. * Session turnaround made extremely reliable.
  416. * Added comment field for each event.
  417. * Added semaphore file directory.
  418. * Added support for Hudson message base locking. MBUNLOCK.NOW
  419. * Added support for outbound Bark requests.
  420. * Modem selection in IMSetup.
  421. * A switch /x makes InterMail exit after completing all calls.
  422. * A switch /nounpack prevents InterMail from unpacking any mail.
  423. * A switch /emsidbg let you see the exact format of incoming and
  424.   outgoing EMSI data packages in the handshaking process.
  425. * An optional 4th and 5th parameter have been added to the quickname
  426.   function: message subject and status flags.
  427. * A switch /time makes InterMail display a timestamp for log window
  428.   messages.
  429. * Added display of all nodelist flags in nodelist browse function.
  430. * Nodelist Manager editor can load files larger than 40 Kb.
  431. * Changed max time until next event when users aren't allowed to 
  432.   1440 minutes = 24 hours in DOBBS.BAT
  433. * A switch /bsy:[path] enables support for Squish style *.BSY files.
  434. * BBS and event errorlevels are now logged.
  435.  
  436.  
  437. Future
  438. ------
  439. All sales, marketing, packaging and support of InterMail in most
  440. parts of the world, will be handled by InterMail Sales Inc. InterZone
  441. Software will continue to develop InterMail, InterEcho and related
  442. software under the command of Peter Stewart.
  443.  
  444.  
  445. All products by InterZone Software, Inc. are trademarks or registered
  446. trademarks of InterZone Software. Other brand and product names are
  447. trademarks or registered trademarks of their respective holders.
  448.  
  449.  
  450. If you have any questions, please do not hesitate to contact us.
  451.  
  452. InterMail Sales Inc            Voice  1-305-436-1587
  453. 9050 Pines Blvd, Suite 430       Fax  1-305-436-5587
  454. Hollywood, FL 33024-6415         BBS  1-305-436-1884
  455. USA                             Fido  1:369/102
  456.