disable changes from r34201

This commit is contained in:
Klaus Leithoff 2011-03-17 16:13:28 +00:00
parent 46f505bb1f
commit 8b7e8d4b59
4 changed files with 5 additions and 3 deletions

View File

@ -2661,8 +2661,6 @@
// return the qouta of the users INBOX
function getQuotaRoot()
{
if (!$this->icServer->_connected) $this->openConnection();
if(!$this->icServer->hasCapability('QUOTA')) {
return false;
}

View File

@ -668,7 +668,7 @@ class felamimail_hooks
'divFolderTree',
FALSE
);
$bofelamimail->closeConnection();
//$bofelamimail->closeConnection();
$file[] = array(
'text' => "<div id=\"divFolderTree\" class=\"dtree\" style=\"overflow:auto; max-width:400px; width:100%; max-height:450px; margin-bottom: 0px;padding-left: 0px; padding-right: 0px; padding-top:0px; z-index:100; \">
$folderTree

View File

@ -478,6 +478,7 @@
// --> use it to send the mail as data uri
if (!isset($_GET['printable']))
{
/*
$bodyParts = $this->bofelamimail->getMessageBody($this->uid,'',$partID);
$frameHtml = base64_encode(
@ -486,6 +487,7 @@
$iframe_url = egw::link('/phpgwapi/js/egw_instant_load.html').'" onload="if (this.contentWindow && typeof this.contentWindow.egw_instant_load != \'undefined\') this.contentWindow.egw_instant_load(\''.$frameHtml.'\', true);';
$this->t->set_var('url_displayBody', $iframe_url);
*/
}
// attachments

View File

@ -726,6 +726,7 @@ class uiwidgets
// --> use it to send the mail as data uri
if (!isset($_GET['printable']))
{
/*
$bodyParts = $this->bofelamimail->getMessageBody($headerData['uid'],'',$partID);
$uidisplay = CreateObject('felamimail.uidisplay');
@ -733,6 +734,7 @@ class uiwidgets
$uidisplay->get_email_header().
$uidisplay->showBody($uidisplay->getdisplayableBody($bodyParts), false));
$iframe_url = egw::link('/phpgwapi/js/egw_instant_load.html').'" onload="if (this.contentWindow && typeof this.contentWindow.egw_instant_load != \'undefined\') this.contentWindow.egw_instant_load(\''.$frameHtml.'\', true);';
*/
}
//_debug_array($GLOBALS['egw']->link('/index.php',$linkData));