Sorry all, I can't type. The reference should be "imap_header()" and
also, here's a snip of the code I'm using:
>>SNIP
$mbox = imap_open("{localhost:143}","user","pass")
or die("can't connect: ".imap_last_error());
for($i=1; $i <= 5; $i++)
{
$msg_header = imap_header($mbox
I'm having a weird problem with the certain "date" fields using the
imap_head() object in PHP4. Sorry about the long lines, but I wanted to
get all the fields for imap_header() in so you could see what I mean.
Index Size udate dateDate
2 matches
Mail list logo