Horde_Smtp_Filter_Body
extends php_user_filter
in package
Stream filter to determine whether body needs to be sent as 8-bit (STD 71/RFC 6152) or binary (RFC 3030).
Tags
Table of Contents
- $_crlf : int
- Non CR/LF characters.
- filter() : mixed
- onCreate() : mixed
Properties
$_crlf
Non CR/LF characters.
protected
int
$_crlf
= 0
Methods
filter()
public
filter(mixed $in, mixed $out, mixed &$consumed, mixed $closing) : mixed
Parameters
- $in : mixed
- $out : mixed
- $consumed : mixed
- $closing : mixed
Tags
Return values
mixed —onCreate()
public
onCreate() : mixed