Our self-contained roundcubemail package is indeed missing an explicit conflict with the roundcubemail-plugins-kolab meta-package; conflicts with the individual plugin packages are not sufficient. This will be fixed by https://obs.kolabsys.com/request/show/3262.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jan 7 2024
The broken install dependency kolab-webclient -> roundcubemail-plugins-kolab should be fixed by https://obs.kolabsys.com/request/show/3262, which is currently under review.
Superseded by https://obs.kolabsys.com/request/show/3262, which includes an additional fix for the upgrade path by adding a conflict with roundcubemail-plugins-kolab.
Jan 3 2024
Seems to be fixed by D3692 and rPbd3a9e74745461089d7afc4e51a39c21958907bf.
Fixed by D3851.
Judging by the last comment, it looks like this has been fixed. Closing as Resolved; please reopen if I'm mistaken.
Spam link removed from original post.
Patch submitted as D4625.
Fix proposed in https://obs.kolabsys.com/request/show/3261. @machniak, @mollekopf, could you please take a look and push it through to Kolab:16 if it's okay?
Nov 12 2023
Fixed.
Nov 5 2023
Nov 4 2023
Nov 1 2023
Oct 18 2023
Oct 16 2023
Oct 15 2023
This is no longer an issue on Debian 10 with the upgrade of roundcubemail to 1:1.5.4.11-1~kolab1 and roundcubemail-plugins-kolab to 1:3.5.11-0~kolab1. The context menu is back and I am super grateful.
Oct 10 2023
Any further Developments here?
Oct 7 2023
Oct 6 2023
Oct 1 2023
Very old.
Old. Not enough info.
Sep 29 2023
Sep 28 2023
Packaged and released in 1.5.4.11
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