rp

simple email tools
git clone https://git.parazyd.org/rp
Log | Files | Refs | README | LICENSE

commit b902acccd1e4deaa8bcd6371873ad145ff1dfcd7
parent 4affe43efe7e2e5c82457441b8e0a6e4a169dcdd
Author: parazyd <parazyd@dyne.org>
Date:   Sun,  4 Mar 2018 16:55:34 +0100

Add a connection info message in rpsync.

Diffstat:
Mbin/rpsync | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/bin/rpsync b/bin/rpsync @@ -54,6 +54,8 @@ def main(): else: imap = IMAP4(host=rhost, port=rport) + print(" * connecting to %s:%s" % (rhost, rport)) + if dryrun: print(" * dry run enabled") data = imap.login(config['ruser'], config['rpass']) data = imap.list()