Documentation

HttpClientInterface
in

Http client interface

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
4.0.0

Table of Contents

Methods

getAttachment()  : mixed
Get message attachment
getAttachments()  : mixed
Get message attachments
getMessage()  : mixed
Get messages
getMessages()  : mixed
Get messages
markAsRead()  : HttpClientInterface
Mark message as read
markAsUnread()  : HttpClientInterface
Mark message as unread

Methods

getAttachment()

Get message attachment

public getAttachment(string $messageId, string $attachmentId[, string $folder = 'Inbox' ]) : mixed
Parameters
$messageId : string
$attachmentId : string
$folder : string = 'Inbox'
Tags
throws
Exception|Exception|Exception|Exception

getMessages()

Get messages

public getMessages([string $folder = 'Inbox' ][, array<string|int, mixed> $search = [] ][, int $limit = 10 ]) : mixed
Parameters
$folder : string = 'Inbox'
$search : array<string|int, mixed> = []
$limit : int = 10
Tags
throws
Exception|Exception|Exception|Exception

        
On this page

Search results