PHP3 Manual | ||
---|---|---|
Prev | Next |
imap_header -- Read the header of the message
This function returns an object of various header elements
remail,date,Date,subject,Subject,in_reply_to,message_id,newsgroups,
followup_to,references
toaddress (full email address)
to[] (returns an array of objects from the To line, containing:)
personal
adl
mailbox
host
fromaddress
from[] (returns an array of objects from the From line, containing:)
personal
adl
mailbox
host
ccaddress
cc[] (returns an array of objects from the Cc line, containing:)
personal
adl
mailbox
host
bccaddress
bcc[] (returns an array of objects from the Bcc line, containing:)
personal
adl
mailbox
host
reply_toaddress
reply_to[] (returns an array of objects from the Reply_to line, containing:)
personal
adl
mailbox
host
senderaddress
sender[] (returns an array of objects from the sender line, containing:)
personal
adl
mailbox
host
return_path
return_path[] (returns an array of objects from the return_path line, containing:)
personal
adl
mailbox
host
udate ( mail message date in unix time)
fetchfrom (from line formatted to fit fromlength characters)
fetchsubject (subject line formatted to fit subjectlength characters)
Prev | Home | Next |
imap_fetchstructure | Up | imap_headers |