patch ea4b60e19dd0d98535541f44247b8821d9c16d06 Author: Enrique D. Bosch Date: Fri Sep 9 21:09:18 CEST 2016 * Add output for debugging (commented) diff -rN -u old-idlebiff/idlebiff new-idlebiff/idlebiff --- old-idlebiff/idlebiff 2024-05-18 23:18:22.207451275 +0200 +++ new-idlebiff/idlebiff 2024-05-18 23:18:22.207451275 +0200 @@ -222,6 +222,7 @@ proc imap_command { con com } \ { +# if [regexp {.*LOGIN.*} $com] {puts "C: LOGIN"} else {puts "C: $com"} if [ catch { puts -nonewline $con "$com\r\n" } ] \ { recon $con @@ -455,7 +456,11 @@ recon $con return -code error } \ - else { return $line } + else \ + { +# puts "S: $line" + return $line + } } proc parse_cert_subject sub \