# $Id: TODO,v 1.4 2006/02/18 12:43:55 poppnk Exp $ * Rename to "muttng" when moving into the pkgsrc tree * patch-ab is to disable AUTH PLAIN and use CRAM-MD5 with libesmtp. Works for me, but should be discussed with muttng developers. (diff - auth_set_mechanism_flags (authctx, AUTH_PLUGIN_PLAIN, 0); + auth_set_mechanism_flags (authctx, AUTH_PLUGIN_EXTERNAL, 0); )