You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
imap: pass \Deleted to midb when used in conjunction with APPEND
When `APPEND INBOX (\Deleted) abc` was executed, the deleted flag was
not carried over to the midb wire protocol. The M-INST command was
lacking `(D)` in the flags string.
Fixes: gromox-0~666
0 commit comments