logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

IMAP_Client.Connect error "No parenthesized value..."
tstar
#1 Posted : Tuesday, February 07, 2012 5:09:10 PM(UTC)
Rank: Member

Groups: Member
Joined: 12/4/2009(UTC)
Posts: 11
Points: -67
Location: Ukraine

Thanks: 2 times
After updating the library LumiSoft.Net to version 532 from SVN, I started getting an error "No parenthesized value 'LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE STARTTLS AUTH=PLAIN' !" when trying to connect to the mailbox.

using (IMAP_Client IMAP = new IMAP_Client())
{
IMAP.Connect("imap.server", WellKnownPorts.IMAP4); - error on this line...
IMAP.Login("login", "password");
IMAP.SelectFolder("INBOX");
}

What am I doing wrong?

Thank you.
ivx
#2 Posted : Wednesday, February 08, 2012 8:14:18 AM(UTC)
Rank: Administration

Groups: Administration
Joined: 9/15/2006(UTC)
Posts: 1,946
Points: 5,711
Man
Location: Estonia

Was thanked: 68 time(s) in 68 post(s)
Hi,

It's probably fixed now.

I expected optional CAPABILITY response(not untagged CAPABILITY ...) extentions between (), but
per standard they are not between ().
1 user thanked ivx for this useful post.
tstar on 2/8/2012(UTC)
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF 1.9.5.5 | YAF © 2003-2011, Yet Another Forum.NET
This page was generated in 0.025 seconds.