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

  1. h32783
  2. s 00011/00000/00000
  3. d D 1.1 95/07/06 18:59:02 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 outgoing email
  19. echo Doing outgoing emails
  20. dooutgoing
  21. # shut the psion down
  22. endpsion
  23. E 1
  24.