abstractclass SMime

Methods

string
normalizeFilePath(string$path)

No description

void
iteratorToFile(iterable$iterator,$stream)

No description

SMimePart
convertMessageToSMimePart($stream,string$type,string$subtype)

No description

iterable
getStreamIterator($stream)

No description

Details

protectedstring normalizeFilePath(string$path)

Parameters

string $path

Return Value

string

protectedvoid iteratorToFile(iterable$iterator,$stream)

Parameters

iterable $iterator
$stream

Return Value

void

protectedSMimePart convertMessageToSMimePart($stream,string$type,string$subtype)

Parameters

$stream
string $type
string $subtype

Return Value

SMimePart

protectediterable getStreamIterator($stream)

Parameters

$stream

Return Value

iterable