Updated SenderInterface. Finished GnokiiSender

Testing is still needed.
This commit is contained in:
Gergely Polonkai (W00d5t0ck)
2012-10-08 13:00:27 +02:00
parent 7937536989
commit 883bff620b
3 changed files with 54 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ class FileSender implements SenderInterface
return $this->logger;
}
public function send($username, $recipient, $message, $passwordLocations)
public function send($username, $recipient, $message, array $passwordLocations)
{
$rcptDir = $this->messageDir . '/' . $recipient;