fetchmail-friends
[Top] [All Lists]

Re: [fetchmail] Why is APOP a protocol and not an authentication mechanism?

2003-08-06 16:22:25
Kee Hinckley <nazgul(_at_)somewhere(_dot_)com>:
Can anyone see any problems (which is to say, would it be accepted) 
if I generated a patch that allowed specifying APOP as an 
authentication?  I wouldn't change the protocol option at all, so 
nothing would change in that behavior.

The only behavioral changes would be:
      protocol POP3 and auth APOP would work
and
      protocol POP3 and auth ANY would try APOP (if it is supported)
      immediately after trying CRAM-MD5

The reason is that I'm trying to automatically find the most secure 
method to connect to someone's POP3 server, and it's currently not 
possible to do that by using AUTH any, because on many servers it 
will fall back to password even though it could have done APOP.

Comments?

I'll take such a patch, if it's clean and tests out well.
-- 
                <a href="http://www.catb.org/~esr/";>Eric S. Raymond</a>