Update updates the state of the mailbox, or creates if does not exist
(key *Key, oldMessages int, newMessages int)
| 14 | |
| 15 | // Update updates the state of the mailbox, or creates if does not exist |
| 16 | Update(key *Key, oldMessages int, newMessages int) error |
| 17 | |
| 18 | // Delete deletes the mailbox |
| 19 | Delete(key *Key) error |
no outgoing calls
no test coverage detected