ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilObjMailAccess.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2012 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
4 include_once("./Services/Object/classes/class.ilObjectAccess.php");
5 
15 {
24  function _lookupDiskUsageOfUser($user_id)
25  {
26  require_once "./Services/Mail/classes/class.ilFileDataMail.php";
28  }
29 
33  function _checkGoto($a_target)
34  {
35  global $rbacsystem;
36 
37  require_once 'Services/Mail/classes/class.ilMail.php';
38  $mail = new ilMail($_SESSION["AccountId"]);
39  if($rbacsystem->checkAccess('internal_mail', $mail->getMailObjectReferenceId()))
40  {
41  return true;
42  }
43  return false;
44  }
45 
46 }
47 
48 ?>
< a tabindex="-1" style="border-style: none;" href="#" title="Refresh Image" onclick="document.getElementById('siimage').src = './securimage_show.php?sid=' + Math.random(); this.blur(); return false">< img src="./images/refresh.png" alt="Reload Image" height="32" width="32" onclick="this.blur()" align="bottom" border="0"/></a >< br/>< strong > Enter Code *if($_SERVER['REQUEST_METHOD']=='POST' &&@ $_POST['do']=='contact') $_SESSION['ctform']['success']
Class Mail this class handles base functions for mail handling.
Class ilObjMailAccess.
Class ilObjectAccess.
_lookupDiskUsageOfUser($user_id)
Returns the number of bytes used on the harddisk for mail attachments, by the user with the specified...
_lookupDiskUsageOfUser($user_id)
Returns the number of attachments and the number of bytes used on the harddisk for mail attachments...
_checkGoto($a_target)
check whether goto script will succeed