from:lu02 to:ax07@noaa.gov subject:inbox and sent fix Here is an update for messagelist.php and sentlist.php. This will ignore any files that are not properly formatted emails and should fiz the disapearing messages. Remember to do the permissions thing afterwards ====MESSAGELIST.PHP======= "; echo ""; echo ""; echo ""; echo ""; echo " "; }//end for }//end if else { //mkdir($inboxDir,0775,true); }//end else ?>
INBOX
From Subject Date Rcvd (GMT) Date Sent (GMT)
".$from.""; echo "".$subject.""; echo " "; echo "".$createdTime->format('m/d/y H:i')."".$sentTime->format('m/d/y H:i')."
====END COPY=========== ====SENTLIST.PHP======= "; echo ""; echo ""; echo ""; //echo ""; echo " "; }//end if }//end for }//end if else { //mkdir($sentDir,0775,true); }//end else ?>
SENT MESSAGES
To Subject Date Created (GMT)
".$to.""; echo "".$subject.""; echo " "; echo "".$createdTime->format('m/d/y H:i')."".$sentTime->format('m/d/y H:i')."
====END COPY===========