Skip to content

Getting WARN messages "missing required UNSEEN OK untagged response" on every open #552

Open
@pashynskykh

Description

@pashynskykh

=== INFO ===
Device: MacBook Air M1
OS: MacOS 15.2
Installed from: Brew
App version: v1.1.0 aarch64

=== CONFIG ===

[accounts.AccountName]
default = true
email = "jdoe@example.com"
display-name = "John Doe"
downloads-dir = "/Users/jdoe/Downloads"
backend.type = "imap"
backend.host = "example.com"
backend.port = 993
backend.login = "jdoe"
backend.encryption.type = "tls"
backend.auth.type = "password"
backend.auth.command = "pass show example.com/jdoe/password"
message.send.backend.type = "smtp"
message.send.backend.host = "example.com"
message.send.backend.port = 465
message.send.backend.login = "jdoe"
message.send.backend.encryption.type = "tls"
message.send.backend.auth.type = "password"
message.send.backend.auth.command = "pass show example.com/jdoe/password"

=== WARNING MESSAGES ===

2025-01-28T12:33:30.039208Z WARN imap_client::tasks::resolver: received unsolicited unsolicited=Status(Untagged(StatusBody { kind: Ok, code: Some(Other(CodeOther(b"HIGHESTMODSEQ 19"))), text: Text("Highest") }))
2025-01-28T12:33:30.040916Z WARN imap_client::tasks::tasks::select: missing required UNSEEN OK untagged response

=== SCREENSHOT ===
Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions