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

  1. h39350
  2. s 00014/00000/00000
  3. d D 1.1 95/07/06 18:58:42 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. # deal with outgoing email
  22. echo Doing outgoing emails
  23. dooutgoing
  24. # shut the psion down
  25. endpsion
  26. E 1
  27.