Skip to content
Snippets Groups Projects
Commit 31ae05c1 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Current IMAP standards to not allow additional text after FLAGS

Remove the grease.
parent a8825b8a
No related branches found
No related tags found
No related merge requests found
...@@ -1002,9 +1002,9 @@ function sendflags(perm) ...@@ -1002,9 +1002,9 @@ function sendflags(perm)
flags=calc_msgflags(0xffff, 0xffff, base.subnum, base.last_msg, readonly); flags=calc_msgflags(0xffff, 0xffff, base.subnum, base.last_msg, readonly);
pflags=calc_msgflags(0xffff, 0xffff, base.subnum, base.last_msg, readonly); pflags=calc_msgflags(0xffff, 0xffff, base.subnum, base.last_msg, readonly);
if(perm) if(perm)
untagged("OK [PERMANENTFLAGS ("+pflags+")] Overkill!"); untagged("OK [PERMANENTFLAGS ("+pflags+")]");
else else
untagged("FLAGS ("+flags+") Overkill!"); untagged("FLAGS ("+flags+")");
} }
function parse_flags(inflags) function parse_flags(inflags)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment