Hello!

Is there a way to disable all SASL based authentication when compiling
imap-2004a?

I'm trying to build a simple pop client which uses USER/PASS
authentication only. Currently, it (using src/c-client/pop3.c) defaults to
trying "AUTH CRAM-MD5" when it sees "SASL CRAM-MD5" included in the
response to the "CAPA" command.

Short of hacking pop3.c directly, is there a Makefile option I can change?
I have tried changing:

DEFAULTAUTHENTICATORS=md5 pla log

to

DEFAULTAUTHENTICATORS=

in src/osdep/unix/Makefile but then the compilation would fail.


Many Thanks,

N.
-- 
------------------------------------------------------------------
 For information about this mailing list, and its archives, see: 
 http://www.washington.edu/imap/c-client-list.html
------------------------------------------------------------------

Reply via email to