Kopano (software)

From Wikipedia the free encyclopedia

Kopano Groupware Core
Developer(s)Kopano BV
Stable release
8.7.25 / February 23, 2022 (2022-02-23)
Written inC++2014
Operating systemLinux, OpenBSD
TypeGroupware
LicenseAGPL-3
Websitekopano.com
Kopano WebApp
Developer(s)Kopano BV
Stable release
5.3.2 / May 25, 2023 (2023-05-25)
Written inPHP
Operating systemLinux, OpenBSD, Windows, Macintosh
LicenseAGPL-3
Kopano DeskApp
Developer(s)Kopano BV
Stable release
2.7 / May 8, 2020 (2020-05-08)
Written inC++
Operating systemLinux, Windows, Macintosh
LicenseAGPL-3
Kopano Outlook Extension
Developer(s)Kopano BV
Stable release
2.1 / November 8, 2019 (2019-11-08)
Written inC#
Operating systemWindows

Kopano is an open-source groupware application suite originally based on Zarafa. The initial version of Kopano Core (KC) was forked from the then-current release of (the open-source parts of) Zarafa Collaboration Platform, and superseded ZCP in terms of lineage as ZCP switched to maintenance mode with patches flowing from KC. Kopano WebApp similarly descended from Zarafa WebApp. Since October 2017, Kopano Core is also known more specifically as Kopano Groupware Core, since Kopano B.V. developed more products that were not directly requiring groupware components.

The original goal of ZCP was to be a replacement for Microsoft Exchange,[1] so that users could retain Outlook as a client application. While Kopano's business strategy has shifted towards providing a comprehensive office collaboration suite in its own right, Kopano Core supports connections from Outlook clients either via Z-push/ActiveSync, or the last Windows MAPI plugin from Zarafa.[2]

The Kopano Outlook Extension add-in for Outlook provides the Outlook functionality that ActiveSync alone doesn't support. This includes (for example) support for Out of Office or Public Folders. ActiveSync and Kopano Outlook Extension together are therefore able to fully integrate the Kopano backend within Outlook in a corporate environment.

WebApp plugins exist to perform advanced group tasks such as accessing cloud based storage solutions (e.g. owncloud / nextcloud), for integrated video conference (webmeetings) or for handling S/MIME email within WebApp.

A desktop application, DeskApp, is also available. This is the same look and feel as WebApp but integrates directly with the user's desktop and it is available for Windows, Linux or Mac.

All server-side components (Kopano Core) and WebApp are published under the Affero General Public License (AGPL).

Technology[edit]

Microsoft Outlook, as well as Kopano/Zarafa clients, uses MAPI at the source code level. So-called MAPI providers (essentially plugins) abstract and take care of the underlying transport mechanism. Kopano-server exposes its functionality over stream sockets and uses the HTTP protocol, with data being serialized using SOAP/XML. The commands sent in the XML data are specific to Kopano/Zarafa. Conversely, the Kopano MAPI provider implements this protocol on the client side. These HTTP connections can be secured with TLS/SSL and be proxied if desired.

Because Exchange instead uses MAPI/RPC on the wire, the stock Outlook connector for Exchange could not be used and traditionally required the Windows version of the Zarafa MAPI provider (a product that is proprietary and unsupported since 2016–04). Outlook versions 2013 and 2016, support ActiveSync, a protocol also used by many mobile clients, and by using the Z-push software on the server side, ActiveSync requests can be translated and such clients can effectively talk to a Kopano server as well.

Kopano Core generally stores its data in a MySQL-compatible database. Attachments can be saved on the filesystem, Amazon S3, or the database may be used to place chunked blobs. The server can get its user information from LDAP/Active Directory, Unix user accounts or the MySQL database. Additional gateways for the IMAP, POP3 and iCalendar/CalDAV protocols are provided.

Kopano WebApp (and DeskApp which is the equivalent stand-alone application) are full-featured applications which include support for mail, calendars, group calendars, public folders and many more functionalities. WebApp can be integrated with many plugins which can be added to the installation. Kopano provides several plugins such as Files (cloud and storage access within WebApp), WebMeetings (video conference) and S/MIME (which allows reading and sending encrypted email).

Any developer can, however, write additional plugins using the WebApp plugin API.

Edition[edit]

Kopano is available as a freely downloadable community edition. The community edition gives the users access to the main branch builds which includes the very latest code as overnight builds. The Kopano community edition includes all the advanced and premium features such as WebMeetings (Video Conferencing), Kopano Files (cloud storage access) and the S/MIME plugin (which allows sending or receiving encrypted email).

Kopano is also available as a paid-for product where official Kopano QA tested releases are provided and supported directly by Kopano.

Kopano was briefly available in a few Linux distributions. The package in e.g. Debian saw its last update in 2020/Q1, and openSUSE removed it in 2021/Q1 following build failures with contemporary toolchains.

Version history[edit]


See also[edit]

References[edit]

  1. ^ Asay, Matt. (2008-09-28) Zarafa: Open-source e-mail gets competitive | The Open Road - CNET News. News.cnet.com. Retrieved on 2013-07-17. Archived October 24, 2012, at the Wayback Machine
  2. ^ Zarafa to discontinue Outlook support, Zarafa Forum (2015-01-16) [1] Archived 2016-03-04 at the Wayback Machine. forums.zarafa.com. Retrieved on 2015-04-12

External links[edit]