Hi,
I test the version 14 of EGW and I meet a problem with the e-mail module:
I have several accounts on the French server imap.free.fr, and for 2 of them the list of messages in the various folders does not display. The number of not open messages displays, but the list remains empty with the message “aucune occurence trouvée” as if the folder was empty.
The problem comes from the getSortedList function of class.emailadmin_imapbase.inc which does not return the list of e-mails:
return of getSortedList of class.emailadmin_imapbase.inc when mail account works:
Array
(
[match] => Horde_Imap_Client_Ids Object
(
[duplicates] =>
[_ids:protected] => Array
(
[0] => 230
[1] => 402
[2] => 407
[3] => 411
[4] => 416
)
[_sequence:protected] =>
[_sorted:protected] =>
)
[count] => 5
)
return of getSortedList of class.emailadmin_imapbase.inc when mail account does not works:
Array
(
[match] => Horde_Imap_Client_Ids Object
(
[duplicates] =>
[_ids:protected] => Array
(
)
[_sequence:protected] =>
[_sorted:protected] =>
)
[count] =>
)
Then I tried to look in /vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Base.php and /vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Socket.php but I found nothing of relevant.
A difficulty comes because after the first one iterration, the search function uses the mask. How may I deactivate it?
Congartulation
–
Christian Lautier
Conseil et Ingénierie Informatique
04 67 96 75 72
c-lautier@clcii.fr c-lautier@clcii.fr
[www.clcii.fr -> http://www.clcii.fr/]