IBOS open source
  • Namespace
  • Class

Namespaces

  • application
    • core
      • cache
        • driver
        • provider
      • components
      • controllers
      • engines
        • local
        • sae
      • model
      • modules
      • utils
      • widgets
    • modules
      • article
        • controllers
        • core
        • model
        • utils
      • calendar
        • controllers
        • model
        • utils
      • contact
        • controllers
        • model
        • utils
      • dashboard
        • controllers
        • model
        • utils
      • department
        • components
        • model
        • utils
      • diary
        • components
        • controllers
        • model
        • utils
        • widgets
      • email
        • controllers
        • core
        • model
        • utils
      • main
        • behaviors
        • components
        • controllers
        • model
        • utils
        • widgets
      • message
        • controllers
        • core
          • co
          • wx
            • callback
            • event
        • model
        • utils
      • mobile
        • components
        • controllers
        • utils
      • position
        • components
        • model
        • utils
      • recruit
        • components
        • controllers
        • core
        • model
        • utils
        • widgets
      • role
        • model
        • utils
      • user
        • components
        • controllers
        • model
        • utils
      • vote
        • components
        • controllers
        • model
        • utils
      • weibo
        • controllers
        • core
        • model
        • utils

Classes

  • ApiController
  • BaseController
  • ContentController
  • DashboardController
  • FolderController
  • ListController
  • WebController

Class WebController

CController
Extended by application\core\controllers\Controller
Extended by application\modules\email\controllers\BaseController
Extended by application\modules\email\controllers\WebController
Namespace: application\modules\email\controllers
Located at system/modules/email/controllers/WebController.php

Methods summary

public
# actionDownload( )

外部邮件附件下载 GET参数:id,i,都是数字 id = id -5; i = i - 9;

外部邮件附件下载 GET参数:id,i,都是数字 id = id -5; i = i - 9;

public
# actionIndex( )

外部邮箱索引页

外部邮箱索引页

public
# actionAdd( )

新增操作

新增操作

public
# actionEdit( )

编辑操作

编辑操作

public
# actionReceive( )

收取邮件

收取邮件

public
# actionDel( )

删除操作

删除操作

public
# actionShow( )

显示外部邮件的部分内容(如附件,图片等)

显示外部邮件的部分内容(如附件,图片等)

protected type
# processAddWebMail( boolean $inAjax = false )

处理外部邮件箱新增,兼容表单与ajax提交

处理外部邮件箱新增,兼容表单与ajax提交

Parameters

$inAjax

Returns

type
protected
# setDefault( integer $webId )

设置默认邮箱

设置默认邮箱

Parameters

$webId
外部邮箱ID
protected
# ajaxAdd( )

快捷添加操作

快捷添加操作

Methods inherited from application\modules\email\controllers\BaseController

__get(), __set(), getListPageSize(), getSidebar(), init(), setListPageSize()

Methods inherited from application\core\controllers\Controller

__construct(), actionError(), ajaxReturn(), error(), filterNotAuthModule(), filterRoutes(), getAssetUrl(), render(), setTitle(), showMessage(), success()

Constants summary

Constants inherited from application\modules\email\controllers\BaseController

DEFAULT_PAGE_SIZE, DRAFT_ID, INBOX_ID, SENT_ID, TRASH_ID

Constants inherited from application\core\controllers\Controller

DEFAULT_JSONP_HANDLER

Properties summary

Properties inherited from application\core\controllers\Controller

$layout

IBOS open source API documentation generated by ApiGen