Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    1. Home
    2. Development
    3. WebApp & Plugins
    Statement about z-hub.io
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • robsie

      WebApp - Rocket.Chat Plugin
      • robsie

      14
      1
      Votes
      14
      Posts
      652
      Views

      robsie

      @onex-de said in WebApp - Rocket.Chat Plugin:

      Threema

      Would you like to use Threema in addition to Rocket.Chat?

    • Ott

      Memory consumption when moving many emails
      • Ott

      2
      0
      Votes
      2
      Posts
      86
      Views

      JungleMarc

      @ott I’ve experienced similar but on Outlook 2010, where deleting or moving lots of emails at once would hang my current session, but other users not affected while the operation running.

    • robsie

      Drag and drop elements and attachments
      • robsie

      18
      2
      Votes
      18
      Posts
      721
      Views

      pd_marko

      Hi @geri

      You were right, the problem is solved. We entered the IP address instead of the correct DNS name on some clients.
      After replacing the IP, everything is working as expected.

      Thanks for your help and merry christmas.

      kind regards,
      Marko

    • tiredofit

      php-kopano-smime Git repository?
      • tiredofit

      2
      0
      Votes
      2
      Posts
      79
      Views

      fbartels

      Hi @tiredofit,

      yes that is the same source we are using for our builds. But I am am not mistaken this package is no longer required in modern php versions.

    • sultansofswing

      files_admin.py not honoring SSL setting
      • sultansofswing

      2
      0
      Votes
      2
      Posts
      77
      Views

      sultansofswing

      For those facing the same problem: the script needs to be corrected. The ‘server_ssl’ setting works correct if it’s not passed as a string but rather as a Python boolean. Change Line 111

      "server_ssl": ssl,

      to

      "server_ssl": (ssl.lower() == 'true'),

      See you,
      sultansofswing.

    • robertwbrandt

      JSXC in a WebApp Plugin
      • robertwbrandt

      1
      0
      Votes
      1
      Posts
      856
      Views

      No one has replied