jesSDK / myroundcube

Automatically exported from code.google.com/p/myroundcube
0 stars 0 forks source link

IMAP fails with plugin but succeeds without [accounts plugin] #161

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
Expected: ability to log in like without using plugin : using following syntax 
in my config

[myhost was replaced and is NOT the true host I used] 

$rcmail_config['accounts_hosts'] = array(
  "myhost" => "ssl://mail.myhost.de:993",
  "1und1" => "imap.1und1.de",
);

/* always use default smtp server */
$rcmail_config['accounts_smtp_default'] = TRUE;

/* imap_open flag (http://php.net/manual/en/function.imap-open.php) */
$rcmail_config['imap_open_flag'] = 'novalidate-cert';

i believe it fails @ 
test_connection($username,$password,$imap_host,$imap_port,$prot)

----------------------------------------------------------------

Occured when I used [ACCOUNT1: example@blah-1und1.de] and added [ACCOUNT2: 
example@myhost.de], but if I login with [ACCOUNT2] and then add [ACCOUNT1] it 
works

I think the failure is located either in your connection method or in my config

What version of the product are you using? On what operating system?
Using your latest stable release (about 27 hours old from now)

I'm pretty shure that [myhost.de] has no valid certificate

neroZZ

Original issue reported on code.google.com by xxnerowi...@googlemail.com on 28 Feb 2011 at 11:07

GoogleCodeExporter commented 9 years ago
--please close => suddenly after adding gmail it works
seems to be my failure
sorry
neroZZ

Original comment by xxnerowi...@googlemail.com on 28 Feb 2011 at 12:13

GoogleCodeExporter commented 9 years ago

Original comment by rol...@liebl.ath.cx on 1 Mar 2011 at 5:16