1 Jul
2004
1 Jul
'04
4 p.m.
On Thu, 2004-07-01 at 13:30, Andrey Panin wrote:
this patch add APOP authentication mechanism to dovecot 1.0-test23. Please take a look.
Thanks, looks pretty good to me. I'll just change a few coding style issues. Also:
if (strcmp(auth_request->protocol, "POP3")) {
if (verbose)
i_info("apop(%s): wrong protocol %s", get_log_prefix(auth_request),
auth_request->protocol);
mech_auth_finish(auth_request, NULL, 0, FALSE);
return TRUE;
}
I don't think there's really any point in checking this? Maybe someone really wants to use APOP with another protocol :)