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

  1. h17276
  2. s 00021/00000/00000
  3. d D 1.1 95/07/06 18:59:04 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. source setupenv
  14. startpsion
  15. # deal with any outgoing emails
  16. dooutgoing
  17. # get any incomming emails
  18. getincomming
  19. # warn the user that there may still be some undeleted incomming email
  20. # which has been retrieved.
  21. echo Please note any undeleted incomming message files that have been retrieved
  22. echo and stored in the current directory in the in\*.msg files
  23. echo These files will be deleted the next time you download any emails
  24. # built the clear out script
  25. buildlasttrans
  26. # run it
  27. dotrans
  28. endpsion
  29. echo The psion mail directories and and messages in them have been removed
  30. echo you should run firsttime to rebuid these directories
  31. echo You may with to run the removeapp command to delete the mail and
  32. echo mailrdr applications on the psion
  33. E 1
  34.