#!/bin/sh
cd PopDoc
if test ! -e GetMyMail
then
ConfigurePopDoc
fi
GetMyMail

