tis-zimbra-desktop icon

Zimbra Desktop

Silent install package for Zimbra Desktop

4.45.0-1

  • package: tis-zimbra-desktop
  • name: Zimbra Desktop
  • version: 4.45.0-1
  • categories: Messaging
  • maintainer: WAPT Team,Tranquil IT,Amel FRADJ
  • licence: opensource_free,wapt_private
  • target_os: windows
  • architecture: x64
  • signature_date:
  • size: 99.78 Mo

package           : tis-zimbra-desktop
version           : 4.45.0-1
architecture      : x64
section           : base
priority          : optional
name              : Zimbra Desktop
categories        : Messaging
maintainer        : WAPT Team,Tranquil IT,Amel FRADJ
description       : The Zimbra Desktop client lets you manage your various e-mail accounts in a single desktop tool. You can store and synchronize e-mails, calendars, contacts, files and documents between the servers and your computer, making them accessible locally when you're working offline
depends           : 
conflicts         : 
maturity          : PROD
locale            : 
target_os         : windows
min_wapt_version  : 2.3
sources           : 
installed_size    : 
impacted_process  : 
description_fr    : Le client Zimbra Desktop vous permet de gérer vos différents comptes de messagerie dans un seul outil de bureau. Vous pouvez stocker et synchroniser vos e-mails, calendriers, contacts, fichiers et documents entre les serveurs et votre ordinateur, les rendant ainsi accessibles localement lorsque vous travaillez hors ligne
description_pl    : Klient Zimbra Desktop umożliwia zarządzanie różnymi kontami e-mail w jednym narzędziu desktopowym. Możesz przechowywać i synchronizować swoje wiadomości e-mail, kalendarze, kontakty, pliki i dokumenty między serwerami a komputerem, dzięki czemu są one dostępne lokalnie, gdy pracujesz w trybie offline
description_de    : Mit dem Zimbra Desktop Client können Sie Ihre verschiedenen E-Mail-Konten in einem einzigen Desktop-Tool verwalten. Sie können Ihre E-Mails, Kalender, Kontakte, Dateien und Dokumente zwischen den Servern und Ihrem Computer speichern und synchronisieren, sodass Sie lokal darauf zugreifen können, wenn Sie offline arbeiten
description_es    : El cliente Zimbra Desktop te permite gestionar tus diferentes cuentas de correo electrónico en una única herramienta de escritorio. Puedes almacenar y sincronizar tus correos electrónicos, calendarios, contactos, archivos y documentos entre los servidores y tu ordenador, haciéndolos accesibles localmente cuando trabajes sin conexión
description_pt    : O cliente Zimbra Desktop permite-lhe gerir as suas diferentes contas de e-mail numa única ferramenta de desktop. Pode armazenar e sincronizar os seus e-mails, calendários, contactos, ficheiros e documentos entre os servidores e o seu computador, tornando-os acessíveis localmente quando estiver a trabalhar offline
description_it    : Il client Zimbra Desktop consente di gestire i diversi account di posta elettronica in un unico strumento desktop. È possibile archiviare e sincronizzare e-mail, calendari, contatti, file e documenti tra i server e il computer, rendendoli accessibili localmente quando si lavora offline
description_nl    : Met de Zimbra Desktop client kun je je verschillende e-mailaccounts beheren met één desktopprogramma. Je kunt je e-mails, agenda's, contactpersonen, bestanden en documenten opslaan en synchroniseren tussen de servers en je computer, zodat ze lokaal toegankelijk zijn als je offline werkt
description_ru    : Клиент Zimbra Desktop позволяет управлять различными учетными записями электронной почты в едином настольном инструменте. Вы можете хранить и синхронизировать электронную почту, календари, контакты, файлы и документы между серверами и вашим компьютером, делая их доступными локально, когда вы работаете в автономном режиме
audit_schedule    : 
editor            : 
keywords          : 
licence           : opensource_free,wapt_private
homepage          : 
package_uuid      : a1860065-321a-4c00-8fd6-6dcccb921f2b
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 
max_os_version    : 
icon_sha256sum    : ad693fd4a9b9f2e5a305d11c9655e1d582893a9bdc1f424c1f4f2cc02e7fb3dd
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date    : 2025-05-20T09:08:43.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature         : pbDcUSnYKRGbzDb4UdmcvGwpJGTAioWNS3sgByHQa0Je+TICCi2AjTzUdnL45QDTq/EReu/9votDMYEpsrmlz8Gs1wzSd0XzDx5whkmzIEG3r96a2uq2a7J8ylwW/iFl39YBqh2qiaoJHWmHgRgOZJ2Lugjkz9uLG9NItaWrozEFfFhCq+Efn49oDrEKhEVD2GMYqW00sLFoyEfT8M1E+d7ga8rDIl1vdLwZ/lliusMh0nAos4xQg3jseRSRoOlGjqck6x00yEMetodWo/7qXksLl7zFYyANzb2bK9U1jJwgpLGnUolH1/G+kLicy/dd6YA6uzI/3F4hRbVgwZ8TZw==

# -*- coding: utf-8 -*-
from setuphelpers import *

r"""
Usable WAPT package functions: install(), uninstall(), session_setup(), audit(), update_package()

"""
# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global variables are not persistent between calls


def install():
    # Declaring local variables
    bin_name = glob.glob("Zimbra_Desktop_*.exe")[0]
    # Installing the software

    install_exe_if_needed(
        bin_name,
        silentflags="/S",
        key="d85eacfc-3a29-59f4-97de-6a00365a103f",
        min_version=control.get_software_version(),
    )


# -*- coding: utf-8 -*-
from setuphelpers import *
from setupdevhelpers import *
import glob




def update_package():
    # Declaring local variables
    package_updated = False
    
    proxies = get_proxies_from_wapt_console()
    if not proxies:
        proxies = get_proxies()

  
    url_base = "https://www.zimbra.com/zimbra-desktop-download/"
    response = requests.get(url_base,allow_redirects=True, proxies=proxies)
    # Extract the correct div using bs_find_all
    divs = bs_find_all(response.text, "tr", proxies=proxies)
    exe_file = None
    for div in divs:
        if exe_file:
            break
        links = div.find_all('a', href=True)
        for link in links:
            if link['href'].endswith('.exe'):
                href = link['href']
                exe_file = href
                download_url = exe_file
                latest_bin = exe_file.split('/')[-1]
                version = download_url.split('/')[-2]
                break


    # Downloading latest binaries
    print("Download URL is: %s" % download_url)
    if not isfile(latest_bin):
        print("Downloading: %s" % latest_bin)
        wget(download_url, latest_bin, proxies=proxies)
        package_updated = True
    else:
        print("Binary is present: %s" % latest_bin)


    # Deleting outdated binaries
    for f in glob.glob('*.zip'):
        if f != latest_bin:
            remove_file(f)

      
    version = get_version_from_binary(latest_bin)
    # Mettre à jour le package
    control.set_software_version(version)
    control.save_control_to_wapt()    
        

38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
91ca32f012ecf6b6473c341e1fc683f2acde8ebace83f3a690f303e1b10c094a : WAPT/control
ad693fd4a9b9f2e5a305d11c9655e1d582893a9bdc1f424c1f4f2cc02e7fb3dd : WAPT/icon.png
715a2a5dcb355435c653e1c5df0ec64448f5b6e1ae2203976a867400c8268646 : Zimbra_Desktop_4.45.0_8e5331bdc_20250429110645.exe
38d0b379b656896aace5f4c71389bf9a831d1140f537f259ae188f0857ebf929 : luti.json
c651e61ea8467a6282d46056ccde184b618148781c178431caef84c9c9506fe5 : setup.py
dc6832b9c8455ba3f6a191cd452df6400ab9fd250a4eae2d231df0133c61c4c0 : update_package.py