php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44199 imap_fetch_overview fetch whole message
Submitted: 2008-02-21 08:03 UTC Modified: 2008-07-22 09:10 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: evgenykireev at gmail dot com Assigned: pajoye (profile)
Status: Not a bug Package: IMAP related
PHP Version: 5.2.5 OS: Windows XP
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
37 - 11 = ?
Subscribe to this entry?

 
 [2008-02-21 08:03 UTC] evgenykireev at gmail dot com
Description:
------------
I've noticed that imap_fetch_overview is very slow when I tried get headers of big amount of messages. After some invistigations I've found that imap_fetch_overview gets whole message(body and all attachments) - not only headers. Why it is so? What do I need imap_fetchbody for?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-07-21 21:38 UTC] jani@php.net
That's what c-client does behind the scenes. That's not any PHP bug.

 [2008-07-21 21:48 UTC] pajoye@php.net
Jani, does it happen with a recent imap lib as well on linux? like 2007a or b?
 [2008-07-22 09:10 UTC] jani@php.net
Yes, it's normal behaviour. It wouldn't be able to provide the information otherwise.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 15:01:29 2024 UTC