Hello,
I am using Roundcube Webmail 1.1.4, how to check the logged in users in Roundcube mail.
Thanks in Advance!
There is a last login time in the database. You could write some SQL to fetch that.
Or you could deal with the IMAP server and or its logs to see when someone last logged in or appears connected. E.g. doveadm who for Dovecot.
Many thanks for the help!!