[dev] [cvs] commit: imp login.php imp/lib IMAP.php imp/lib/Fetchmail imap.php imp/templates/login javascript.inc login.html login.inc

Kevin M. Myer kevin_myer at iu13.org
Mon Jan 2 17:37:20 PST 2006


Quoting Michael M Slusarz <slusarz at curecanti.org>:

> slusarz     2006-01-01 01:18:00 PST
>
>  Modified files:
>    .                    login.php
>    lib                  IMAP.php
>    lib/Fetchmail        imap.php
>  Added files:
>    templates/login      javascript.inc login.html
>  Removed files:
>    templates/login      login.inc
>  Log:
>  Convert login page to Horde_Template::.
>
>  Revision  Changes    Path
>  1.10      +4 -50     imp/lib/Fetchmail/imap.php

I needed this patch to make the Fetchmail login work..

Index: imap.php
===================================================================
RCS file: /repository/imp/lib/Fetchmail/imap.php,v
retrieving revision 1.11
diff -u -r1.11 imap.php
--- imap.php    1 Jan 2006 21:10:45 -0000       1.11
+++ imap.php    3 Jan 2006 01:34:53 -0000
@@ -98,15 +98,15 @@
         require_once IMP_BASE . '/lib/IMAP.php';
         return array_merge(
             IMP_IMAP::protocolList(),
-            'pop3auto' => array(
+            array('pop3auto' => array(
                 'name' => _("POP3 (Auto Detect Protocols)"),
                 'auto' => array('pop3', 'pop3notls', 'pop3sslvalid', 
'pop3ssl'),
-                'base' => 'POP3'
+                'base' => 'POP3')
             ),
-            'imapauto' => array(
+            array('imapauto' => array(
                 'name' => _("IMAP (Auto Detect Protocols)"),
                 'auto' => array('imap', 'imapnotls', 'imapsslvalid', 
'imapssl'),
-                'base' => 'IMAP'
+                'base' => 'IMAP')
             )
         );
     }




-- 
Kevin M. Myer
Senior Systems Administrator
Lancaster-Lebanon Intermediate Unit 13  http://www.iu13.org




More information about the dev mailing list