Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[imap-server] Outlook client uses obsolete RFC822.peek in fetch calls #657

Open
dejanstrbac opened this issue Dec 7, 2024 · 1 comment · May be fixed by #658
Open

[imap-server] Outlook client uses obsolete RFC822.peek in fetch calls #657

dejanstrbac opened this issue Dec 7, 2024 · 1 comment · May be fixed by #658
Labels
non-standard Interoperability with software violating the specs server

Comments

@dejanstrbac
Copy link

Outlook issues request for RFC822.peek which is obsoleted by [RFC2060] and not implemented in go-imap

7 UID fetch 39 (UID RFC822.SIZE RFC822.peek)
7 BAD [CLIENTBUG] Unknown FETCH data item

https://learn.microsoft.com/en-us/openspecs/exchange_standards/ms-stanoimap/8e9492b1-b812-4a1a-93ea-4d69489eb5cd

@emersion emersion added non-standard Interoperability with software violating the specs server labels Dec 8, 2024
@emersion emersion linked a pull request Dec 8, 2024 that will close this issue
@emersion
Copy link
Owner

emersion commented Dec 8, 2024

This should help: #658

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
non-standard Interoperability with software violating the specs server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants