Skip to content

Tags: bovender/imapcli

Tags

v3.1.0

Toggle v3.1.0's commit message
Version 3.1.0

Changed

- Increase resilience against IMAP errors. Added an option `--[no-]skip-errors`, which
  is enabled by default, but can be disabled to error out on IMAP folder errors.

v3.0.1

Toggle v3.0.1's commit message
Version 3.0.1

Changed

- Updated dependencies.

Fixed

- Docker image now works again for real (finally fixes #10?).

v3.0.0

Toggle v3.0.0's commit message
Version 3.0.0

Changed

 - **BREAKING:** Removed the `-v`/`--verbose` switch which was not functional
   anyway and added a new option `-O`/`--log-output` flag to write IMAP responses
   to a file in JSON format.

v2.1.0

Toggle v2.1.0's commit message
Version 2.1.0

Added

- New command-line flag `-l`/`--limit` to limit the statistics output to
  a given number of mailboxes (folders).

v2.0.1

Toggle v2.0.1's commit message
Version 2.0.1

Fixed

- Do not crash with empty IMAP mailboxes.

v2.0.0

Toggle v2.0.0's commit message
Version 2.0.0

Added

- `stats` command: Added new option switch `-H`/`--human`.
- `stats` command: Added new option switch `--reverse` to 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`/`--human` switch to convert byte
  counts to SI-prefixed numbers.
- **BREAKING:** The sort properties `q1` and `q3` have been renamed to `q1_size`
  and `q3_size`.
- Output: Draw table borders in blue for better visual separation.
- Output: Draw a separator line above the 'total' row.
- Updated dependencies.

Fixed

- `stats` command: 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 `-O` switch to reverse the sort order as it did not
  work as intended

rm

Toggle rm's commit message
Prepare version 2.0.0.

v1.0.7

Toggle v1.0.7's commit message

Verified

This commit was signed with the committer’s verified signature.
bovender Daniel Kraus
Git-ignore built gems.

b74af7e

Toggle b74af7e's commit message

Verified

This tag was signed with the committer’s verified signature.
bovender Daniel Kraus
Version 1.0.7

- Update dependencies.

v1.0.6

Toggle v1.0.6's commit message

Verified

This tag was signed with the committer’s verified signature.
bovender Daniel Kraus
Version 1.0.6

- Fix Docker build.