fix(arch-a2): deactivation cleanup - container services, search provider, hook deregistration, notification sync, task state, activation order
Check Cross-Plugin Imports / check (push) Has been cancelled
Check Cross-Plugin Imports / check (push) Has been cancelled
This commit is contained in:
@@ -115,7 +115,11 @@ async def _auto_sync_loop() -> None:
|
||||
class MailPlugin(BasePlugin):
|
||||
"""Mail plugin for email management: IMAP sync, SMTP send, threading, rules, PGP."""
|
||||
|
||||
_auto_sync_task: asyncio.Task | None = None
|
||||
def __init__(self) -> None:
|
||||
super().__init__()
|
||||
# Instance attribute: multiple plugin instances must not share the
|
||||
# background task state (ARCH-036).
|
||||
self._auto_sync_task: asyncio.Task | None = None
|
||||
|
||||
manifest = PluginManifest(
|
||||
name="mail",
|
||||
|
||||
Reference in New Issue
Block a user