Aditya Garg <gargaditya08@xxxxxxxx> writes: > + if (try_auth_method(srvc, ctx, imap, "CRAM-MD5", AUTH_CRAM_MD5, auth_cram_md5)) > goto bail; > - } > } else { > fprintf(stderr, "Unknown authentication method:%s\n", srvc->host); > goto bail; Outside the theme of this step (read: I am only leaving a mental note as potential #leftoverbits; I do not want to see this fixed as part of this step) and probably outside the theme of this series, but srvc->host is probably copy-and-paste-bug for srvc->auth_method I would think.