#!/bin/csh -f
# load the envisonmane
echo doemail initialising
source setupenv
# start the psion link up
startpsion
# deal with new incomming mail
echo Doing incomming emails
doincomming
# deal with outgoing email
echo Doing outgoing emails
dooutgoing
# shut the psion down
endpsion
