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:
parent
83e4a3b92b
commit
1ee5a5fa0e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue