Releases: bovender/imapcli
Releases · bovender/imapcli
Version 3.0.1
Version 3.0.0
Changed
- BREAKING: Removed the
-v/--verboseswitch which was not functional
anyway and added a new option-O/--log-outputflag to write IMAP responses
to a file in JSON format.
Version 2.1.0
Added
- New command-line flag
-l/--limitto limit the statistics output to
a given number of mailboxes (folders).
Version 2.0.1
Fixed
- Do not crash with empty IMAP mailboxes.
Version 2.0.0
Added
statscommand: Added new option switch-H/--human.statscommand: Added new option switch--reverseto reverse the sort
order.
Changed
- BREAKING: Message sizes are now output in bytes by default. This also
applies to CSV output. Use the new-H/--humanswitch to convert byte
counts to SI-prefixed numbers. - BREAKING: The sort properties
q1andq3have been renamed toq1_size
andq3_size. - Output: Draw table borders in blue for better visual separation.
- Output: Draw a separator line above the 'total' row.
- Updated dependencies.
Fixed
statscommand: Sort did not work at all.- Do not crash when collecting stats for mailboxes with a very large number of
messages. Closes Github issue #8.
Removed
- BREAKING: Removed the
-Oswitch to reverse the sort order as it did not
work as intended
Version 1.0.7
- Updated dependencies.
Version 1.0.5
- Update bundle to address CVE-2018-1000201.
Version 1.0.0
Initial working release.