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 EmailLang

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

Methods summary

public static
# langDecodeAddressList( $str, $charset, $web )
public static type
# langDecodeMimeString( type $str )

解码邮件MIME的字符串,一般是邮件标题

解码邮件MIME的字符串,一般是邮件标题

Parameters

$str

Returns

type
public static string
# langDecodeSubject( string $input, string $charset )

解码邮件标题

解码邮件标题

Parameters

$input
base64编码的字符串
$charset
要转换的编码

Returns

string
解码后的字符串
public static
# langDisableHTML( $str )
public static
# langEncode8bitLatin( $str )
public static
# langIs8Bit( $string )
public static
# langEncodeSubject( $input )
public static
# langEncodeMessage( $input, $charset )
public static
# langEncodeAddressList( $str, $charset )
public static
# langExplodeQuotedString( $delimiter, $string )
public static
# langFormAddressHTML( $web, $name, $address, $charset )
public static
# langFormatDate( $timestamp, $format )
public static
# langFormatIntTime( $time, $system, $ampm, $format )
public static
# langInsertStringsFromAK( $dest, $source_a )
public static
# langGetParseAddressList( $str, $delimeter = ';' )
public static
# langParseAddressList( $str )
public
# langShowAddresses( $str )
public static
# langSmartWrap( $text, $len )
public static
# langWrapLine( $line, $width )
public static
# langConvert( $string, $charset, $charset2 )
public static
# utf8ToUnicodeEntities( $source )
IBOS open source API documentation generated by ApiGen