From 6489b733420f2c66c17b4f693fc78d7a58a5eba1 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Sun, 12 Mar 2000 22:42:59 +0000 Subject: [PATCH] here's a shot at basic documentation for imap_rfc822_parse_headers() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@21434 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/imap.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/functions/imap.xml b/functions/imap.xml index 96cbb90fb0..617742149b 100644 --- a/functions/imap.xml +++ b/functions/imap.xml @@ -727,7 +727,29 @@ fetchsubject (subject line formatted to fit subjectlength - + + + imap_rfc822_parse_headers + Parse mail headers from a string + + + Description + + object imap_rfc822_parse_headers + string headers + string + defaulthost + + + + This function returns an object of various header elements, + similar to imap_header, except without the + flags and other elements that come from the IMAP server. + + + + + imap_headers