downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

imap_last_error> <imap_headerinfo
Last updated: Fri, 30 Oct 2009

view this page in

imap_headers

(PHP 4, PHP 5)

imap_headersLiefert eine Zusammenfassung aller Nachrichtenköpfe eines Postfachs

Beschreibung

array imap_headers ( resource $imap_stream )

Diese Funktion liefert ein String-Array, das je Nachricht einen String mit vorformatierten Informationen aus dem Nachrichtenheader enthält.

Parameter-Liste

imap_stream

Eine von imap_open() zurückgegebene IMAP-Verbindung.

Rückgabewerte

Liefert ein Array aus Strings mit formatierten Headerinformationen. Das Array enthält ein Element für jede Nachricht im Postfach.



add a note add a note User Contributed Notes
imap_headers
mmuoio at gmail dot com
12-Oct-2009 07:39
This function will not return a full subject line if it is longer than 25 characters.  I found this out after trying to search each header and move the email to a different folder depending on what the subject was (searching for year and project number).

imap_last_error> <imap_headerinfo
Last updated: Fri, 30 Oct 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites