Releases: tikank/mailnagger
Mailnagger 2.3.1
Version 2.3.1 (2024-12-06)
Fixes
-
Fixed compatibility with Python 3.10. Using importlib.resources.abc package
requires importlib-resources, which contains backport for that. -
Fixed compatibility with Python 3.9. Too new type hints are now replaced
with Optional and Union types. -
Added missing package metadata and classifiers.
Mailnagger 2.3.0
Version 2.3.0 (2024-11-29)
Fixes
-
Replaced deprecated distutils with setuptools.
-
Fixed subject header truncation.
pulb/mailnag#252 -
Fixed some translatable texts.
New features
-
Added support to build source and wheel packages.
-
Added support to install Mailnagger to virtual env.
Mailnagger can now be installed with pipx. -
Added man pages to data files, so they are installed also.
-
Added Finnish translation.
Mailnagger 2.2.1
Mailnagger version 2.2.1 (2024-10-16)
-
Mailnag is forked. The name is changed to Mailnagger.
(#1) -
setup.py updated. Hacked it to support system wide installation.
-
Fixed unit tests (pulb/mailnag#250)
-
Fixed maildir bug about missing method
(pulb/mailnag#249 which fixes
pulb/mailnag#224) -
Merged Python 3.12 related issues
(pulb/mailnag#232 which fixes IMAP issues
pulb/mailnag#244 and
pulb/mailnag#245) -
Translation files updated. Not much actually changed but newest
gettext tools seems to reorder entries. -
Fixed Glib exception handling in conntest
(pulb/mailnag#220)