[Bug 153448] cannot serch in account, only in sub-folders

tstaerk dev at staerk.de
Thu Dec 6 19:14:18 GMT 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=153448         




------- Additional Comments From dev staerk de  2007-12-06 20:14 -------
This problem occurs on all imap servers I tested: cyrus and exchange.

If I add 
  if ( !mFolder->imapPath().contains("tho") ) return;
to SearchJob::searchCompleteFolder(), then it works for me, as all my sub-folders contain "tho". I see, as soon as you create a KIO::SimpleJob with the URL for your ACCOUNT, your imap kioslave blocks. You have to hand over a FOLDER in the URL to KIO::SimpleJob.



More information about the Kdepim-bugs mailing list