Documentation

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
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2014-2016 Horde LLC

deprecated

Use Horde_Mime_Filter_Encoding instead.

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

since
1.7.0

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
see
stream_filter_register()
Return values
mixed

onCreate()

public onCreate() : mixed
Tags
see
stream_filter_register()
Return values
mixed

Search results