nextcloud-server/lib/private/Mail
Carl Schwan 9b8ca9ad1f
Move findBinaryFinder and isFunctionEnabled away from OC_Helper
findBinaryFinder is now a service that is still private but with some
minor optimization (remove the hasKey check).

isFunctionEnabled is now in OCP\Util

Both function are still keep but all internal usage in nextcloud/server
were migrated to the new usage, so that we can remove it in 26

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-23 19:44:04 +07:00
..
Attachment.php Update php licenses 2021-06-04 22:02:41 +07:00
EMailTemplate.php Use {$var} instead of ${var} for PHP 8.2 compatibility 2022-06-14 15:12:28 +07:00
Mailer.php Move findBinaryFinder and isFunctionEnabled away from OC_Helper 2022-08-23 19:44:04 +07:00
Message.php Update php licenses 2021-06-04 22:02:41 +07:00