Use HTTPS URL in "This is a Kolab Groupware object [...]" text

Summary: In 2018 it should be save to use HTTPS in such a URL, given that HTTPS is unlikely to go away.

Reviewers: #roundcube_kolab_plugins_developers, mollekopf

Reviewed By: #roundcube_kolab_plugins_developers, mollekopf

Tags: #roundcube

Differential Revision: https://git.kolab.org/D647
This commit is contained in:
Aleksander Machniak 2023-09-21 15:33:33 +02:00
parent 83e4a3b92b
commit 1ee5a5fa0e

View file

@ -980,7 +980,7 @@ class kolab_storage_folder extends kolab_storage_folder_api
$mime->headers($headers);
$mime->setTXTBody("This is a Kolab Groupware object. "
. "To view this object you will need an email client that understands the Kolab Groupware format. "
. "For a list of such email clients please visit http://www.kolab.org/\n\n");
. "For a list of such email clients please visit https://www.kolab.org/\n\n");
$ctype = kolab_storage::$version == '2.0' ? $format->CTYPEv2 : $format->CTYPE;
// Convert new lines to \r\n, to wrokaround "NO Message contains bare newlines"