Skip to content

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

Description

@GoogleCodeExporter
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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions