phpDocumentor epesi-apps
mailclient
[ class tree: epesi-apps ] [ index: epesi-apps ] [ all elements ]

Class: Apps_MailClientCommon

Source Location: /modules/Apps/MailClient/MailClientCommon_0.php

Class Apps_MailClientCommon

Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From ModuleCommon

ModuleCommon::Instance()
Singleton.

Inherited From ModulePrimitive

ModulePrimitive::__construct()
ModulePrimitive::check_access()
Checks access to function which name is passed as first parameter.
ModulePrimitive::create_data_dir()
Creates default data directory for module. Typical usage: in module installation
ModulePrimitive::get_data_dir()
Returns path to the default data directory for module calling this method.
ModulePrimitive::get_module_dir()
Returns path to the module directory.
ModulePrimitive::get_type()
Returns name(type) of module that called this function.
ModulePrimitive::get_type_with_bt()
ModulePrimitive::remove_data_dir()
Removes default data directory of a module. Typical usage: in module uninstallation

Inherited From ModuleAcl

ModuleAcl::acl_check()
ModuleAcl::add_aco()
ModuleAcl::del_aco()
ModuleAcl::get_type()

[ Top ]
Method Summary
static void   account_manager_access()  
static void   addressbook_rp_mail()  
static void   admin_caption()  
static void   admin_icon()  
static void   append_msg_to_index()  
static void   applet_caption()  
static void   applet_info()  
static void   applet_settings()  
static void   build_index()  
static void   create_internal_mailbox()  
static void   create_mailbox_dir()  
static void   drop_message()  
static void   get_index()  
static void   get_mailbox_dir()  
static void   get_mailbox_structure()  
static void   get_message_structure()  
static void   get_next_msg_id()  
static void   mark_all_as_read()  
static void   menu()  
static void   mime_header_decode()  
static void   move_msg()  
static void   parse_message()  
static void   parse_message_structure()  
static void   read_msg()  
static void   remove_msg()  
static void   remove_msg_from_index()  
static void   user_settings()  
static void   user_settings_icon()  

[ Top ]
Methods
static method account_manager_access  [line 43]

  static void account_manager_access( )


API Tags:
Access:  public


[ Top ]
static method addressbook_rp_mail  [line 518]

  static void addressbook_rp_mail( $e  )

Parameters:
   $e: 

API Tags:
Access:  public


[ Top ]
static method admin_caption  [line 75]

  static void admin_caption( )


API Tags:
Access:  public


[ Top ]
static method admin_icon  [line 79]

  static void admin_icon( )


API Tags:
Access:  public


[ Top ]
static method append_msg_to_index  [line 387]

  static void append_msg_to_index( $box, $dir, $id, $subject, $from, $to, $date, $size, [ $read = false]  )

Parameters:
   $box: 
   $dir: 
   $id: 
   $subject: 
   $from: 
   $to: 
   $date: 
   $size: 
   $read: 

API Tags:
Access:  public


[ Top ]
static method applet_caption  [line 47]

  static void applet_caption( )


API Tags:
Access:  public


[ Top ]
static method applet_info  [line 51]

  static void applet_info( )


API Tags:
Access:  public


[ Top ]
static method applet_settings  [line 55]

  static void applet_settings( )


API Tags:
Access:  public


[ Top ]
static method build_index  [line 236]

  static void build_index( $id, $dir  )

Parameters:
   $id: 
   $dir: 

API Tags:
Access:  public


[ Top ]
static method create_internal_mailbox  [line 96]

  static void create_internal_mailbox( [ $user = null]  )

Parameters:
   $user: 

API Tags:
Access:  public


[ Top ]
static method create_mailbox_dir  [line 86]

  static void create_mailbox_dir( $id  )

Parameters:
   $id: 

API Tags:
Access:  public


[ Top ]
static method drop_message  [line 152]

  static void drop_message( $mailbox_id, $dir, $subject, $from, $to, $date, $body, [ $read = false]  )

Parameters:
   $mailbox_id: 
   $dir: 
   $subject: 
   $from: 
   $to: 
   $date: 
   $body: 
   $read: 

API Tags:
Access:  public


[ Top ]
static method get_index  [line 292]

  static void get_index( $id, $dir  )

Parameters:
   $id: 
   $dir: 

API Tags:
Access:  public


[ Top ]
static method get_mailbox_dir  [line 105]

  static void get_mailbox_dir( $id  )

Parameters:
   $id: 

API Tags:
Access:  public


[ Top ]
static method get_mailbox_structure  [line 116]

  static void get_mailbox_structure( $id, [ $mdir = '']  )

Parameters:
   $id: 
   $mdir: 

API Tags:
Access:  public


[ Top ]
static method get_message_structure  [line 443]

  static void get_message_structure( $box, $dir, $id  )

Parameters:
   $box: 
   $dir: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method get_next_msg_id  [line 132]

  static void get_next_msg_id( $id, $dir  )

Parameters:
   $id: 
   $dir: 

API Tags:
Access:  public


[ Top ]
static method mark_all_as_read  [line 265]

  static void mark_all_as_read( $id, $dir  )

Parameters:
   $id: 
   $dir: 

API Tags:
Access:  public


[ Top ]
static method menu  [line 71]

  static void menu( )


API Tags:
Access:  public


[ Top ]
static method mime_header_decode  [line 433]

  static void mime_header_decode( $string  )

Parameters:
   $string: 

API Tags:
Access:  public


[ Top ]
static method move_msg  [line 344]

  static void move_msg( $box, $dir, $box2, $dir2, $id  )

Parameters:
   $box: 
   $dir: 
   $box2: 
   $dir2: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method parse_message  [line 512]

  static void parse_message( $box, $dir, $id, [ $structure = true]  )

Parameters:
   $box: 
   $dir: 
   $id: 
   $structure: 

API Tags:
Access:  public


[ Top ]
static method parse_message_structure  [line 466]

  static void parse_message_structure( $structure, [ $full_attachments = true]  )

Parameters:
   $structure: 
   $full_attachments: 

API Tags:
Access:  public


[ Top ]
static method read_msg  [line 407]

  static void read_msg( $box, $dir, $id  )

Parameters:
   $box: 
   $dir: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method remove_msg  [line 309]

  static void remove_msg( $mailbox_id, $dir, $id  )

Parameters:
   $mailbox_id: 
   $dir: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method remove_msg_from_index  [line 320]

  static void remove_msg_from_index( $mailbox_id, $dir, $id  )

Parameters:
   $mailbox_id: 
   $dir: 
   $id: 

API Tags:
Access:  public


[ Top ]
static method user_settings  [line 15]

  static void user_settings( )


API Tags:
Access:  public


[ Top ]
static method user_settings_icon  [line 34]

  static void user_settings_icon( )


API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 26 Dec 2008 21:43:21 -0500 by phpDocumentor 1.4.2