feat: comprehensive Wino Mail updates

- ReaderView: complete rewrite with CSS styling, headers, attachments, zoom, find, dark mode, image blocking
- Categories: DAO + UI tree widget with colors, nested categories, assignment
- Rules engine: DAO + evaluation + actions (move, mark read, flag, delete, category, forward)
- Templates: DAO + editor + manager with variables support
- Signatures: DAO + manager + auto-per-account + manual selector in compose
- ComposeView: signature combo, template selector, auto-signature on new email
- MainWindow: frameless with rounded corners, 1px border, resize from edges, no status bar
- Database: new tables (Category, MailCategory, Rule, Template, Signature) with indexes
This commit is contained in:
2026-08-23 14:49:58 +02:00
parent 5fcedfa129
commit 0bb8738607
7399 changed files with 44711 additions and 209 deletions
@@ -0,0 +1,13 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 22C8.13401 22 5 18.866 5 15V10C5 6.13401 8.13401 3 12 3C15.866 3 19 6.13401 19 10V15C19 16.9587 18.1955 18.7295 16.899 20" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
<path d="M19 13H22" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
<path d="M5 13H2" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
<path d="M20.4999 7L18.7021 7.71909" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
<path d="M3.50012 7L5.29785 7.71909" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
<path d="M14.5 3.5L17 2" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
<path d="M9.5 3.5L7 2" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
<path d="M20.5 19.0002L18.5 18.2002" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
<path d="M3.5 19.0002L5.5 18.2002" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
<path d="M10.5 10.5H13.5" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
<path d="M10.5 15.5H13.5" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB