GetMailServiceInterface
interface GetMailServiceInterface
Interface for the GetMailService class.
Methods
array
generateMailList(array $mailData, string $type = 'page')
Generate a rendered list of emails.
array|bool
getMail(int $limit = 10, array $fields = [])
Get the users mails.
array|bool
getUnreadMail(int $limit = 5, array $fields = [])
Get the users unread mails.
Details
at line 55
array
generateMailList(array $mailData, string $type = 'page')
Generate a rendered list of emails.
at line 25
array|bool
getMail(int $limit = 10, array $fields = [])
Get the users mails.
at line 42
array|bool
getUnreadMail(int $limit = 5, array $fields = [])
Get the users unread mails.