If your drafts folder contains subfolders the meassages contained within through errors when you try to access them. The prblem was that the draft folder designated in prefs was being used and not the actual folder name.
As of rev r25313:
In class.ajaxfelamimail.inc.php
replace line: 369 with
$headerTable = $this->uiwidgets->messageTable(
$headers,
$listMode,
$_folderName,
$GLOBALS[‘egw_info’][‘user’][‘preferences’][‘felamimail’][‘message_newwindow’],
$GLOBALS[‘egw_info’][‘user’][‘preferences’][‘felamimail’][‘rowOrderStyle’]
);
in class.uiwidgets.inc.php
replace line 217 with:
function messageTable($_headers, $_folderType, $_folderName, $_readInNewWindow, $_rowStyle=‘felamimail’)
and replace
replace line 359 with:
‘folder’ => base64_encode($_folderName),
Hope Klaus or Ralf could fix it up in trunk.
Thank You,
Randy