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
Probed the active account pool and isolated 33 invalid or deactivated sessions (3 HTTP 401/token-invalid and 30 explicitly disabled). The active SQLite/session pool now contains 290 healthy accounts; network-unknown results were not deleted.
Removed the retired PayPal no-card implementation, its configuration, and its one-off batch entry points. PayPal redirect parsing now has a single focused protocol module and regression coverage.
Removed the unreachable GoPay WA post-payment wrapper and stale ReMail Agent Identity batch scripts. GoPay app RPC ownership is documented in services/gopay-flow.
Removed registration payment-stage settings and the desktop's unconditional compatibility flag injection. The hidden CLI flag remains accepted for one compatibility release.
Marked generated backup files as ignored and refreshed the architecture and directory ownership documents.
Inbox and desktop
Mail details now render readable plain text: scripts/styles and HTML tags are removed, entities are decoded, paragraphs are preserved, and empty messages have an explicit fallback.
Added MailBodyFormatter unit coverage and moved PayPal protocol tests into focused files.