Closed dobegor closed 2 hours ago
/cc @FiloSottile @katiehockman
+1 We are able to reproduce. Appears to be specific to Verizon Mail servers though, such as Yahoo.
Can confirm that it is specific to Yahoo IMAP server and other Verizon Mail servers. Cannot reproduce on other providers, such as Gmail.
given the lack of other reports, I assume this was an issue on said provider.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Playground
go run main.go
What did you expect to see?
* OK [CAPABILITY IMAP4rev1 SASL-IR AUTH=PLAIN AUTH=XOAUTH2 AUTH=OAUTHBEARER ID MOVE NAMESPACE XYMHIGHESTMODSEQ UIDPLUS LITERAL+ CHILDREN X-MSG-EXT OBJECTID] IMAP4rev1 Hello
What did you see instead?
The aforementioned string repeated twice. This problem does not occur using openssl client:
If I disable TLS 1.3, the problem does not occur: