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="M14 21.7101C13.3663 21.8987 12.695 22 12 22C8.13401 22 5 18.866 5 15V11.9375C5 9.76288 6.76288 8 8.9375 8H15.0625C17.2371 8 19 9.76288 19 11.9375V15C19 16.9073 18.2372 18.6364 17 19.899" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
<path d="M8.25 7.5C8.25 7.08579 7.91421 6.75 7.5 6.75C7.08579 6.75 6.75 7.08579 6.75 7.5H8.25ZM7.63452 4.58281C7.40411 4.92702 7.49636 5.39285 7.84058 5.62326C8.18479 5.85367 8.65062 5.76141 8.88103 5.41719L7.63452 4.58281ZM17.25 8.5V7.5H15.75V8.5H17.25ZM6.75 7.5V8.5H8.25V7.5H6.75ZM17.25 7.5C17.25 4.60051 14.8995 2.25 12 2.25V3.75C14.0711 3.75 15.75 5.42893 15.75 7.5H17.25ZM12 2.25C10.179 2.25 8.57506 3.17771 7.63452 4.58281L8.88103 5.41719C9.55501 4.41032 10.7005 3.75 12 3.75V2.25Z" fill="black"/>
<path d="M19 14H22" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
<path d="M5 14H2" 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 20.0002L18.5 19.2002" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
<path d="M20.5 7.9998L18.5 8.7998" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
<path d="M3.5 20.0002L5.5 19.2002" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
<path d="M3.5 7.9998L5.5 8.7998" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
<path d="M12 21.5V15" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB