We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82c7c92 + b20b866 commit 9f54191Copy full SHA for 9f54191
MailKit/Net/Imap/ImapEngine.cs
@@ -1674,7 +1674,7 @@ internal ImapUntaggedResult ProcessUntaggedResponse (CancellationToken cancellat
1674
if (current != null)
1675
current.RespCodes.Add (code);
1676
} else if (token.Type != ImapTokenType.Eoln) {
1677
- var text = ((string) token.Value) + ReadLine (cancellationToken);
+ var text = (token.Value.ToString()) + ReadLine (cancellationToken);
1678
1679
1680
current.ResponseText = text.TrimEnd ();
0 commit comments