|
|
|
Description
Description
</H2
><DIV
CLASS="funcsynopsis"
><A
NAME="AEN18889"
></A
><P
></P
><CODE
CLASS="FUNCDEF"
>object <B
CLASS="function"
>imap_headerinfo</B
></CODE
> (int imap_stream, int msg_number [, int
fromlength [, int
subjectlength [, string
defaulthost]]])<P
></P
></DIV
><P
> This function returns an object of various header elements.
</P
><P
>
<DIV
CLASS="informalexample"
><A
NAME="AEN18907"
></A
><P
></P
><P
CLASS="literallayout"
><br>
remail, date, Date, subject, Subject, in_reply_to, message_id,<br>
newsgroups, followup_to, references<br>
<br>
message flags:<br>
Recent - 'R' if recent and seen, <br>
'N' if recent and not seen, <br>
' ' if not recent<br>
Unseen - 'U' if not seen AND not recent, <br>
' ' if seen OR not seen and recent<br>
Answered -'A' if answered, <br>
' ' if unanswered<br>
Deleted - 'D' if deleted, <br>
' ' if not deleted<br>
Draft - 'X' if draft, <br>
' ' if not draft<br>
Flagged - 'F' if flagged, <br>
' ' if not flagged<br>
<br>
NOTE that the Recent/Unseen behavior is a little odd. If you want to<br>
know if a message is Unseen, you must check for<br>
<br>
Unseen == 'U' || Recent == 'N'<br>
<br>
toaddress (full to: line, up to 1024 characters)<br>
<br>
to[] (returns an array of objects from the To line, containing):<br>
personal<br>
adl<br>
mailbox<br>
host<br>
<br>
fromaddress (full from: line, up to 1024 characters)<br>
<br>
from[] (returns an array of objects from the From line, containing):<br>
personal<br>
adl<br>
mailbox<br>
host<br>
<br>
ccaddress (full cc: line, up to 1024 characters)<br>
cc[] (returns an array of objects from the Cc line, containing):<br>
personal<br>
adl<br>
mailbox<br>
host<br>
<br>
bccaddress (full bcc line, up to 1024 characters)<br>
bcc[] (returns an array of objects from the Bcc line, containing):<br>
personal<br>
adl<br>
mailbox<br>
host<br>
<br>
reply_toaddress (full reply_to: line, up to 1024 characters)<br>
reply_to[] (returns an array of objects from the Reply_to line,<br>
containing):<br>
personal<br>
adl<br>
mailbox<br>
host<br>
<br>
senderaddress (full sender: line, up to 1024 characters)<br>
sender[] (returns an array of objects from the sender line, containing):<br>
personal<br>
adl<br>
mailbox<br>
host<br>
<br>
return_path (full return-path: line, up to 1024 characters)<br>
return_path[] (returns an array of objects from the return_path line,<br>
containing):<br>
personal<br>
adl<br>
mailbox<br>
host<br>
<br>
udate (mail message date in unix time)<br>
<br>
fetchfrom (from line formatted to fit <TT
CLASS="parameter"
><I
>fromlength</I
></TT
> <br>
characters)<br>
<br>
fetchsubject (subject line formatted to fit <TT
CLASS="parameter"
><I
>subjectlength</I
></TT
> characters)<br>
</P
><P
></P
></DIV
>
</P
></DIV
>
|
|
| imap_alerts -- This function returns all IMAP alert messages (if any) that have occurred during this page request or since the alert stack was reset Categories : PHP, PHP Functions, IMAP | | | Getting newsgroup with PHP Categories : PHP, IMAP | | | A PHP based webmail at : http://www.horde.org/imp Categories : Email, IMAP, PHP, Complete Programs | | | Data Retrieve from mailbox and generate the SQL Syntax Categories : PHP, IMAP, Mail | | | imap_sort Categories : IMAP, Email, PHP, PHP Functions | | | Query2Report : Generating Html, Pdf and Csv Reports from SQL Query Categories : PHP, PHP, HTML, PDF, Excel | | | imap_subscribe -- Subscribe to a mailbox Categories : PHP, PHP Functions, IMAP, Email | | | Convert text to 'quoted printable' without the IMAP package installed. Categories : PHP, Mail, IMAP | | | imap_append -- Append a string message to a specified mailbox Categories : PHP, PHP Functions, IMAP, PHP Functions | | | PHP3 FormMail This script sends E-mail using PHP3 function mail(). Body of
message is from text file that you create. Easily modified. Categories : PHP, Email, IMAP | | | Point and Click Interface ala MS Access for creating SQL statements. Categories : MySQL, Complete Programs, General SQL, PHP, Databases | | | Tag content retrieval from websites with preg_match Categories : PHP, Regexps, Arrays, HTML and PHP | | | Zephyr: AJAX Based Framework for PHP5 Developers Categories : PHP, AJAX, Frameworks, Java Script, Web Applications | | | Free PDF file creation using PHP. Categories : PDF, PHP | | | PHP4 MYSQL Authentication Script with cookie. Short & Sweet
Categories : Authentication, Apache, Cookies, PHP, MySQL | |
|
|
|