From 46b48e6d349d48e6e211858a82589223b1364518 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Wed, 07 Jan 2009 13:29:48 -0500
Subject: [PATCH] - fix: set default auth method to 'check' not 'plain'

---
 program/lib/imap.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/lib/imap.inc b/program/lib/imap.inc
index 65bb54c..047afdd 100644
--- a/program/lib/imap.inc
+++ b/program/lib/imap.inc
@@ -543,7 +543,7 @@
 	}
 
 	if (empty($auth_method))
-    		$auth_method = 'plain';
+    		$auth_method = 'check';
 		
 	$message = "INITIAL: $auth_method\n";
 		

--
Gitblit v1.9.1