- Fixes
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Oct 27 2023
Oct 24 2023
Oct 23 2023
@mollekopf After this commit (and composer update to make sure we're up to date), I see these phpstan warnings. So, this needs to be reverted.
Oct 20 2023
Oct 19 2023
Oct 18 2023
Oct 17 2023
Oct 16 2023
Oct 1 2023
Very old.
Old. Not enough info.
Sep 27 2023
On PHP >= 7.3 we're not using the cli tool at all now. So, this shouldn't be a problem with recent installations.
SPAM.
It does not make sense to me.
No feedback.
Latest roundcubemail package on Ubuntu 18.04 is 1.5.4.7-1~kolab1_all.deb, which as far as I can see has Net_SMTP in version 1.10.1 built-in. So, all should be ok, but I don't have Ubuntu system to verify on.
Anything different with Cyrus IMAP v3?
@mollekopf, imap.user_mailbox_create() returns False on error.
Duplicate of T6196.
Works for me.
Duplicate of T6688.
Not enough info.
Works for me.
I think it is better to pass the invitation to Inbox for manual processing.
Sharing is not possible with the database driver. The label has been fixed in git.
Sounds to me like a client issue. We would need more info, including debug logs from syncroton.
This specific issue may be fixed with:
--- a/pykolab/setup/setup_roundcube.py +++ b/pykolab/setup/setup_roundcube.py @@ -26,10 +26,11 @@ import hashlib import os import random import re +import six import subprocess import sys import time -import six +import urllib.parse
It looks to me it's rather CentOS7 issue. And it's old.
Sep 26 2023
ActiveSync protocol limits photo size to 48KB (of base64 encoded string)
The module uses find_recipient() method which searches the user in LDAP. So, you need to have 'alias' in mail_attributes setting. This however is not all. Without changes to the module you can't use different signatures for aliases and main address.
This is a bug in some of our extra patches. The function asciiwords() in program/lib/Roundcube/bootstrap.php has an added if statement that causes the issue. I suppose it was meant to fix PHP8 warning, but it is wrong. The function code from git-master works all right. https://github.com/roundcube/roundcubemail/blob/20447fa962cfc54ac3fe0616b1b5abc3258372e9/program/lib/Roundcube/bootstrap.php#L326
Confirmed with the most recent package on Alma Linux 9.
Old.
Not enough info. Guam works for me.
This is old.
- Comment out imap:cleanup in schedule
Patch merged.
This can be found in preinst and postinst scripts and should be copied to prerm script.
reload_apache()
{
if apache2ctl configtest 2>/dev/null; then
invoke-rc.d apache2 $1 || true
else
echo "Your apache2 configuration is broken, so we're not restarting it for you."
fi
}