Mercurial > projects > sievemgr
view NEWS @ 19:854167f55839
Fix SRV record lookup
Do not use a configuration file default value for port in order to detect when
it is not set by the user so that SRV record lookup is triggered.
Depend on version 0.8.1 of go.guido-berhoerster.org/managesieve which contains
an additional necessary fix.
author | Guido Berhoerster <guido+sievemgr@berhoerster.name> |
---|---|
date | Wed, 03 Feb 2021 13:34:44 +0100 |
parents | 5350d15a9100 |
children | 4c3afbe3a152 |
line wrap: on
line source
News ==== sievemgr 0.8.0 (2020-12-23T19:43:07+01:00) ------------------------------------------ - Put generated documentation under version control - Update dependencies - Switch to golang.org/x/term module - Add man subcommand to display the user manual - Add documentation - Add edit subcommand for interactive editing of a script - Add rename subcommand for renaming scripts on the server - Add checkspace subcommand for querying the server for sufficient space - Introduce configuration file where account information is specified - Add check subcommand for checking the script validity - Show warning messages in put output - Show server implementation in info output - Add README file - Initial revision