Author Topic: Lotus Notes IMAP Folder  (Read 4879 times)

Offline tomass

  • Newbie
  • *
  • Posts: 2
Lotus Notes IMAP Folder
« on: June 09, 2010, 05:28:15 AM »
Hello,

I had a problem with Lotus Notes IMAP folders prefix - \".
I did some quick fix to rcube_imap.php, but it's not so correct. Plugin would be better.

Fix: rcube_imap.php(line:2528 )
function ltriml(&$item, $key){
   $item = ltrim($item, '\\" ');
}
array_walk($a_folders, 'ltriml');