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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: evgenykireev at gmail dot com
New email:
PHP Version: OS:

 

 [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: Wed Apr 24 20:01:32 2024 UTC