diff --git a/src/Fetch/Server.php b/src/Fetch/Server.php index 8dffa6f..379d9f2 100644 --- a/src/Fetch/Server.php +++ b/src/Fetch/Server.php @@ -371,6 +371,12 @@ class Server return $messages; } + /** + * Returns the requested email or false if it is not found. + * + * @param int $uid + * @return Message|bool + */ public function getMessageByUid($uid) { try {