home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / COMMS / PSIONMAI / PMFULLSO / SUNMAIL / SCCS / S.JUS < prev    next >
Encoding:
Text File  |  1995-07-06  |  416 b   |  24 lines

  1. h33297
  2. s 00011/00000/00000
  3. d D 1.1 95/07/06 18:59:00 tim 1 0
  4. c These are shell scripts that talk to varios programs involved in sending email to / from the psion
  5. e
  6. u
  7. U
  8. f e 0
  9. t
  10. T
  11. I 1
  12. #!/bin/csh -f
  13. # load the envisonmane
  14. echo doemail initialising
  15. source setupenv
  16. # start the psion link up
  17. startpsion
  18. # deal with new incomming mail
  19. echo Doing incomming emails
  20. doincomming
  21. # shut the psion down
  22. endpsion
  23. E 1
  24.