Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
General Discussion / Contact View -> show of company field
« Last post by reinerslicht on April 05, 2024, 07:09:42 AM »
Hi there, I just want to use roundcube as a mini-adressbook.
is there a possibility to show an added field "company" in the contact overview?
thx RL
32
Hello Roundcube community,

We're integrating Roundcube as a webmail solution alongside our existing email platform. While email syncing via IMAP/SMTP works fine, we're struggling to sync contacts and calendars. Our platform supports CardDAV and CalDAV, and we're looking for guidance to implement this in Roundcube.

Could anyone share insights or point us towards resources on:

- Confirming Roundcube's compatibility with CardDAV/CalDAV for contact and calendar syncing.
- Steps or plugins required for this setup.
- Any potential challenges and how to overcome them.

Appreciate any help or suggestions you can offer!
33
API Based Plugins / Re: CardDAV 4.4.4 - Add new addressbook error
« Last post by andreashaerter on April 04, 2024, 11:38:39 AM »
I guess one needs more information to help you out:

34
General Discussion / When I forward an email with links, the links are lost
« Last post by D21 on April 04, 2024, 08:32:44 AM »
When I want to forward an email with links, the links are lost.
35
Pending Issues / Re: Losing user data when changing username_domain
« Last post by cneilley on April 04, 2024, 08:19:42 AM »
To change the domain used for the user's default identity you want to change the `mail_domain` config option.

`username_domain` is used for login only and the mail_host field in the database is populated based on `imap_host`

This was the answer, thank you.
36
API Based Plugins / CardDAV 4.4.4 - Add new addressbook error
« Last post by andreip on April 04, 2024, 05:29:36 AM »
Hi,
When trying to add a new addressbook I get this error and I can't find anything about it: "Could not determine the addressbook home".
To test, I set up the same URL in the PeopleSync Android Client and it works fine.
Version of Roundcube is 1.6.0.
Thank you.
37
Pending Issues / Re: Trying to get Roundcube Identity via AD connection
« Last post by andreashaerter on April 02, 2024, 09:26:50 PM »
Hey Stuckbert,

as I posted before, I had the same need for such a plugin and tried the same as you without success. Therefore we developed a new plugin which should do what you need, see https://www.roundcubeforum.net/index.php/topic,30846.0.html.

TL;DR:
38
Hi, we just released a new Roundcube plugin to automatically populate and maintain user identities on each login[/b], based on corresponding LDAP or Active Directory user data.

I hope this is also useful for somebody else, we use it for our email stack to get rid of Exchange, so no one-man-show and there will be proper maintenance in the future.


This hopefully provides all an admin needs, including fallback values for missing fields etc..

Small example: A user with the following Active Directory data



and a signature template set to

Code: (php) [Select]
$config['identity_from_directory_signature_template_html'] = '
<p>
    Kind regards<br />
    <strong>%name_html%</strong><br />
    %organization_html%
</p>
<p>
    mailto: <a href="mailto:%email_html%">%email_html%</a><br />
    phone: <a href="tel:%phone_url%">%phone_html%</a><br />
    fax: <a href="tel:%fax_url%">%fax_html%</a><br />
    web: <a href="%website_html%">%website_html%</a>
</p>';

would result in the following Roundcube identities after the user login:


39
API Based Plugins / Re: Calendar plugin recommendation
« Last post by andreashaerter on April 02, 2024, 09:07:15 PM »
Do not use these outdated plugins, they are all broken and/or unmaintained.

However, the active and well maintained https://git.kolab.org/diffusion/RPK/browse/master/plugins/calendar/ works perfectly fine with SabreDAV / Nextcloud and DAViCal with a little patch of kolab_dav_client.php. They only have a small error in URL parsing, leading to line-break-chars in different parts of the URL, so the request sent to the server are send wrongly. This is the only thing preventing the plugin to properly communicate with most CalDAV servers. I am going to prepare an upstream patch as well as a blog posting about the setup within the next days.
40
Pending Issues / Re: Losing user data when changing username_domain
« Last post by JohnDoh on April 02, 2024, 03:56:29 PM »
To change the domain used for the user's default identity you want to change the `mail_domain` config option.

`username_domain` is used for login only and the mail_host field in the database is populated based on `imap_host`
Pages: 1 2 3 [4] 5 6 ... 10