Xataface Email Module
0.3.2
Email/Mailmerge Module for Xataface
|
Public Member Functions | |
unique ($add=null) | |
is_printable ($str=null, $debug=null) | |
qp_encode ($str=null, $len=null, $end=null, $debug=null) | |
encode_header ($str=null, $charset=null, $encoding=null, $len=null, $end=null, $debug=null) | |
decode_header ($str=null, $debug=null) | |
decode_content ($str=null, $encoding=null, $debug=null) | |
message ($content=null, $type=null, $name=null, $charset=null, $encoding=null, $disposition=null, $id=null, $len=null, $end=null, $debug=null) | |
compose ($text=null, $html=null, $attach=null, $uniq=null, $end=null, $debug=null) | |
isset_header ($str=null, $name=null, $value=null, $debug=null) | |
split_header ($str=null, $debug=null) | |
split_message ($str=null, $debug=null) | |
split_mail ($str=null, &$headers, &$body, $debug=null) | |
_parts ($str=null, $boundary=null, $multipart=null, $debug=null) | |
_content ($str=null, $debug=null) | |
fix_eol ($str=null, $debug=null) |
Data Fields | |
$LE = "\r\n" | |
$HLEN = 52 | |
$MLEN = 73 | |
$HCHARSET = 'utf-8' | |
$MCHARSET = 'us-ascii' | |
$HENCDEF = 'quoted-printable' | |
$MENCDEF = 'quoted-printable' | |
$hencarr = array('quoted-printable' => '', 'base64' => '') | |
$mencarr = array('7bit' => '', '8bit' => '', 'quoted-printable' => '', 'base64' => '', 'binary' => '') | |
$qpkeys | |
$qpvrep |
_parts | ( | $str = null , |
|
$boundary = null , |
|||
$multipart = null , |
|||
$debug = null |
|||
) |
compose | ( | $text = null , |
|
$html = null , |
|||
$attach = null , |
|||
$uniq = null , |
|||
$end = null , |
|||
$debug = null |
|||
) |
decode_content | ( | $str = null , |
|
$encoding = null , |
|||
$debug = null |
|||
) |
encode_header | ( | $str = null , |
|
$charset = null , |
|||
$encoding = null , |
|||
$len = null , |
|||
$end = null , |
|||
$debug = null |
|||
) |
isset_header | ( | $str = null , |
|
$name = null , |
|||
$value = null , |
|||
$debug = null |
|||
) |
message | ( | $content = null , |
|
$type = null , |
|||
$name = null , |
|||
$charset = null , |
|||
$encoding = null , |
|||
$disposition = null , |
|||
$id = null , |
|||
$len = null , |
|||
$end = null , |
|||
$debug = null |
|||
) |
qp_encode | ( | $str = null , |
|
$len = null , |
|||
$end = null , |
|||
$debug = null |
|||
) |
split_mail | ( | $str = null , |
|
& | $headers, | ||
& | $body, | ||
$debug = null |
|||
) |
$mencarr = array('7bit' => '', '8bit' => '', 'quoted-printable' => '', 'base64' => '', 'binary' => '') |
$qpkeys |
$qpvrep |