[Bug 575] Changed - Can't login to test mail acct after setting up IMP

bugs@bugs.horde.org bugs@bugs.horde.org
Sun, 14 Jan 2001 23:05:06 -0400


http://bugs.horde.org/show_bug.cgi?id=575

*** shadow/575	Sun Jan 14 23:02:47 2001
--- shadow/575.tmp.31481	Sun Jan 14 23:05:05 2001
***************
*** 168,170 ****
--- 168,199 ----
  thisisper@hotmail.com
  
  
+ 
+ ------- Additional Comments From thisisper@hotmail.com  01/14/01 23:05 -------
+ Servers defined in servers.php3:$IMAPServers['localhost'] = new IMAPServer
+ ('localhost',
+                                         'localhost',
+                                         143,
+                                         '',
+                                         'localhost');
+ 
+ $IMAPServers['tupile'] = new IMAPServer('tupile.com',
+                                         'tupile.com',
+                                         143,
+                                         '',
+                                         'tupile.com',
+                                         '',
+                                         'imap');
+ 
+ $IMAPServers['kubrick'] = new IMAPServer('Kubrick',
+                                           'kubrick.tupile.com',
+                                           143,
+                                           'mail/',
+                                           'kubrick.tupile.com');
+ 
+ 
+ $IMAPServers['mail'] = new IMAPServer('mail.tupile.com',
+                                        'mail.tupile.com');
+ 
+ ?>
+