Documentation

Swift_Mime_IdGenerator
in package
implements Swift_IdGenerator

Message ID generator.

Interfaces, Classes and Traits

Swift_IdGenerator
Message ID generator.

Table of Contents

$idRight  : mixed
__construct()  : mixed
generateId()  : string
Returns a globally unique string to use for Message-ID or Content-ID.
getIdRight()  : string
Returns the right-hand side of the "@" used in all generated IDs.
setIdRight()  : mixed
Sets the right-hand side of the "@" to use in all generated IDs.

Properties

Methods

__construct()

public __construct(string $idRight) : mixed
Parameters
$idRight : string
Return values
mixed

generateId()

Returns a globally unique string to use for Message-ID or Content-ID.

public generateId() : string
Return values
string

getIdRight()

Returns the right-hand side of the "@" used in all generated IDs.

public getIdRight() : string
Return values
string

setIdRight()

Sets the right-hand side of the "@" to use in all generated IDs.

public setIdRight(string $idRight) : mixed
Parameters
$idRight : string
Return values
mixed

Search results