Home » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_199604.adf » !Archibrd_ArchiBrd » !BulBoard/!BBSsys/NetMail/NetWork2/!Import/History

!BulBoard/!BBSsys/NetMail/NetWork2/!Import/History

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_199604.adf » !Archibrd_ArchiBrd
Filename: !BulBoard/!BBSsys/NetMail/NetWork2/!Import/History
Read OK:
File size: 0528 bytes
Load address: 0000
Exec address: 0000
File contents
History
~~~~~~~

2/11/94
-------

  +  strips quotes off user name,
    "Keith Marlow" becomes Keith Marlow, but
    Keith "Antohony" Marlow remains the same
    
  +  parses date field to set sent date
    field correctly.
    
  +  Strips completely blank lines off the
    beginning of messages.
    
3/11/94
-------
  +  now unfolds header lines, Ekk!  So
    reference lines now will be of the correct
    form.
    
4/11/94
-------
  +  now responds to control messages for
    version, cancel and sendsys as per rfc1036
  +  bounces Emails to unsupported mailboxes
  
10/11/94
--------
  +  checks pseudonym against mailbox if failed to
    match on To: in actual mail.
    
15/11/94
--------
  +  now deals with long name fields in From field
    of private emails, also will in certain circumstances
    strip anyway unnecessary information in name (which
    really should be in the organization: or comment: field) i.e.
    
    From: "David Ellis, Regional Electronics Ctr, J.M. Uni., LIVERPOOL, L3 3AF Tel:+44 {0}151-231 2052 Fax:+44 {0}151-298 1042" <D.L.ELLIS@liverpool-john-moores.ac.uk>
    
    is parsed to 
    
      name = David Ellis
      address = D.L.ELLIS@liverpool-john-moores.ac.uk

    
20/1/95
-------
  +  MIME import support available.
  +  Handles account names enclosed in quotes.
    
00000000  48 69 73 74 6f 72 79 0a  7e 7e 7e 7e 7e 7e 7e 0a  |History.~~~~~~~.|
00000010  0a 32 2f 31 31 2f 39 34  0a 2d 2d 2d 2d 2d 2d 2d  |.2/11/94.-------|
00000020  0a 0a 20 20 2b 20 20 73  74 72 69 70 73 20 71 75  |..  +  strips qu|
00000030  6f 74 65 73 20 6f 66 66  20 75 73 65 72 20 6e 61  |otes off user na|
00000040  6d 65 2c 0a 20 20 20 20  22 4b 65 69 74 68 20 4d  |me,.    "Keith M|
00000050  61 72 6c 6f 77 22 20 62  65 63 6f 6d 65 73 20 4b  |arlow" becomes K|
00000060  65 69 74 68 20 4d 61 72  6c 6f 77 2c 20 62 75 74  |eith Marlow, but|
00000070  0a 20 20 20 20 4b 65 69  74 68 20 22 41 6e 74 6f  |.    Keith "Anto|
00000080  68 6f 6e 79 22 20 4d 61  72 6c 6f 77 20 72 65 6d  |hony" Marlow rem|
00000090  61 69 6e 73 20 74 68 65  20 73 61 6d 65 0a 20 20  |ains the same.  |
000000a0  20 20 0a 20 20 2b 20 20  70 61 72 73 65 73 20 64  |  .  +  parses d|
000000b0  61 74 65 20 66 69 65 6c  64 20 74 6f 20 73 65 74  |ate field to set|
000000c0  20 73 65 6e 74 20 64 61  74 65 0a 20 20 20 20 66  | sent date.    f|
000000d0  69 65 6c 64 20 63 6f 72  72 65 63 74 6c 79 2e 0a  |ield correctly..|
000000e0  20 20 20 20 0a 20 20 2b  20 20 53 74 72 69 70 73  |    .  +  Strips|
000000f0  20 63 6f 6d 70 6c 65 74  65 6c 79 20 62 6c 61 6e  | completely blan|
00000100  6b 20 6c 69 6e 65 73 20  6f 66 66 20 74 68 65 0a  |k lines off the.|
00000110  20 20 20 20 62 65 67 69  6e 6e 69 6e 67 20 6f 66  |    beginning of|
00000120  20 6d 65 73 73 61 67 65  73 2e 0a 20 20 20 20 0a  | messages..    .|
00000130  33 2f 31 31 2f 39 34 0a  2d 2d 2d 2d 2d 2d 2d 0a  |3/11/94.-------.|
00000140  20 20 2b 20 20 6e 6f 77  20 75 6e 66 6f 6c 64 73  |  +  now unfolds|
00000150  20 68 65 61 64 65 72 20  6c 69 6e 65 73 2c 20 45  | header lines, E|
00000160  6b 6b 21 20 20 53 6f 0a  20 20 20 20 72 65 66 65  |kk!  So.    refe|
00000170  72 65 6e 63 65 20 6c 69  6e 65 73 20 6e 6f 77 20  |rence lines now |
00000180  77 69 6c 6c 20 62 65 20  6f 66 20 74 68 65 20 63  |will be of the c|
00000190  6f 72 72 65 63 74 0a 20  20 20 20 66 6f 72 6d 2e  |orrect.    form.|
000001a0  0a 20 20 20 20 0a 34 2f  31 31 2f 39 34 0a 2d 2d  |.    .4/11/94.--|
000001b0  2d 2d 2d 2d 2d 0a 20 20  2b 20 20 6e 6f 77 20 72  |-----.  +  now r|
000001c0  65 73 70 6f 6e 64 73 20  74 6f 20 63 6f 6e 74 72  |esponds to contr|
000001d0  6f 6c 20 6d 65 73 73 61  67 65 73 20 66 6f 72 0a  |ol messages for.|
000001e0  20 20 20 20 76 65 72 73  69 6f 6e 2c 20 63 61 6e  |    version, can|
000001f0  63 65 6c 20 61 6e 64 20  73 65 6e 64 73 79 73 20  |cel and sendsys |
00000200  61 73 20 70 65 72 20 72  66 63 31 30 33 36 0a 20  |as per rfc1036. |
00000210  20 2b 20 20 62 6f 75 6e  63 65 73 20 45 6d 61 69  | +  bounces Emai|
00000220  6c 73 20 74 6f 20 75 6e  73 75 70 70 6f 72 74 65  |ls to unsupporte|
00000230  64 20 6d 61 69 6c 62 6f  78 65 73 0a 20 20 0a 31  |d mailboxes.  .1|
00000240  30 2f 31 31 2f 39 34 0a  2d 2d 2d 2d 2d 2d 2d 2d  |0/11/94.--------|
00000250  0a 20 20 2b 20 20 63 68  65 63 6b 73 20 70 73 65  |.  +  checks pse|
00000260  75 64 6f 6e 79 6d 20 61  67 61 69 6e 73 74 20 6d  |udonym against m|
00000270  61 69 6c 62 6f 78 20 69  66 20 66 61 69 6c 65 64  |ailbox if failed|
00000280  20 74 6f 0a 20 20 20 20  6d 61 74 63 68 20 6f 6e  | to.    match on|
00000290  20 54 6f 3a 20 69 6e 20  61 63 74 75 61 6c 20 6d  | To: in actual m|
000002a0  61 69 6c 2e 0a 20 20 20  20 0a 31 35 2f 31 31 2f  |ail..    .15/11/|
000002b0  39 34 0a 2d 2d 2d 2d 2d  2d 2d 2d 0a 20 20 2b 20  |94.--------.  + |
000002c0  20 6e 6f 77 20 64 65 61  6c 73 20 77 69 74 68 20  | now deals with |
000002d0  6c 6f 6e 67 20 6e 61 6d  65 20 66 69 65 6c 64 73  |long name fields|
000002e0  20 69 6e 20 46 72 6f 6d  20 66 69 65 6c 64 0a 20  | in From field. |
000002f0  20 20 20 6f 66 20 70 72  69 76 61 74 65 20 65 6d  |   of private em|
00000300  61 69 6c 73 2c 20 61 6c  73 6f 20 77 69 6c 6c 20  |ails, also will |
00000310  69 6e 20 63 65 72 74 61  69 6e 20 63 69 72 63 75  |in certain circu|
00000320  6d 73 74 61 6e 63 65 73  0a 20 20 20 20 73 74 72  |mstances.    str|
00000330  69 70 20 61 6e 79 77 61  79 20 75 6e 6e 65 63 65  |ip anyway unnece|
00000340  73 73 61 72 79 20 69 6e  66 6f 72 6d 61 74 69 6f  |ssary informatio|
00000350  6e 20 69 6e 20 6e 61 6d  65 20 28 77 68 69 63 68  |n in name (which|
00000360  0a 20 20 20 20 72 65 61  6c 6c 79 20 73 68 6f 75  |.    really shou|
00000370  6c 64 20 62 65 20 69 6e  20 74 68 65 20 6f 72 67  |ld be in the org|
00000380  61 6e 69 7a 61 74 69 6f  6e 3a 20 6f 72 20 63 6f  |anization: or co|
00000390  6d 6d 65 6e 74 3a 20 66  69 65 6c 64 29 20 69 2e  |mment: field) i.|
000003a0  65 2e 0a 20 20 20 20 0a  20 20 20 20 46 72 6f 6d  |e..    .    From|
000003b0  3a 20 22 44 61 76 69 64  20 45 6c 6c 69 73 2c 20  |: "David Ellis, |
000003c0  52 65 67 69 6f 6e 61 6c  20 45 6c 65 63 74 72 6f  |Regional Electro|
000003d0  6e 69 63 73 20 43 74 72  2c 20 4a 2e 4d 2e 20 55  |nics Ctr, J.M. U|
000003e0  6e 69 2e 2c 20 4c 49 56  45 52 50 4f 4f 4c 2c 20  |ni., LIVERPOOL, |
000003f0  4c 33 20 33 41 46 20 54  65 6c 3a 2b 34 34 20 7b  |L3 3AF Tel:+44 {|
00000400  30 7d 31 35 31 2d 32 33  31 20 32 30 35 32 20 46  |0}151-231 2052 F|
00000410  61 78 3a 2b 34 34 20 7b  30 7d 31 35 31 2d 32 39  |ax:+44 {0}151-29|
00000420  38 20 31 30 34 32 22 20  3c 44 2e 4c 2e 45 4c 4c  |8 1042" <D.L.ELL|
00000430  49 53 40 6c 69 76 65 72  70 6f 6f 6c 2d 6a 6f 68  |IS@liverpool-joh|
00000440  6e 2d 6d 6f 6f 72 65 73  2e 61 63 2e 75 6b 3e 0a  |n-moores.ac.uk>.|
00000450  20 20 20 20 0a 20 20 20  20 69 73 20 70 61 72 73  |    .    is pars|
00000460  65 64 20 74 6f 20 0a 20  20 20 20 0a 20 20 20 20  |ed to .    .    |
00000470  20 20 6e 61 6d 65 20 3d  20 44 61 76 69 64 20 45  |  name = David E|
00000480  6c 6c 69 73 0a 20 20 20  20 20 20 61 64 64 72 65  |llis.      addre|
00000490  73 73 20 3d 20 44 2e 4c  2e 45 4c 4c 49 53 40 6c  |ss = D.L.ELLIS@l|
000004a0  69 76 65 72 70 6f 6f 6c  2d 6a 6f 68 6e 2d 6d 6f  |iverpool-john-mo|
000004b0  6f 72 65 73 2e 61 63 2e  75 6b 0a 0a 20 20 20 20  |ores.ac.uk..    |
000004c0  0a 32 30 2f 31 2f 39 35  0a 2d 2d 2d 2d 2d 2d 2d  |.20/1/95.-------|
000004d0  0a 20 20 2b 20 20 4d 49  4d 45 20 69 6d 70 6f 72  |.  +  MIME impor|
000004e0  74 20 73 75 70 70 6f 72  74 20 61 76 61 69 6c 61  |t support availa|
000004f0  62 6c 65 2e 0a 20 20 2b  20 20 48 61 6e 64 6c 65  |ble..  +  Handle|
00000500  73 20 61 63 63 6f 75 6e  74 20 6e 61 6d 65 73 20  |s account names |
00000510  65 6e 63 6c 6f 73 65 64  20 69 6e 20 71 75 6f 74  |enclosed in quot|
00000520  65 73 2e 0a 20 20 20 20                           |es..    |
00000528