Opened 5 years ago
Closed 5 years ago
#1484963 closed Bugs (fixed)
$MDNSent - variable name inserted instead of value
| Reported by: | ac | Owned by: | thomasb |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-beta |
| Component: | IMAP connection | Version: | 0.1-stable |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Buggy commands in IMAP-server log:
flg STORE 88 +FLAGS ($MDNSent)
Change History (3)
comment:1 Changed 5 years ago by rosali
comment:2 Changed 5 years ago by thomasb
- Milestone changed from later to 0.1.2
- Owner set to thomasb
- Status changed from new to assigned
Check PERMANENTFLAGS according to RFC 3503
comment:3 Changed 5 years ago by thomasb
- Resolution set to fixed
- Status changed from assigned to closed
Fixed in [5b3dd412]
Note: See
TracTickets for help on using
tickets.

Command is ok, IMO.
But it is a disadvantage that RC sends this command to servers without MDN support aswell. You should first check CAPABILITIES ...