mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
Remove unused function
This commit is contained in:
@@ -439,12 +439,6 @@ class Account:
|
|||||||
"""Wait for reaction change event."""
|
"""Wait for reaction change event."""
|
||||||
return self.wait_for_event(EventType.REACTIONS_CHANGED)
|
return self.wait_for_event(EventType.REACTIONS_CHANGED)
|
||||||
|
|
||||||
def wait_for_imap_inbox_idle(self):
|
|
||||||
"""Wait until all messages are fetched,
|
|
||||||
and the IMAP loop enters IDLE mode.
|
|
||||||
"""
|
|
||||||
self.wait_for_event(EventType.IMAP_INBOX_IDLE)
|
|
||||||
|
|
||||||
def get_fresh_messages_in_arrival_order(self) -> list[Message]:
|
def get_fresh_messages_in_arrival_order(self) -> list[Message]:
|
||||||
"""Return fresh messages list sorted in the order of their arrival, with ascending IDs."""
|
"""Return fresh messages list sorted in the order of their arrival, with ascending IDs."""
|
||||||
warn(
|
warn(
|
||||||
|
|||||||
Reference in New Issue
Block a user