> In functions/smtp.php (version 1.2.8), line 596 in the sendSMTP function > says: > fputs($smtpConnection, "AUTH LOGIN\r\n") > Clearly, SM (at least version 1.2.8) is hard-coded to use AUTH LOGIN
Simply put, when I was writing the auth code in 1.3.3 I was not aware that a mechanism called "plain" exists. I referred to "plain" as meaning plaintext, ie. the IMAP4rev1 login command SquirrelMail always used. In the next few days, I will be looking at the situation and making changes to clarify things. I suspect I will end up renaming "plain" to "login" before 1.4.0-rc2. Depending upon how Marc and Erin feel about it, I will add support for the real "plain" method (RFC2595) in either 1.4.0-rc2 or 1.5.0. -- Chris Hilts [EMAIL PROTECTED] ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
