@@ -73,6 +73,9 @@ |
||
73 | 73 | return count((array)$message->getTo()) + count((array)$message->getCc()) + count((array)$message->getBcc()); |
74 | 74 | } |
75 | 75 | |
76 | + /** |
|
77 | + * @param string $email |
|
78 | + */ |
|
76 | 79 | public static function getEmails($email) { |
77 | 80 | $filepath = FLOW_PATH_DATA . '/Messages/'; |
78 | 81 | $mailboxPath = $filepath . '/' . $email . '/'; |