Re: [Mutt] #3141: mutt is confused by AUTH= response
#3141: mutt is confused by AUTH= response
---------------------+------------------------------------------------------
Reporter: marcel | Owner: brendan
Type: defect | Status: new
Priority: major | Milestone: 1.6
Component: SMTP | Version: 1.5.18
Resolution: | Keywords: patch
---------------------+------------------------------------------------------
Comment(by marcel):
The code excerpt is messed :-(. Here is another try:
{{{
98 else if (!ascii_strncasecmp ("AUTH", buf + 4, 4))
99 {
100 mutt_bit_set (Capabilities, AUTH);
101 FREE (&AuthMechs);
102 AuthMechs = safe_strdup (buf + 9);
103 }
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3141#comment:1>
Mutt <http://www.mutt.org/>
The Mutt mail user agent