Get IMAP mail messages failed

When I debuged the activity Get IMAP mail messages,it reported error below.

test has thrown an exception

Source: Get IMAP mail messages

Message: LOGIN failure, cannot convert mailbox: Unable to write to database because database would exceed its disk quota.

Exception Type: AuthenticationException

MailKit.Security.AuthenticationException: LOGIN failure, cannot convert mailbox: Unable to write to database because database would exceed its disk quota.
at UiPath.Mail.Activities.GetMailActivity.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)

@Gabriel_Tatu

Can you share your workflow ? and what are you trying to do

I just put the Get IMAP mail messages activity,and fill in the property,then debug.

@PrankurJoshi

I hope you are using IMAP.gmail.com and IMAP is enabled in your account also you have used port 993? Can you attach your workflow

The workflow looks like below,and when i changed port to 993,I couldn’t connnect to the machine

Try the same steps on gmail inbox with IMAP.gmail.com with 993. Diffrence between 143 and 993 port is 143 comes with STARTTLS encryption while 993 SSL/TLS encrypted which is more secure

hi, I have using port 993 , but same issue facing . what i do?
image

hello, have you fixed this issue? thanks

Hello,

I am also facing the error “Login Failed” when I execute Get IMAP Mail Messages Activity. Do we have any fix?

Any solution for this? I am also facing the same problem.
Get IMAP Mail Messages: LOGIN failed.