<?php
declare(strict_types=1);
namespace FecaMailshots\Application;
interface ImapAppender
{
/** @param array<string, mixed> $credentials */
public function appendSent(array $credentials, string $rawMime, string $attemptId): void;
}
Powered by TurnKey Linux.