Opened 4 years ago
Closed 4 years ago
#1486017 closed Feature Requests (fixed)
request for $IMAP->unset_flag function
| Reported by: | JohnDoh | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.3-stable |
| Component: | IMAP connection | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
At the moment it is possible to set any flag on a message using the $IMAP->set_flag function, but only certain flags can be unset. Please consider adding a way of unsetting any flag though the IMAP class, current solution is to call iil_C_UnFlag directly.
Change History (1)
comment:1 Changed 4 years ago by alec
- Milestone changed from later to 0.3-stable
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Added in [78c7947b].