http://bugs.horde.org/ticket/10152
Zitat von LALOT Dominique <dom.la...@gmail.com>:
Hi Olivier
2011/5/31 Olivier <oliv...@ablinux.com>
Hi,
First, suhosin blocks null chars. You must add the following in your apache
configuration if you are using php + suhosin:
php_flag suhosin.request.disallow_nul off
php_flag suhosin.post.disallow_nul off
php_flag suhosin.get.disallow_nul off
OK, but suhosin is not installed and you can see \000 in the tshark trace
Second, I have the same problem, the click on a search result works well
with the traditional interface, but it doesn't work with the dynamic
interface (dimp)
Yes, it works using trad interface. Don't know when the search broke
exactly. I'm fairly sure it was working before.
Dom
Olivier
Le 31.05.2011 11:26, LALOT Dominique a écrit :
Hello,
I have that last imp version 5.0.4
Search is working, but when I click a mail, I get a mailbox does not
exist.
Running tshark, I observe:
I am faily sure, it was working before in 5.0.x. Any ideas?
62.362616 139.124.132.126 -> 139.124.132.191 IMAP Request: 6 *SELECT
"impsearch\000dimpqsearch"*
62.402223 139.124.132.191 -> 139.124.132.126 TCP 13105> 60710 [ACK]
Seq=22839 Ack=166 Win=5888 Len=0 TSV=897312804 TSER=35639150
62.402249 139.124.132.126 -> 139.124.132.191 IMAP Request:
62.402405 139.124.132.191 -> 139.124.132.126 TCP 13105> 60710 [ACK]
Seq=22839 Ack=168 Win=5888 Len=0 TSV=897312804 TSER=35639154
62.402963 139.124.132.191 -> 139.124.132.126 IMAP Response: 6* NO
Mailbox
does not exist
*
my backend:
$servers['advanced'] = array(
// Disabled by default
'disabled' => false,
'name' => 'U2',
'hostspec' => 'imap.univmed.fr',
'hordeauth' => true,
'protocol' => 'imap',
'port' => 13105,
'secure' => false,
'maildomain' => '',
'quota' => array(
'driver' => 'imap',
'params' => array(
'hide_when_unlimited' => true,
'unit' => 'GB'
)
),
'admin' => array(
'params' => array(
'userhierarchy' => 'user/',
'protocol' => 'imap/notls',
'hostspec' => 'imap.univmed.fr',
'port' => 143
)
),
'acl' => true,
'cache' => true,
);
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org
--
Dominique LALOT
Ingénieur Systèmes et Réseaux
http://annuaire.univmed.fr/showuser.php?uid=lalot
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Jan.
--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org