php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15445 imap_sort should use TOP to fetch mail headers from POP3 accounts!!!!
Submitted: 2002-02-08 02:15 UTC Modified: 2002-02-08 03:08 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: lalameme44 at yahoo dot com Assigned:
Status: Not a bug Package: IMAP related
PHP Version: 4.1.1 OS: linux redhat 7.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: lalameme44 at yahoo dot com
New email:
PHP Version: OS:

 

 [2002-02-08 02:15 UTC] lalameme44 at yahoo dot com
imap_sort should use TOP instead of RETR to fetch mail headers from POP3 accounts when there is no CAPA!!!!


imap version imap2001a, using c-client, php 4.1.1


This is not really a bug but rather a feature i guess.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-08 02:30 UTC] lalameme44 at yahoo dot com
 +OK POP3 Ready mail1.tpgi.com.au

 CAPA

 -ERR Command must be one of USER, PASS or QUIT

 AUTH

 -ERR Command must be one of USER, PASS or QUIT

 USER gcchris

 +OK USER gcchris set

 PASS gcchris

 +OK Congratulations!

 STAT

 +OK 162 568208

 NOOP

 +OK

 RETR 1

 +OK 1676 octets
X-From_: rsoliman@tpgi.com.au  Mon Dec 24 13:31:35 2001
Return-Path: <rsoliman@tpgi.com.au>
Received: (from smtpd@localhost)
...
...
 [2002-02-08 02:31 UTC] lalameme44 at yahoo dot com
It will make it a lot faster if it was a TOP.

But it think its more an issue with the c-client than anything else.
 [2002-02-08 03:08 UTC] derick@php.net
One report per bug
 [2002-02-08 03:08 UTC] derick@php.net
Damnit... one report please.

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 14:01:30 2024 UTC