stalwartlabs / mail-server

Secure & Modern All-in-One Mail Server (IMAP, JMAP, POP3, SMTP)
https://stalw.art
3.53k stars 135 forks source link

[bug][ManageSieve]: GETSCRIPT fails #552

Closed Megver83 closed 6 days ago

Megver83 commented 6 days ago

What happened?

Similarly to #548 but instead, sieve script download is not working:

>>> AUTHENTICATE "PLAIN" {24+}\r\n
>>> [base64 credentials]\r\n
<<< OK "Authentication successful"\r\n
>>> GETSCRIPT "managesieve"\r\n
... literal string response, length 5602
... after literal, did not get final CRLF but "OK
"

Tested with the patch for working script upload.

How can we reproduce the problem?

Try to download a sieve script with sieve-connect

Version

v0.8.x

What database are you using?

None

What blob storage are you using?

None

Where is your directory located?

None

What operating system are you using?

None

Relevant log output

No response

Code of Conduct

mdecimus commented 6 days ago

This has been fixed already and will be included in the next release.