From: Andrew Dolgov Date: Thu, 27 Dec 2012 06:26:04 +0000 (+0400) Subject: add IMAP authenticator module (closes #485) X-Git-Tag: 1.7.0~105 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=04cdc8023d943a40f9581de98b352557af56f632;p=tt-rss.git add IMAP authenticator module (closes #485) --- diff --git a/classes/auth/imap.php b/classes/auth/imap.php new file mode 100644 index 00000000..52664eb3 --- /dev/null +++ b/classes/auth/imap.php @@ -0,0 +1,32 @@ +auto_create_user($login); + } + } + + return false; + } + +} +?>