phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-developers] Re: imap list problem


From: Pim Snel
Subject: [Phpgroupware-developers] Re: imap list problem
Date: Thu, 28 Nov 2002 14:25:15 +0100
User-agent: KMail/1.4.3

The problem has something to do with the empty case SORTARRIVAL: in 
class.mail_dcom_imap_sock.inc.php at line 1113

if added the following and this slighty fixed the problem

                                case SORTARRIVAL:
                                        $old_list = 
$this->fetch_header(1,$num_msgs,'Date:');
                                        $field_list = 
$this->convert_date_array($old_list);
                                        break;

Hope this help, greetz
Pim




reply via email to

[Prev in Thread] Current Thread [Next in Thread]