You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With rambler.ru my logs are full with this error: [error] UID command error: BAD [b'Error in IMAP command UID FETCH: Invalid uidset (0.001 + 0.000 secs).']
I believe it might be the same as in this issue, but it would require me too much time to work into this and I lack understanding of how IMAP works in order to make a solid PR for it.
I also ran into this issue while running the following code:
with Imbox(hostname=host,
username=email_address,
password=password,
port=port,
ssl=True,
ssl_context=None,
starttls=False) as imbox:
for folder in folders:
all_mails_with_matching_subject = imbox.messages(folder=folder, subject=subject)
With rambler.ru my logs are full with this error:
[error] UID command error: BAD [b'Error in IMAP command UID FETCH: Invalid uidset (0.001 + 0.000 secs).']
I believe it might be the same as in this issue, but it would require me too much time to work into this and I lack understanding of how IMAP works in order to make a solid PR for it.
jstedfast/MailKit#572
The text was updated successfully, but these errors were encountered: