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
Somewhat inspired by issue #16. The mailbox state machine should be updated as follows:
state Absent moved to the highest priority, because the de-facto implementation of Absent in the code overrides any other state;
Battery Low state is not really a state, because mailbox could be in any other state while having low battery. So this state should be removed and replaced with a dedicated flag.