Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IMAP TLS on 143 with Plain Auth #227

Open
julianmd opened this issue Aug 21, 2020 · 0 comments
Open

IMAP TLS on 143 with Plain Auth #227

julianmd opened this issue Aug 21, 2020 · 0 comments

Comments

@julianmd
Copy link

julianmd commented Aug 21, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant