Difference between revisions of "Mailutils-3"

From Mailutils
Jump to navigationJump to search
m
(5 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
=== Releases ===
 
=== Releases ===
  
 +
* [http://ftp.gnu.org/gnu/mailutils/mailutils-3.13.tar.gz Version 3.13], released on August 5, 2021
 +
* [http://ftp.gnu.org/gnu/mailutils/mailutils-3.12.tar.gz Version 3.12], released on February 13, 2021
 +
* [http://ftp.gnu.org/gnu/mailutils/mailutils-3.11.1.tar.gz Version 3.11.1], released on January 5, 2021
 +
* [http://ftp.gnu.org/gnu/mailutils/mailutils-3.11.tar.gz Version 3.11], released on December 23, 2020
 +
* [http://ftp.gnu.org/gnu/mailutils/mailutils-3.10.tar.gz Version 3.10], released on August 14, 2020
 +
* [http://ftp.gnu.org/gnu/mailutils/mailutils-3.9.tar.gz Version 3.9], released on March 13, 2020
 +
* [http://ftp.gnu.org/gnu/mailutils/mailutils-3.8.tar.gz Version 3.8], released on November 6, 2019
 +
* [http://ftp.gnu.org/gnu/mailutils/mailutils-3.7.tar.gz Version 3.7], released on June 21, 2019
 +
* [http://ftp.gnu.org/gnu/mailutils/mailutils-3.6.tar.gz Version 3.6], released on February 23, 2019
 +
* [http://ftp.gnu.org/gnu/mailutils/mailutils-3.5.tar.gz Version 3.5], released on October 27, 2018
 +
* [http://ftp.gnu.org/gnu/mailutils/mailutils-3.4.tar.gz Version 3.4], released on December 2, 2017
 +
* [http://ftp.gnu.org/gnu/mailutils/mailutils-3.3.tar.gz Version 3.3], released on October 18, 2017
 
* [http://ftp.gnu.org/gnu/mailutils/mailutils-3.2.tar.gz Version 3.2], released on March 11, 2017
 
* [http://ftp.gnu.org/gnu/mailutils/mailutils-3.2.tar.gz Version 3.2], released on March 11, 2017
 
* [http://ftp.gnu.org/gnu/mailutils/mailutils-3.1.1.tar.gz Version 3.1.1], released on December 15, 2016
 
* [http://ftp.gnu.org/gnu/mailutils/mailutils-3.1.1.tar.gz Version 3.1.1], released on December 15, 2016

Revision as of 11:40, 5 August 2021

The branch 3.X of GNU mailutils fixed the following deficiences found in versions 2.X:

  • Provide a consistent and effective interface for stream I/O.
  • Reorganize the codebase to use streams API, thereby improving performance.
  • Rewrite the filter API to improve its performance and to allow for easy creation and chaining of filters.
  • Improve logging and debugging support.
  • Provide API for word splitting and variable substitution instead of the obsolete argcv module.
  • Rewrite the client support for IMAP4.
  • Provide an extensive testsuite for Mailutils API as well as for the particular applications (in 2.X, the testcases were based on DejaGNU and were mostly non-portable).

Releases