Documentation

EasyBlogMailboxMessage extends JObject
in package

PHP IMAP Class for Mailbox Messages

Table of Contents

Properties

$attachment  : mixed
$body  : mixed
$html_data  : mixed
$parameters  : mixed
$plain_data  : mixed
$sequence  : mixed
$stream  : mixed
$structure  : mixed

Methods

__construct()  : mixed
getAttachment()  : mixed
getHTML()  : mixed
getMessage()  : mixed
Retrieves the message data
getPlain()  : mixed
extractPart()  : mixed
Extract parts of a message
fetchBody()  : mixed
fetchStructure()  : mixed
Fetches the structure of the message
getformatedParams()  : mixed
getParts()  : mixed
Retrieve a part from the mail message
stringToUTF8()  : mixed

Properties

$attachment

protected mixed $attachment = array()

$body

protected mixed $body = \null

$html_data

protected mixed $html_data = ''

$parameters

protected mixed $parameters = array()

$plain_data

protected mixed $plain_data = ''

$sequence

protected mixed $sequence = 0

$stream

protected mixed $stream = \null

$structure

protected mixed $structure = \null

Methods

__construct()

public __construct(mixed $stream, mixed $sequence) : mixed
Parameters
$stream : mixed
$sequence : mixed

getAttachment()

public getAttachment() : mixed

getHTML()

public getHTML() : mixed

getMessage()

Retrieves the message data

public getMessage() : mixed
Tags
since
4.0
access

public

getPlain()

public getPlain() : mixed

extractPart()

Extract parts of a message

private extractPart(mixed $part, mixed $data) : mixed
Parameters
$part : mixed
$data : mixed
Tags
since
4.0
access

public

fetchBody()

private fetchBody(mixed $section) : mixed
Parameters
$section : mixed

fetchStructure()

Fetches the structure of the message

private fetchStructure() : mixed
Tags
since
4.0
access

public

getformatedParams()

private static getformatedParams(mixed $part) : mixed
Parameters
$part : mixed

getParts()

Retrieve a part from the mail message

private getParts(mixed $part[, mixed $section = 0 ]) : mixed
Parameters
$part : mixed
$section : mixed = 0
Tags
since
4.0
access

public

stringToUTF8()

private static stringToUTF8(mixed $in_charset, mixed $string) : mixed
Parameters
$in_charset : mixed
$string : mixed

        
On this page

Search results