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

Trailing space in CAPABILITY response #21

Open
duesee opened this issue Mar 6, 2024 · 3 comments
Open

Trailing space in CAPABILITY response #21

duesee opened this issue Mar 6, 2024 · 3 comments
Labels
AFFECTED=imap.exmail.qq.com PROTO=IMAP Related to IMAP protocol STATE=REPRODUCED Issue could be reproduced (explained in issue)

Comments

@duesee
Copy link
Contributor

duesee commented Mar 6, 2024

emersion/go-imap#571 (comment)

@duesee duesee changed the title imap: Trailing whitespace Trailing whitespace in CAPABILITY May 11, 2024
@duesee duesee added PROTO=IMAP Related to IMAP protocol STATE=REPORTED Reported (explained in issue) STATE=UNKNOWN More information needed and removed STATE=REPORTED Reported (explained in issue) labels May 11, 2024
@duesee
Copy link
Contributor Author

duesee commented May 11, 2024

I tried to reproduce with pwntools ...

c = connect("imap.exmail.qq.com", 993, ssl=True)
c.recv()
c.send("a capability\r\n")
c.recv()

... but can't reproduce the whitespace. Was it fixed? Reported?

@emersion
Copy link

The offending space only seems to appear after authentication in the original issue (AUTH= are missing in the cap list).

@duesee
Copy link
Contributor Author

duesee commented May 11, 2024

Ah! Thanks! I've set this to "reproduced".

@duesee duesee added STATE=REPRODUCED Issue could be reproduced (explained in issue) and removed STATE=UNKNOWN More information needed labels May 11, 2024
@duesee duesee changed the title Trailing whitespace in CAPABILITY Trailing whitespace in CAPABILITY response May 11, 2024
@duesee duesee changed the title Trailing whitespace in CAPABILITY response Trailing space in CAPABILITY response May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AFFECTED=imap.exmail.qq.com PROTO=IMAP Related to IMAP protocol STATE=REPRODUCED Issue could be reproduced (explained in issue)
Projects
None yet
Development

No branches or pull requests

2 participants