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

  • Email
  • EmailApi
  • EmailLang
  • EmailMime
  • RyosImap
  • WebMail

Class EmailMime

Namespace: application\modules\email\utils
Located at system/modules/email/utils/EmailMime.php

Methods summary

public static
# getFirstTextPart( $structure, $part )
public static
# getNextPart( $part )
public static
# getNumParts( $a, $part = null )
public static
# getPartArray( $a, $part = null )
public static
# getPartCharset( $a, $part )
public static
# getPartDisposition( $a, $part )
public static
# getPartEncodingCode( $a, $part )
public
# getPartEncodingString( $a, $part )
public static
# getPartID( $a, $part )
public static
# getPartList( $a, $part )
public static
# getPartSize( $a, $part )
public static
# getPartTypeCode( $a, $part = null )
public static
# parseBSString( $str )
public static
# closingParenPos( $str, $start )
public static
# getRawStructureArray( $str )
public static
# getPartTypeString( $a, $part = null )
public static
# getPartName( $a, $part )

Constants summary

integer MIME_INVALID
# -1
integer MIME_TEXT
# 0
integer MIME_MULTIPART
# 1
integer MIME_MESSAGE
# 2
integer MIME_APPLICATION
# 3
integer MIME_AUDIO
# 4
integer MIME_IMAGE
# 5
integer MIME_VIDEO
# 6
integer MIME_OTHER
# 7
IBOS open source API documentation generated by ApiGen