MeIchthys
MeIchthys
@JuliaKirschenheuter Which version are you testing against? I'm on ` 2.0.0-rc.1` and I don't see anything in the browser console. I do see the following in the nextcloud logs: ```...
@st3iny I'm using zoho: imappro.zoho.com Here's the diagnostics: ''' IMAP capabilities:- ACL- AUTH- CHILDREN- CONDSTORE- ESEARCH- ID- IDLE- IMAP4REV1- LIST-EXTENDED- LIST-STATUS- LITERAL-- MOVE- NAMESPACE- SASL-IR- UIDPLUS- UNSELECT- WITHIN- XLISTAccount has...
@st3iny Is there a specific IMAP capability that is required for this to work? It works on the default mail app on my phone, but not in nextcloud mail :/...
> Are the messages marked as read in other clients? Yes it works fine in thunderbird.
@miaulalala Here's the contents around line 108 in `/var/www/nextcloud/apps/mail/lib/AddressList.php`: ``` #[ReturnTypeWillChange] public function jsonSerialize() { return array_map(function (Address $address) { return $address->jsonSerialize(); }, $this->addresses); } /** * @return int */...
Also relevant in Dark Mode: 
For me, the issue only seems to be apparent in the "Edit Tags" dialog, not on the email itself.
IMO, I think using the Organizer attribute would be a good option. This way we would be able to see who the owner/organizer is even when using a client that...
What method did you use to install the 2.0 version?
So you also running the nextcloud server beta?