Difference between revisions of "Mailutils-3"

From Mailutils
Jump to navigationJump to search
(New version)
 
Line 11: Line 11:
 
=== Releases ===
 
=== Releases ===
  
 +
* [http://ftp.gnu.org/gnu/mailutils/mailutils-3.14.tar.gz Version 3.14], released on January 2, 2022
 
* [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.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.12.tar.gz Version 3.12], released on February 13, 2021

Latest revision as of 09:15, 2 January 2022

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