home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 2 / AUCD2.iso / internet / pop098.spk / !Readme next >
Text File  |  1996-05-15  |  3KB  |  89 lines

  1. !POP Version 0.98
  2. ====
  3.  
  4. !POP is a freeware POP3 mail transport for use with Freenet/Acorn TCP/IP.
  5. It will fetch EMAIL from one or more POP mailboxes and can also send outgoing
  6. EMAIL (using SMTP).
  7.  
  8. POP is only a transport - unless you are a massochist you will also need
  9. some mail management/reading software.  Newsbase and TTFN are recommended.
  10. !POP stores its mailboxes in standard formats, so other packages may work.
  11.  
  12. Note that a few internet providers - most notably Demon - don't support POP3.
  13. For these providers you need a 'full' SMTP implementation such as Stuart
  14. Brodie's FreeSMTP.
  15.  
  16. (c) Daniel Pead 1996
  17.  
  18. See !POP.!Help for full instructions, terms and conditions.
  19.  
  20. Release Notes
  21. -------------
  22.  
  23. 0.98 is an interim release to fix a couple of bugs.  A newer version, which
  24. tackles several peoples 'wish-list' features, is in the pipeline.
  25.  
  26.  
  27. Recent Fixes
  28. ------------
  29.  
  30. * 0.98
  31.  
  32. Removed 'BASIC -quit' line from !Run file which was giving VPROTECT the
  33. collywobbles and causing all files to be closed when !POP was run.  That bug
  34. caused hair loss in at least 3 people!
  35.  
  36. Hopefully fixed bug which caused POP to munch its way through all the free
  37. sockets if it failed to connect to the SMTP server. (Thanks to Stuart Brodie
  38. for pointing out that little goof).
  39.  
  40. * 0.97b
  41.  
  42. Corrected bug in 0.93/4/5 which caused long outgoing SMTP messages to fail.
  43.  
  44. * 0.97 and before:
  45.  
  46. Removed space between ":" and "<" in SMTP commands "RCPT TO:<username>" etc.
  47. which apparently upsets some servers.
  48.  
  49. Added POP$Kludges system variable.  Set POP$Kludges to "T" to use "TOP <n> 1"
  50. instead of "TOP <n> 0" if your POP server dislikes it.
  51.  
  52. Corrected bug in 0.92 which caused SMTP to fail with servers which gave
  53. multiline responses on initial sign-on.
  54.  
  55. Possible Problems
  56. -----------------
  57.  
  58. !POP assumes that your EMAIL user name is also vaild as a RISC-OS filename.  If
  59. it is something like "fred.bloggs" then you will have problems, and must change
  60. the 'Incoming mail file' setting, and replace the '*' (which normally gets
  61. replaced by the user name) with a suitable file name.  If you have multiple
  62. users then this means that their mail gets merged into a single mailbox
  63. (although you may be able to sort it out with a Newsbase filter). The next
  64. version of POP will let you specify a seperate mail file name for each user.
  65.  
  66. The outgoing SMTP side doesn't deal too intelligently with messages that are
  67. rejected by the server - in some cases it will just keep trying to send them.
  68. It should really bounce them back to the sender. Watch this space...
  69.  
  70. The timeouts used by POP are a bit impatient for some more sluggish server.
  71. user configuable timeout settings coming Real Soon Now!
  72.  
  73. If you choose to 'leave mail on server' then you may find the old messages keep
  74. getting downloaded each time you check... !POP detects previously read messages
  75. using a method specific to the Berkeley UNIX POP server, which is common but
  76. not universal.
  77.  
  78. The file !POP.!RunImT is a replacement for !Runimage which logs EVERYTHING to
  79. the log file and may be useful for bug hunting. 
  80.  
  81. You can use !POP in conjuntion with ANT Marcel by setting the incoming mail
  82. file to "Inet:Spool.mail.default".  Remove the "GET" line from !InetSuite.
  83. Internet.files.!Inetmail.  !POP won't accept outgoing mail from Marcel, but you
  84. can continue to use ANT's SMTP sender. Support for outgoing messages from
  85. Marcel is on the 'To Do' list...
  86.  
  87.  
  88.  
  89.