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,16 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22 22L2 22" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M17 22V6C17 4.11438 17 3.17157 16.4142 2.58579C15.8284 2 14.8856 2 13 2H11C9.11438 2 8.17157 2 7.58579 2.58579C7 3.17157 7 4.11438 7 6V22" stroke="#1C274C" stroke-width="1.5"/>
<path d="M21 22V8.5C21 7.09554 21 6.39331 20.6629 5.88886C20.517 5.67048 20.3295 5.48298 20.1111 5.33706C19.6067 5 18.9045 5 17.5 5" stroke="#1C274C" stroke-width="1.5"/>
<path d="M3 22V8.5C3 7.09554 3 6.39331 3.33706 5.88886C3.48298 5.67048 3.67048 5.48298 3.88886 5.33706C4.39331 5 5.09554 5 6.5 5" stroke="#1C274C" stroke-width="1.5"/>
<path d="M12 22V19" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M10 12H14" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M5.5 11H7" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M5.5 14H7" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M17 11H18.5" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M17 14H18.5" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M5.5 8H7" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M17 8H18.5" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M10 15H14" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<circle cx="12" cy="7" r="2" stroke="#1C274C" stroke-width="1.5"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB