Gibt's (außer zcore), braucht halt nur http_log_level=6,http_debug=2, imap.cfg:imap_log_level=6, …
$ git grep -ie login.succ
exch/http/http_parser.cpp: pcontext->log(LV_DEBUG, "login success");
mra/imap/imap_cmd_parser.cpp: imap_parser_log_info(pcontext, LV_DEBUG, "login success");
mra/imap/imap_cmd_parser.cpp: imap_parser_log_info(pcontext, LV_DEBUG, "login success");
mra/pop3/pop3_cmd_handler.cpp: pop3_parser_log_info(pcontext, LV_DEBUG, "login success");
Gerade HTTP hat aber die Tendenz, superviel zu spammen, weil jeder Request einzeln authentifiziert werden kann.