Methods | ||
---|---|---|
public
static
|
NewInstance(Response $oImapResponse): FetchResponse
|
# |
public
|
GetEnvelope(bool $bForce = false): array|null
|
# |
public
|
GetFetchEnvelopeValue(int $iIndex, mixed $mNullResult): mixed
|
# |
public
|
GetFetchEnvelopeEmailCollection(int $iIndex, string $sParentCharset = Charset::ISO_8859_1): EmailCollection|null
|
# |
public
|
GetFetchBodyStructure(string $sRfc822SubMimeIndex = ''): BodyStructure|null
|
# |
public
|
GetFetchValue(string $sFetchItemName): mixed
|
# |
public
|
GetHeaderFieldsValue(string $sRfc822SubMimeIndex = ''): string
|
# |
public
static
|
IsValidFetchImapResponse(Response $oImapResponse): bool
|
# |
public
static
|
IsNotEmptyFetchImapResponse(Response $oImapResponse): bool
|
# |