Name
|
Description
|
Type
|
Example
|
date or Date
|
RFC 822 formatted date: date('r')
|
String
|
Fri, 16 Aug 2002 01:52:24 -0400
|
subject or Subject
|
Message subject
|
String
|
Re: PHP Cookbook Revisions
|
message_id
|
A unique ID identifying the message
|
String
|
<20030410020818. 33915.php@news.example.com>
|
newsgroups
|
The name of the group the message was posted to
|
String
|
php.general
|
toaddress
|
The address the message was sent to
|
String
|
php-general@lists.php.net
|
to
|
Parsed version of toaddress field
|
Object
|
mailbox: "php-general", host:
"lists-php.net"
|
fromaddress
|
The address that sent the message
|
String
|
Ralph Josephs <ralph@example.net>
|
from
|
Parsed version of fromaddress field
|
Object
|
personal: "Ralph Josephs", mailbox:
"ralph", host:
"example.net"
|
reply_toaddress
|
The address you should reply to, if you're trying to
contact the author
|
String
|
rjosephs@example.net
|
reply_to
|
Parsed version of reply_toaddress field
|
Object
|
Mailbox: "rjosephs", host:
"example.net"
|
senderaddress
|
The person who sent the message; almost always identical to the
from field, but if the from
field doesn't uniquely identify who sent the
message, this field does
|
String
|
Ralph Josephs <ralph@example.net>
|
sender
|
Parsed version of senderaddress field
|
Object
|
Personal: "Ralph Josephs", mailbox:
"ralph", host:
"example.net"
|
Recent
|
If the message is recent, or new since the last time the user checked
for mail
|
String
|
Y or N
|
Unseen
|
If the message is unseen
|
String
|
Y or " "
|
Flagged
|
If the message is marked
|
String
|
Y or " "
|
Answered
|
If a reply has been sent to this message
|
String
|
Y or " "
|
Deleted
|
If the message is deleted
|
String
|
Y or " "
|
Draft
|
If the message is a draft
|
String
|
Y or " "
|
Size
|
Size of the message in bytes
|
String
|
1345
|
udate
|
Unix timestamp of message date
|
Int
|
1013480645
|
Mesgno
|
The number of the message in the group
|
String
|
34943
|