Re: [Logicmail-devel] Unnecessary roundtrip when using PLAIN for SMTP AUTH
Brought to you by:
octorian
From: Derek K. <dko...@lo...> - 2011-04-23 03:25:17
|
Sorry it took me so long to respond. This is likely a very simple fix, and anything to reduce roundtrips is a good thing. I've converted your last e-mail into a ticket accordingly: http://www.logicmail.org/ticket/316 On 04/13/2011 12:40 PM, Ken Murchison wrote: > LogicMail 2.x treats SMTP AUTH using PLAIN and LOGIN the same, in that > it only sends a response when challenged by the server. In the case of > PLAIN, this results in an unnecessary roundtrip. SMTP AUTH with PLAIN > allows an initial response to be sent as an optional argument to the > command: > > AUTH PLAIN<Base64 credentials> > 235 2.0.0 OK Authenticated > > > as opposed to: > > > AUTH PLAIN > 334 > <Base64 credentials> > 235 2.0.0 OK Authenticated > > -- ---------------------------- Derek Konigsberg dko...@lo... ---------------------------- |