PHP Bugs  
php.net | support | documentation | report a bug | advanced search | search howto | statistics | login

go to bug id or search bugs for  

Bug #4447 FT_PREFETCHTEXT flag in imap_fetchheader() not working
Submitted:15 May 2000 12:35am UTC Modified: 1 Aug 2000 11:10am UTC
From:sclausen at protocol dot com dot au Assigned to:
Status:Closed Category:IMAP related
Version:4.0 Release Candidate 2 OS:Linux 2.2.5
View/Vote Developer Edit Submission

[15 May 2000 12:35am UTC] sclausen at protocol dot com dot au
The flag FT_PREFETCHTEXT is not having any affect on the message string
returned from the function 'imap_fetchheader()' when it should
(according to the documentation) cause the whole RFC822 message text to
be returned.

$message = imap_fetchheader($stream, 1, FT_PREFETCHTEXT);
[26 Jul 2000 2:32am UTC] sniper@php.net
I'm investigating this..it might be that c-client-lib doesn't even
provide this feature. Even when it is
documented in their documents otherwise.

--Jani
[1 Aug 2000 11:10am UTC] sniper@php.net
Fixed in CVS. Thanks!

--Jani

RSS feed | show source 

PHP Copyright © 2001-2009 The PHP Group
All rights reserved.
Last updated: Sat Nov 21 10:30:49 2009 UTC