Hello,
I get the following error when trying to move a mail in a lotus notes mailbox.
Following log:
The IMAP server replied to the 'CLOSE' command with a 'NO' response: CLOSE Entry not found in index
MailKit.Net.Imap.ImapCommandException: The IMAP server replied to the 'CLOSE' command with a 'NO' response: CLOSE Entry not found in index at MailKit.Net.Imap.ImapFolder.d__32.MoveNext() in D:\src\MailKit\MailKit\Net\Imap\ImapFolder.cs:line 639
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at MailKit.Net.Imap.ImapFolder.Close(Boolean expunge, CancellationToken cancellationToken) in D:\src\MailKit\MailKit\Net\Imap\ImapFolder.cs:line 685
at UiPath.Mail.MimeMailService.MoveIMAPMailToFolder(UserSettings userSettings, ServerSettings serverSettings, String mailfolder, String fromFolder, MailMessage mailMessage, SecureSocketEncryption SecureConnection, CancellationToken cancellationToken)
at UiPath.Mail.IMAP.Activities.MoveIMAPMailMessageToFolder.<>c__DisplayClass60_0.b__0()
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at UiPath.Mail.IMAP.Activities.MoveIMAPMailMessageToFolder.d__59.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at UiPath.Shared.Activities.AsyncTaskCodeActivityImplementation.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at UiPath.Shared.Activities.AsyncTaskCodeActivity.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
The same move mail activity works in another process, which has never gotten this error.
Does somebody know how to fix this?