From automx2 at seichter.de Fri Apr 2 18:28:10 2021 From: automx2 at seichter.de (Ralph Seichter) Date: Fri, 02 Apr 2021 18:28:10 +0200 Subject: Announcing automx2 release 2021.3 Message-ID: <87a6qgodlx.fsf@wedjat.horus-it.com> Release 2021.3 is now available via https://pypi.org/project/automx2/ . It introduces CalDAV and CardDAV server support via the Autodiscover generator (an extension specifically tailored to eM Client). As this release adds two tables to the database model, you need to either update the exsting DB structure using Alembic, keeping existing data, or by creating a new database (you can export and later re-import existing data). Please see the documentation at https://rseichter.github.io/automx2/ for details on both methods. On the administrative side of things, automx2 has moved from GitLab to GitHub a month ago, which I forgot to mention earlier. The root URL of the project is https://github.com/rseichter/automx2 . -Ralph From automx2 at seichter.de Tue Apr 20 21:38:40 2021 From: automx2 at seichter.de (Ralph Seichter) Date: Tue, 20 Apr 2021 21:38:40 +0200 Subject: Announcing automx2 release 2021.4 Message-ID: <87bla87nlr.fsf@wedjat.horus-it.com> Release 2021.4 fixes an issue in the Autodiscover config generator by changing the data source for the SSL response element (reported by Ian McMichael). Additionally, the AuthRequired element which always returned "on" in previous releases was dropped, because "on" is the default value anyway if the element is absent. See also: https://rseichter.github.io/automx2/ https://pypi.org/project/automx2/ -Ralph