andyedinborough / aenetmail

C# POP/IMAP Mail Client
370 stars 153 forks source link

IMAP running with Mono? #138

Open octocat-mona opened 11 years ago

octocat-mona commented 11 years ago

It is not possible to run with Mono?

If I try, I get an error: Error: The authentication or decryption has failed.

On Windows it works just fine. Using Mono 3.0.9

vmuthal commented 11 years ago

I faced same issue on mono after searching I found solution related to certificates of server and IMAP. This command saved us. sudo mozroots --machine --import --sync

Hope it will help you too.

octocat-mona commented 11 years ago

Thank you, but it does not seem to work for me.

Did you use encryption?: new AE.Net.Mail.ImapClient("imap.gmail.com", emailAddress, password, AE.Net.Mail.ImapClient.AuthMethods.Login, 993, true);

If I set bool useSecure to false (last param) it says "Read error" in the commandline. So maybe the security is an issue?

Groeten, Kasper

On Thu, May 23, 2013 at 9:09 AM, vmuthal notifications@github.com wrote:

I faced same issue on mono after searching I found solution related to certificates of server and IMAP. This command saved us. sudo mozroots --machine --import --sync

Hope it will help you too.

— Reply to this email directly or view it on GitHubhttps://github.com/andyedinborough/aenetmail/issues/138#issuecomment-18326991 .

vmuthal commented 11 years ago

Yes, we used encryption. And sorry because we didn't faced this issue so can't tell what to do next.