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

  1. h65112
  2. s 00021/00000/00000
  3. d D 1.1 95/07/06 18:58:53 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. # set things up for the first time around the offline mail loop
  14. # get the emails from pop
  15. source setupenv
  16. # start the comms link up
  17. startpsion
  18. # build the in and out mta files
  19. createbothmta
  20. # build the transfer command
  21. buildfirsttrans
  22. # actualy do the transfer
  23. echo "Transfering the files"
  24. dotrans
  25. echo "Shutting the psion down"
  26. endpsion
  27. # tidyup the .msg, .mta and .hdr files
  28. echo "Deleting working files"
  29. dotidy
  30. # warn the user the transfer the applications
  31. echo If the applications are not loaded onto your psion
  32. echo please run the installapp command
  33. E 1
  34.