Skip to content

IMAP TLS on 143 with Plain Auth #227

Description

@julianmd

Hello,

I have a case where I need to connect to a server running on port 143, with TLS and Plain U/P authentication
I've modded the code to use TLS on 143, but not sure how to go about the Plain auth

public function setAuthentication($username, $password, $tryFasterAuth=true)
{
$this->username = $username;
$this->password = $password;
if ($tryFasterAuth) {
$this->setParam('DISABLE_AUTHENTICATOR', array('GSSAPI','NTLM'));
}
}

Any suggestions please?
Any way I can log verbatim errors to see what's going on?

Thanks

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

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions