1pymailq - Simple mail queue management
2======================================
3
4Contact: Denis Pompilio (jawa) <denis.pompilio@gmail.com>
5https://github.com/outini/pymailq
6
7=== v0.9.0 07/09/2017 ===
8    * [bug] Fixing wrong usage for command inspect
9    * Auto-decoding encoded mail subjects
10    * Better encoding support for python2.7 and python3+
11    * Mail.show() method now display every mail headers
12    * Implementation of store auto loading
13    * Added Debian binary packages
14
15=== v0.8.0 28/08/2017 ===
16    * [bug] Fixing handling of modifiers completion
17    * [bug] Fixing parse_error message retention
18    * [bug] Fixing size selection error when using only maximum size
19    * Removing exception StoreNotLoaded
20    * Making 'cat_message' command dynamic in Mail objects
21    * Implementation of the "long" output format
22    * Implementation of mail queue summary
23    * Implementation of Mail.show() method
24    * Implementation of selection by queue IDs
25    * Improved unittests
26
27=== v0.7.0 24/08/2017 ===
28    * Support of configuration file
29
30=== v0.6.0 16/08/2017 ===
31    * Pqshell now have usage and options
32    * Pqshell can now show pymailq package version
33    * Pqshell can now be started in debug mode
34    * Improved shell completion with suggests and modifiers
35    * Implementation of the "mails by date" selector
36    * Reworked postsuper commands handling
37    * Better pep8 support
38    * Unit testing for python2.7 and python3
39    * Using code coverage
40
41=== v0.5.3 19/10/2014 ===
42    * Complete support for python2.7 and python3
43    * Project renamed to PyMailq
44
45=== v0.5.2 23/07/2014 ===
46    * Massive code updates for Python 3 support.
47    * Converted README to reSt format.
48    * Added CHANGES file for change tracking.
49    * Added mails queue loading from file for code tests and validation.
50    * Updated SPECS file for pyqueue v0.5.2
51    * Corrected shell behavior for better KeyboardInterrupt handling.
52    * Corrected debug display.
53
54=== v0.5.1 05/05/2014 ===
55    * Added examples in pqshell MAN page.
56    * Improved documentation generation.
57    * Corrected some typos in setup.py
58
59=== v0.5.0 05/05/2014 ===
60    * pyqueue Python module becomes Python package.
61    * Added pqshell for interactive queue management.
62    * Added SPECS file for RPM packaging. Thanks to Nils Ratusznik.
63    * Added MAN page for pqshell.
64    * Corrected setup.py to reflect module to package transition.
65    * Corrected setup.py to ship additionnal files.
66    * Corrected shell's subprocess errors handling.
67    * Updated code documentation.
68
69=== v0.4 30/04/2014 ===
70    * Added COPYRIGHT and LICENSE.
71    * Added code documentation.
72    * Added setup.py for Python packaging.
73    * Corrected mails queue load error handling.
74    * Corrected mails arrival_date handling.
75
76=== 26/04/2014 ===
77    * Initial release of pyqueue.
78